F
Frank
Guest
Hello,
I have build a bootloader which is located in block ram. Now I want to
download my final application to sdram and execute it. If I'm correct, I've
to make a linker script in order to make this possible. Besides this, I want
to use the xilkernel in my application, but not in the bootloader, is this
possible? I guess I have to convert the application.elf file to a binary
file in order to be placed into sdram by the bootloader?! How are the
interrupts handled? Is the interrupt handler from the bootloader used
(because it default jumps to address 0x18)? Can I install a new interrupt
handler which is located in my application?!
a lot of questions, I searched at the forums, but there are not much
examples available. I'm sure there a people who already did this before.
Please help,
thanks
I have build a bootloader which is located in block ram. Now I want to
download my final application to sdram and execute it. If I'm correct, I've
to make a linker script in order to make this possible. Besides this, I want
to use the xilkernel in my application, but not in the bootloader, is this
possible? I guess I have to convert the application.elf file to a binary
file in order to be placed into sdram by the bootloader?! How are the
interrupts handled? Is the interrupt handler from the bootloader used
(because it default jumps to address 0x18)? Can I install a new interrupt
handler which is located in my application?!
a lot of questions, I searched at the forums, but there are not much
examples available. I'm sure there a people who already did this before.
Please help,
thanks