Ver código fonte

Update dependencies

Bob Mottram 11 anos atrás
pai
commit
859702ac4b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Ver arquivo

@@ -126,7 +126,7 @@ cd debian-7.2-console-armhf-2013-11-15
126 126
 Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc).
127 127
 
128 128
 #+BEGIN_SRC: bash
129
-sudo apt-get install u-boot-tools
129
+sudo apt-get install u-boot-tools dosfstools git-core kpartx wget parted
130 130
 sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone --swap-file 1024
131 131
 #+END_SRC
132 132