Forum Discussion
Altera_Forum
Honored Contributor
20 years agoporting u-boot to my cyclone board
I can not access the web link given in the forum http://www.pysent.com/download (http://www.pysent.com/download) can anyone send the code to me? my email is: [email protected] Thanks ...
Altera_Forum
Honored Contributor
20 years agoHi, MFM
I only modify the file EP1C20.h in include/configs/ directory to fit my Cyclone Board (the FPGA chip is EP1C6), Then type the following commands make EP1C20_config make then produce the u-boot elf image and in nios sdk shell I download the system.sof then nios2-download -g u-boot and it download to the address 0x1FC0000 my sdram address is begin at 0x0 (8M) my flash addess is begin at 0x800000 (2M) how to modify the address in which the u-boot image download to ? warm regards.