- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi folks.
I have a strong doubt, that my will not work and i want to avoid it. In my system i have 2 Nios processors.I use EPCS flash memory, which stores 2 images. First is woking with data, that FPGA provides him.Second is responsible for communication. I use Ethernet communication and we purchased TCP/IP stack. I have to support the functionality of updating the first Nios,i mean to recompile all source code,to for Nios architecture and to prepeare NIOS1.flash image. Now the questions:- May I to update the NIOS image without updating FGPA program?
- Is there any problem to use described above topology of NIOS processors?
- If I receive the new version for NIOS1 via Ethernet link, is there any problem to burn it to Flash(EPCS) memory?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Slava, I'm using just one Nios but changing the content of EPCS over ethernet is implemented there.
I will try answer your questions. 1. Yes it's possible. You have to know the start address of the firmware image. The best is when it starts at a sector boundary. 2. No idea 3. No you can use the alt_write_flash_block() or alt_write_flash() function from Altera HAL API. Data transmission is more save if you use an additional checksum. Last Question: I think you have just one bootloader because only one EPCS device controller core can be instantiated in each FPGA design. The boot loader code is stored in a small onchip RAM in epcs controller. Jens- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am developing a multiprocessor project to compress the image. My proposed task is: I have designed two processor sytem on de2-70.Now I want each processor to compress half part( half horizontal slice) from the image simultaneously. I have tested the apllication for single processor image compression(png to jpeg image conversion) Can you please provide any suggestion regarding above task? I want to how to achieve interprocessor communication?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Actually, I think, more efficient solution will be to implement the compression algorithm by HW. I mean VHDL code. I still a new in Nios ll, but l know, you can determine shared memory between your processors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could map a block of M9K memory as tightly coupled data memory for both cpus.
Use Decker's algorithm for mutual exclusion.
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