Forum Discussion
Altera_Forum
Honored Contributor
21 years ago> I would like to know if u-boot could work on a Stratix board?
Yes, for Nios-32 support you can use the DK1S10 configuration. For Nios-II you _may_ be able to use the PK1C20 configuration without any modifications -- give it a try. If the PK1C20 configuration doesn't work, the easiest thing to do (until a stratix config is developed) is: 1. Get the source code. 2. Edit include/configs/PK1C20.h -- change macros as appropriate. 3. Build u-boot: $ make distclean $ make PK1C20_config $ make Then use u-boot.srec, u-boot (elf) or u-boot.bin (binary) as you see fit. BTW: the binary can be stored at an arbitrary address (e.g. flash) as it will relocate itself into SDRAM. Regards, --Scott