|
@@ -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
|
|