FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5929 Discussions

Application selector HW only load

Altera_Forum
Honored Contributor II
1,076 Views

Is it possible to just load the converted .sof file only within the NEEK application selector? 

 

There might be plenty of other FPGA designs not using NIOSII (o;
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
340 Views

Yes, it's possible.

0 Kudos
Altera_Forum
Honored Contributor II
340 Views

And how? 

 

Placing just a file called "something_hw.flash" doesn't even list it in the menu...
0 Kudos
Altera_Forum
Honored Contributor II
340 Views

take a look at the source code for the application selector. it checks to see if there are 2 .fla(sh) files in a single directory to see if its a valid application. so i guess the next step is trying an empty file named something_sw.flash. if it doesn't work you'll have to modify the bootloader code to skip the software if its not present.

0 Kudos
Altera_Forum
Honored Contributor II
340 Views

Okay...copied some other small xxx_sw.flash file from the demos and it works...it didn't work with just a plaint text file for example being renamed..so it checks for a valid .elf file... 

 

So back to prepare the zx_spectrum_hw.flash (o;
0 Kudos
Reply