Altera_Forum
Honored Contributor
19 years agoBootLoader in Onchip memory in altera/nios
Hello,
I want to put the boot_loader in my Nios Projet in the onchip memory.(I found it here "D:\altera\nios2_60\components\altera_nios2\sdk\src\boot_loader_sources\" ) But How I can do this? -The onchip memory must be set in ram or rom mode? -what I must do change in the "boot_loader" file to set correctly for my projet.? -how can I use these files in my project? (there are a ".S" file or ".h" etc...) My final program will be put in my ram with Nios IDE (if it possible). So in my project ,I have the "onchipmemory" and the "Ram" . And I want to jump from altera (with boot) to my program in the ram. Our ram is an "interface To User Logic" with "bus interface type" = avalon memory Slave (connect with our Ram component) , and we have to another ram "IDT71V416 SRAM". My Nios Cpu is set in Nios II/e or Nios II/s with jtag debug module in level 1. So ,I want to put the boot_loader in my onchipmemory and my program in my Ram (which one from interface to User logic). Thanks for your help. Benoît P.S.:is that clear ? I'm french and not very good in english ^^