Forum Discussion
Altera_Forum
Honored Contributor
20 years agoflash address
hello everyone!
When I upload the .bin of kernel or filesystem file into flash, where can I assign the offset address in nios IDE environment? I found that there is a file : project_name.stf, can I modify it ! Maybe the offset address could be changed! Best Regards! Feiwu2 Replies
- Altera_Forum
Honored Contributor
Hi Feiwu,
> where can I assign the offset address in nios IDE environment? In the stf file, e.g.:<div class='quotetop'>QUOTE </div> --- Quote Start --- <?xml version='1.0' encoding='UTF-8'?> <stf> <project name='PCI5441_linux' ptf='C:\work\PCI5441\fpga\n2cpu.ptf' cpu='cpu'> </project> <location_on_target offset='0x00800000'> flash </location_on_target> <execution_location> sdram </execution_location> </stf> [/b] --- Quote End --- > I found that there is a file : project_name.stf, can I modify it ! Yep ... that's the one. Regards, --Scott - Altera_Forum
Honored Contributor
Hi smcnuut,
Thyank you very much! Best Regards Fei WU