Get Remote System UpdateExamples for the NEEK here:
Altera Mandelbrot C2H
- Download Flash file for FPGA Hardware and SoftwareImage
- Download (Optional)SOF and ELF files (Not required for remote system update)
Altera Picture Viewer
- Download Flash file for FPGA Hardware and SoftwareImage
- Download (Optional)SOF and ELF files (Not required for remote system update)
Nios bootloader
nios2ecos contains a bootloader that uses the Remote System Update feature to allow a different FPGA image for the bootloader and firmware.
Instructions
- Download the Remote System Update Examples above to your local PC
- Unzip to any directory on local PC
- Follow the Instructions for Remote System udpate
Create your own Remote System update Flash files Using a Script
If you want to take your own .SOF and .ELF files and create .FLASH files so you can remotely download them to the NEEK then:
- [[media:eek_rc.zip|Downloadthe] flash conversion script eek_rc.sh
- Launch a Nios II Command Shell (Start -> Programs -> Altera -> Nios II <version> EDS -> Nios II Command Shell)
- Copyyour hardware image (.SOF) and software image (.ELF) to the directory where you downloaded the eek_rc.sh script
- FromwithintheNios II Command Shell,navigate tolocation of thescript and the.ELF and .SOFandtype
./eek_rc.sh <your_sw_app.elf> <your_hw.sof>
Return to NEEK Remote System Update Page
Click here to understand what Remote System Update is, get instruction on how to use it, and on how to convert your design to .FLASH format for remote system update.
