Forum Discussion
Altera_Forum
Honored Contributor
20 years agoGNU Cross compiler for NIOS II
Hi, I am working on NIOS II processor. Could any one send GNU cross compiler / Tool chain for NIOS II embedded processor. I want to compile U-boot for NIOS II, I already have tool chain fo...
Altera_Forum
Honored Contributor
20 years agoHi Scott,
Thanks for your suggestion. I have one question. I have one file(.c) , can i compile (standalone it and download to target using shell or some other way when the processor contains cfi and call that routine from the shell to test some of the interfaces? Thanks Vijay --- Quote Start --- originally posted by smcnutt@Jul 12 2006, 06:59 PM hi vijay,
> it is still possible to start from u-boot at flash without altera cfi boot loader, u-boot will relocate
> itself from flash to 018e0000 .
hippo is correct, u-boot will relocate itself -- so you can program it anywhere in flash. in general
you should _not_ use the cfi boot loader with u-boot. use the u-boot binary image (u-boot.bin)
with bin2flash.
regards,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16845)
--- quote end ---
--- Quote End ---