Forum Discussion
Altera_Forum
Honored Contributor
20 years agoIs it possible to boot from compact flash?
We'll be sending a design to a customer soon and we'd like to be able to send them updates on compact flash cards. I'd been thinking that the board could boot off compact flash the same w...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by smcnutt@Jun 27 2006, 12:23 PM hi bkucera,
you could use u-boot to load your application image from the cf card. u-boot supports a variety
of filesystems -- including fat. this would allow you to essentially drag 'n drop on the development
environment side.
regards,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16439)
--- quote end ---
--- Quote End --- Thanks for the fast response. Can u-boot handle hardware as well as software updates? With the flash programmer you can write an SOF file as well as your software into flash. Also is there any issue with multiprocessor designs? Right now my design is dual processor, with one cpu running code under the uC-OS and the other running a standalone program. One more question: Is the idea of copying SOF/program data from the CF card to the onboard flash valid? At this point that seems like the easiest way to go, at the expense of the flexibility that u-boot provides.