Bladeren bron

Update dependencies

Bob Mottram 11 jaren geleden
bovenliggende
commit
859702ac4b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Bestand weergeven

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