Bootloader (MSC) doesn't load BIN

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bootloader (MSC) doesn't load BIN

ソリューションへジャンプ
2,009件の閲覧回数
davenadler
Senior Contributor I

K64F Freedom board, bootloader 2.0, MSC usage.
I built the bootloader with HID and MSC only enabled devices, with BL_APP_VECTOR_TABLE_ADDRESS 0xa000.
Updated the project to generate a BIN file and dragged it onto the MBED MSC loader to install it.

I connect the K64F USB to the host and see the expected window to drop BIN image, including the STATUS.TXT file.

So, looks like the bootloader built OK and is running OK.

 

When I drag the LED demo file onto this window, nothing happens except the filename is added to the directory:

166353_166353.PNGBootloader_doesn't_load.PNG

If I launch the LED test application via the debugger it does indeed blink the LED.

The LD file for the LED blink looks correctly set to start at 0xA000, matching the bootloader.

 

Thanks in advance for any assistance,
Best Regards, Dave

ラベル(1)
0 件の賞賛
返信
1 解決策
1,658件の閲覧回数
davenadler
Senior Contributor I

Whoops, the bootloader 2.0 MSC only supports the "SB" secure-binary format (unlike the mbed loader).
Documented in a corner of the bootloader reference manual, aaarrgggg.....

NXP: This question has come up many times on this forum - It would be great if this was prominently explained in the documentation!

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,659件の閲覧回数
davenadler
Senior Contributor I

Whoops, the bootloader 2.0 MSC only supports the "SB" secure-binary format (unlike the mbed loader).
Documented in a corner of the bootloader reference manual, aaarrgggg.....

NXP: This question has come up many times on this forum - It would be great if this was prominently explained in the documentation!

0 件の賞賛
返信