Hi Robert,

Just one comment to simplify your documentation.

In the install documentation page:

http://www.crashcourse.ca/wiki/index.php/CC6_install

you create the installation sdcard manually with an old installation u-boot script and new firmware files. You don't need to do so, we already provide ZIP files with all the required files included.

For the CC6:
ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82003941_C.zip

For the CC6UL:
ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82004000_1P.zip

So you just need to download those files and unpack then into a VFAT formatted SDcard. That's all.

Then plug the card, boot into u-boot's prompt and just run:

=> fatload mmc 1 $loadaddr install_linux_fw_sd.scr
=> source $loadaddr

--
Regards,

Javier Viguera
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to