Forum Discussion
Altera_Forum
Honored Contributor
19 years agoReconfiguration of the board
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, xanfia3 Replies
- Altera_Forum
Honored Contributor
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) - Altera_Forum
Honored Contributor
Thank you Hippo for your reply, it was exactly what I was searching.
- Altera_Forum
Honored Contributor
--- 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