Bläddra i källkod

Update dependencies

Bob Mottram 11 år sedan
förälder
incheckning
859702ac4b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Visa fil

126
 Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc).
126
 Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc).
127
 
127
 
128
 #+BEGIN_SRC: bash
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
 sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone --swap-file 1024
130
 sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone --swap-file 1024
131
 #+END_SRC
131
 #+END_SRC
132
 
132