Altera_Forum
Honored Contributor
16 years agoSW loader issues
Hello nios users,
I am trying to write a code that enables to load SW image (in S-REC format) to the flash via UART. I have encountered several issuse: 1. the altera default set the SW flash image (created from .elf) directly after HW image (.sof). I believe I can place it whereever I want, but what should I do so the boot loader will know from where to start loading image to RAM after reset? 2. To accelerate the process, I want to use an existing UART set to slow baud rate. can I change the baud rate of an UART during SW run-time without the need of creating new .ptf and rebuild with it? thanks a lot for your help, A.G.