Altera_Forum
Honored Contributor
20 years agoU-Boot on Nios II Development Kit, Cyclone II Ed.
This is for if you've got the Nios II Development Kit, Cyclone II Edition and you want to use U-Boot on it. I've attached a patch that adds support for that kit's "standard" example design. The patch is for U-Boot 1.1.4.
To use:cd ???/u-boot-1.1.4
patch -p1 < ???/u-boot-1.1.4-n2dkc2.patch
make EP2C35_config
make all The configuration puts the console on the JTAG UART. The patch also includes support for several other Altera boards from a custom U-Boot 1.1.3 version by Psyent. Note: the patch also changes the tool names used from nios2-elf-* to nios2-linux-uclibc-*, so change it back if you're on Cygwin.