Altera_Forum
Honored Contributor
16 years agoQuickest way to test remote configuration with a EPCS
Hello all,
Once again my laziness gets the best of me and here I am. I have created two FPGA/NIOS loads, one factory and one application. The factory load has a remote reconfig controller, so I can play with this functionality. In the long run I wat to be able to download the application load, but for now all I want to do is get both loads in the EPCS and initiate a reconfig. I know the factory will start at EPCS location 0 and thus the boot for nios should be pretty staright forward. Now the application load I am not so sure . Here are a few questions: 1) If all I want to do is get a bootable factory and application load(FPGA / NIOS) into the EPCS is the easiest method to use the convert programming files in QII and build up a multi design image? or should I stick with the scripts and the flash programmer? 2) for the application bootloader, do I have to customize the bootloader code. I have read this on other threads, but did not know if their was a simpler method. I know you can direct the offset by using scripting i.e. # Now get the flash base address (0x400000) inserted in the image echo ">> Adjusting base address for combined image..." nios2-elf-objcopy --target srec --change-addresses 0x400000 hello_led_comb.flash hello_led_pg4.flash but I believe this simply locates the flash rather than alter the bootloaders fetch location. Thanks in advance for any help.