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 agoWhat you need to do is define the .text section for zImage to the SRAM instead of the SDRAM. I don't know the uClinux toolchain, but I guess you can set it somewhere in a configuration or linker script.
The bootloader just copies the application where you tell it to in the elf image.