How to update firmware on rt1064 running sbl single image OTA via ISP

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

How to update firmware on rt1064 running sbl single image OTA via ISP

309件の閲覧回数
fsimz
Contributor I

Hi, my goal is to run a bootloader on my 1064 and be able to update firmware without having to switch the board SW7 to serial download mode every time.

I have built the sbl binary from the github project and loaded it into flash at 0x70000000 using the flash programmer tool. The sbl configuration is single image OTA and ISP enabled.

As I understand it this allows the loading of the firmware via a serial connection using blhost while the board is in ISP mode after restarting.

I have tried writing the binary while in ISP mode to both 0x70100000 and 0x70200000 using

blhost -u 0x15A2,0x0073 -j -- write-memory 0x70200000 fw.bin 0

and while the write appears to be successful, I cant get the firmware to work.  I'm not sure what i'm doing wrong. Any help would be really appreciated.

Many thanks,

Fabio

ラベル(1)
0 件の賞賛
返信
1 返信

275件の閲覧回数
mayliu1
NXP Employee
NXP Employee

Hi @fsimz ,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.

1:Please provide the memory address allocation for your bootloader project and App project.

2:  Please provide the key code for the jump in the bootloader project(whether global interrupts are disabled).

3:  please provide the hex files for both the bootloader project and the App project.

Wish it helps you.
If you still have question about it, please kindly let me know.

Wish you a nice day!

Best Regards
MayLiu

0 件の賞賛
返信