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 agoHi bkucera,
> 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. Yes, provided you can download the correct binary images. U-boot can read/erase/write the epcs device -- so if you tftp the binary image into main memory for example, u-boot can write it to the epcs device. Creating the appropriate binary image(s) is usually where people have trouble -- copying to the epcs device is the easy part ;-) > Also is there any issue with multiprocessor designs? I've never tried u-boot in a multiprocessor environment. But I don't think there would be any problems. Just run u-boot on one of the cores (with access to the required peripherals: timer/uart). > Is the idea of copying SOF/program data from the CF card to the onboard flash valid? I've been assuming that you're referring to a serial configuration device -- regardless, u-boot can parallel flash as well as the epcs. Regards, --Scott