How to disable Tiny bootloader ?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
venkee
Level 1
Level 1
First question asked Welcome!

I'm working on an application where i don't need deep sleep of application core. So, i don't need tiny bootloader. How can to disable this so that i can use this memory for other purpose?

0 Likes
1 Solution
PriyaM_16
Moderator
Moderator
Moderator
250 replies posted 100 replies posted 50 replies posted

Tiny bootloader can be disabled by commenting out the following statement in the makefile(/43xxx_Wi-Fi/WICED/platform/MCU/BCM4390x/BCM94390x_targets.mk):

NO_TINY_BOOTLOADER_REQUIRED:=1

View solution in original post

1 Reply
PriyaM_16
Moderator
Moderator
Moderator
250 replies posted 100 replies posted 50 replies posted

Tiny bootloader can be disabled by commenting out the following statement in the makefile(/43xxx_Wi-Fi/WICED/platform/MCU/BCM4390x/BCM94390x_targets.mk):

NO_TINY_BOOTLOADER_REQUIRED:=1