BCM943362WCD6 without the bootloader,can't build the DCT

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

cross mob
user_875031
Level 1
Level 1

1. I wan to just build one bin ,not contain the  bootloader.bin,what should I do?

2. if I just build one app bin ,what should I  build the DCT in the app?

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

Hello,

I am not sure I understood the questions correctly.

Can you please elaborate a bit on the questions?

I am assuming the first question is about how to creat one bin file from all the binaries(filesystem.bin, DCT.elf, <application>.stripped.elf) without including the bootloader.bin file.

You can use objcopy to combine the individual binaries. The individual files can be located in build folder. If snip.scan-CYW943907AEVAL1F is build, the corresponding directory will be 43xxx_Wi-Fi/build/snip.scan_CYW943907AEVAL1F

View solution in original post

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

Hello,

I am not sure I understood the questions correctly.

Can you please elaborate a bit on the questions?

I am assuming the first question is about how to creat one bin file from all the binaries(filesystem.bin, DCT.elf, <application>.stripped.elf) without including the bootloader.bin file.

You can use objcopy to combine the individual binaries. The individual files can be located in build folder. If snip.scan-CYW943907AEVAL1F is build, the corresponding directory will be 43xxx_Wi-Fi/build/snip.scan_CYW943907AEVAL1F

0 Likes