Forum Discussion
Altera_Forum
Honored Contributor
20 years agou-boot about 2c35
i want to run u-boot on 2c35,but it seems to only support u-boot-1c20: Altera Nios II Development Kit, Cyclone Edition u-boot-1s10: Altera Nios II Development Kit, Stratix Editi...
Altera_Forum
Honored Contributor
20 years agoHi iriver,
> i want to run u-boot on 2c35,but it seems to only support Once I receive the 'official' Nios II 6.0, I'll be updatng u-boot -- and 2c35 board support will be added (along with various other updates) In the mean time, you can use an existing board configuration as a starting point. Just use the 1C20 configuration for example ... do the following: 1. Update the macros in include/configs/EP1C20.h to match your hardware design. Use the information from you ptf file or SOPC Builder. 2. Either find and use an appropriate flash.c file ... or just modify flash_init to return a non-zero value without probing the actual flash. If you choose to modify, your flash utilities won't work. But you'll have everything else ;-) 3. Make the EP1C20 configuration: $ make EP1C20_config 4. Make u-boot: $ make Regards, --Scott