浏览代码

Update dependencies

Bob Mottram 11 年前
父节点
当前提交
859702ac4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

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