--- Quote Start ---
originally posted by hippo+jun 5 2006, 09:45 pm--><div class='quotetop'>quote (hippo @ jun 5 2006, 09:45 pm)</div>
--- quote start ---
<!--quotebegin-andylei@Jun 5 2006, 09:32 PM
my board is de2 and flash is epcs16 thanks!!!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15917)
--- quote end ---
--- Quote End ---
read wiki about DE2
http://nioswiki.jot.com/wikihome/operating...flashprogrammer (
http://nioswiki.jot.com/wikihome/operatingsystems/flashprogrammer)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15918)</div>
[/b]
--- Quote End ---
The DE2 is different from other Altera Nios dev boards.
The DE2 's fpga configs from EPCS16 (not CFI), is 2MB.
The sof is not written directly to EPCS, it will be converted to RBF (raw binary file).
The compress configuration data of 2C35 size around 300K-400K, typically.
So you will have around 1.6MB unused space in EPCS16.
You should store zImage after the RBF on EPCS.
That is, you should use EPCS for fpga config and zImage.
Then the CFI 4MB will be available for jffs2.
Look at this thread too,
http://forum.niosforum.com/forum/index.php?showtopic=4009 (
http://forum.niosforum.com/forum/index.php?showtopic=4009)
post#12# 13