I want to compile Espruino bootloader but with a specific bootloader start address.
Default Espruino bootloader starts at 0x78000 and BangleJs at 0x7a000.
As I know that there are no MAKE parameter is available to do, so I have to change the start address somewhere in the source (linker file???)...
Can some one give how to do it?
Actually I want to compile Espruino bootloader with starting address say 0x7a000 or 0x79000.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I want to compile Espruino bootloader but with a specific bootloader start address.
Default Espruino bootloader starts at 0x78000 and BangleJs at 0x7a000.
As I know that there are no MAKE parameter is available to do, so I have to change the start address somewhere in the source (linker file???)...
Can some one give how to do it?
Actually I want to compile Espruino bootloader with starting address say 0x7a000 or 0x79000.
Cheers