Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5011

General • Re: Bootloader development in RP2040

$
0
0
Thanks for your reply.
So currently I have few doubts as well as approach we are following.

1) Currently we are writing the bootloader at the address 0x10000000. can we write bootloader at this address?
2) we are trying to write application code from the location 0x10002000. Can we write at this location?
3) To write application at location 0x10002000. And jump from bootloader to application we are using Adafruit Tiny USB library.
But there we have to change the linker file to jump to a given location for running the bootloader to application code.

If you can provide me how can i change the linker script file for basic LED blinking code that also will help me a lot.
Any reference code written in c language or used using Adafruit library will help me a lot for fast progress in the bootloader development.

Regards
Manan

Statistics: Posted by mhjarsania — Tue Aug 06, 2024 1:03 pm



Viewing all articles
Browse latest Browse all 5011

Trending Articles