Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by hippo+may 8 2006, 10:11 pm--><div class='quotetop'>quote (hippo @ may 8 2006, 10:11 pm)</div>
--- quote start ---
<!--quotebegin-freechip@May 5 2006, 10:21 PM hi,
i am wondering if it is possible to implement a µclinux in a stratix gx development board?
in fact, i have a stratix gx development board in order to develop high speed applications.
don't worry, the nios will not be used for high speed applications!
let me know your thoughts about that.
thanks a lot.
freechip.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15085)
--- quote end ---
--- Quote End --- Yes, you can run uClinux if you have ddr/sdram. You should start with a mininal system with only nios2 cpu core,sdram,full featured timer,jtag/serial console and a cfi flash, (cfi flash can be dummy and removed later). Note, the interrupt vector (ie, exception vector) should be in uClinux program memory, ie sdram. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=15208)</div> [/b] --- Quote End --- On my board, I have one Stratix and one Stratix GX. The Stratix GX is connected to a DDR SDRAM but not to a flash. The Stratix is connected to 8Mb flash. Both are connected together with a bridge. Do you think is it possible? Thanks.