Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi MFM,
> how to install U-Boot on a Stratix II 1. Download the u-boot source archive from: http://www.psyent.com/download (http://www.psyent.com/download) 2. Decompress and review the files USING.txt and BUILDING.txt in the top directory. 3. Edit the file include/configs/EP1C20.h to match your hardware. 4. Edit the file board/altera/common/AMDLV065D.c so the flash_init routine is just: unsigned long flash_init (void) { return (CFG_FLASH_SIZE);} 5. Build u-boot: $ make distclean $ make PK1C20_config $ make At this point you should be able to download u-boot and get a command prompt. You'll have enough to start playing around with u-boot. When you're ready to actually do a full port, read the u-boot README file, then if you need help, make another post (or you can PM me) -- I'll be glad to help. If you simply use an existing board as an example, you should have no problems. Regards, --Scott