Specifying custom bootloader in make target/makefile

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

cross mob
Anonymous
Not applicable

Hi guys,

I wrote a custom bootloader, and I want to be able to specify in my Makefile (project or platform) or make target that I want to use this specific custom bootloader instead of the default waf.bootloader. The only way that I have found is to edit standard_platform_targets.mk, but surely there must be a better way that I am missing.

This is for a 43364 based board using SDK 4.0.1.

Advice?

-Nick

0 Likes
1 Solution
Anonymous
Not applicable

Figured it out.

For anyone else, you can use the EXTRA_TARGET_MAKEFILES variable in your platform makefile to specify your own version of standard_platform_targets.mk.

View solution in original post

1 Reply
Anonymous
Not applicable

Figured it out.

For anyone else, you can use the EXTRA_TARGET_MAKEFILES variable in your platform makefile to specify your own version of standard_platform_targets.mk.