Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAltera boot_loader_cfi + SRAM
Hi all, On my Cyclone III developpement board, I have a fully functionnal uClinux O/S which runs from the SDRAM. At the present time, the power-up steps are the following : 1. power ...
Altera_Forum
Honored Contributor
16 years agoOk I didn't realize that the bootloader was reading directly the zImage to find the copy location...
So I juste have to select SRAM (as the device to execute kernel from) when I use this command : ------------------------------------- make vendor_hwselect SYSPTF=file.ptf ------------------------------------- Thanks for your help !