版主: wanchong , wangyu , eepwwp , firedom |
09120313
最后登陆时间:2015-10-05 18:24:59 |
1.准备一张小于32GB的micro-SD卡,格式化成FAT或FAT32格式
Galileo最大支持32G没错,但是使用普通的格式化是不可能达到目的的。 依照Galileo_GettingStarted.PDF (Galileo文档编号329685)11章节"Booting your board from an SD card (mandatory for WiFi)"的描述,关键的步骤是要创建boot区: you may need to add a boot partition to your SD card. To do this on a Windows machine, perform the following: 翻译:需要添加一个boot区,在windows下这样操作: Open a cmd.exe instance as an Administrator. 用管理员权限打开CMD.exe; Run diskpart.exe and run the following commands: 打开diskpart.exe并执行下列命令行 select vol <a>; (where <a> = the drive letter of the SD card,<a>代表SD的盘符) clean; create part primary; active; format quick label="BOOTME"; exit 祝好运,我已经在使用SD加载了,就是速度相当的慢呀!!!每次加载大约60s,你就看着SD读的LED一阵闪动就好。如果仅仅加电时亮几秒,恭喜你,不 是SD的boot区没做好,就是你的Galileo板有问题(我的确已经看到了5、6块不能完成SD卡加载的板了,请联系退货或者维修吧)。 |
|
|
共1条 1/1 1 |