Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Reconfiguration of the board

Altera_Forum
Honored Contributor II
1,575 Views

Hello 

I'm making a project on the Nios 1c20 board running uClinux and I'm trying to make a program for reconfigure the board via the ethernet connection. My problem is that I don't know how to acces to the flash memory of the board or if this is possible. Can anyone help me? 

 

With regards, 

 

xanfia
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
477 Views

You can use MTD device on CFI flash or EPCS, depending on where your board get config data. 

Convert the config data , then copy the binary configuration file to the MTD. 

 

I will update the wiki in more details. 

http://nioswiki.jot.com/wikihome/operating...flashprogrammer (http://nioswiki.jot.com/wikihome/operatingsystems/%c2%b5clinux/flashprogrammer)
0 Kudos
Altera_Forum
Honored Contributor II
477 Views

Thank you Hippo for your reply, it was exactly what I was searching.

0 Kudos
Altera_Forum
Honored Contributor II
477 Views

 

--- Quote Start ---  

originally posted by xanfia@Apr 4 2007, 05:21 PM 

thank you hippo for your reply, it was exactly what i was searching. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22791) 

--- quote end ---  

 

--- Quote End ---  

 

Please check the update under the subheader, 

Convert .flash file to binary, remote update
0 Kudos
Reply