- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Above is the closest example that I can find for a good Ethernet example. But we are using the Bemicro CV A9 board (https://parts.arrow.com/item/detail/arrow-development-tools/bemicrocva9#cnzg), and we would like to adapt the Ethernet example to this board. However there are some differences that I have encountered during adaptation process. One difference is that the ethernet example uses a CFI Flash Memory interface, but the A9 does not have a flash, what should I use instead? Thanks, Jack
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you sure that CFI Flash is not for storing firmware for boot? You could use Flash that is onboard (256 Mb QSPI) maybe?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've seen an app note that details how to use a boot loader in on-chip ram to copy data from serial flash like your board uses to sdram and then run the NIOS software from there. You should be able to adapt that example to your needs. If all else fails, you could write some code to issue a read command from the serial flash to sdram and then branch to it manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CFI flash in the ethernet example is used for storing the MAC address.
On BeMicro A9, just use the EEPROM or the EPCQ or the SD card, whichever you find easiest and most appropriate for your application.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you managed to run example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just a note: Ethernet works only if board is powered from POWER JACK.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page