From 859702ac4b41eef15eb6bfb596c7071106c818da Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 22 Mar 2014 12:04:03 +0000 Subject: [PATCH] Update dependencies --- beaglebone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaglebone.txt b/beaglebone.txt index 19db8fef..d32dfa75 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -126,7 +126,7 @@ cd debian-7.2-console-armhf-2013-11-15 Create the disk image, where sdX is the name of the flash drive (probably it will be sdb or sdc). #+BEGIN_SRC: bash -sudo apt-get install u-boot-tools +sudo apt-get install u-boot-tools dosfstools git-core kpartx wget parted sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone --swap-file 1024 #+END_SRC