Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by smcnutt@Apr 13 2006, 11:50 AM hi fmcmurra,
which evalutation board are you using? there are several "nios ii" eval boards.
porting is quite simple ... so even if a port does not exist, you can usually just
use an existing nios ii board configuration with a few nips 'n tucks to the config
header file and have a working u-boot. see:
http://forum.niosforum.com/forum/index.php...indpost&p=13700 (http://forum.niosforum.com/forum/index.php?act=st&f=18&t=3571&hl=&view=findpost&p=13700)
regards,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14344)
--- quote end ---
--- Quote End --- Hi Scott, I don't have a problem porting u-boot to the NIOS II eval. baord (I've done at least a couple dozen ports for ppc,arm,mps,etc.). I just didn't want to do it if someone else has already. I pulled the src tree from the psyent.com download area and compiled a couple of boards from the src trree. So my dev. enviornment appears to be ok. Forgive me for being a noob to NIOS2, it won't be for long.:-) I was under the impression there was only one eval board for the NIOS2. The rest are called devleopment boards. the one I have is based on the epc12 (cyclone?). I've looked at the code in the u-boot source tree I downloaded form the above site, but none of them appear to be enabling the CFI flash driver (CFG_FLASH_CFI_DRIVER) is this correct? The flash chips on my eval board are CFI compliant so I'm going to use that instead of flash.c. Are there any problems with this CFI driver. The one in the regular u-boot tree works just fine so I'm hoping this one does too. Another question I have: Which board should I use for my port? Should I use one of the bords in the psyent or the altera board directory. Like I said I'm an old hand at Linux and u-boot (started when it was ppcboot) but I'm new to the FPGA's. So please be gentle if I appear to be asking stupid questions.:-)