How to boot an image from uart?

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

How to boot an image from uart?

ソリューションへジャンプ
1,514件の閲覧回数
Jeff-CF-Huang
Contributor III

Hi Sir,

I created an image for serial boot.
Is there any way to load and run it from uart without S32 DS & JTAG?
I have tried the below command, but it seems not to work.

S32FlashTool.exe -t S32G2xxx.bin -i uart -p COM13,115200 -boot application.bin -addr 0x34000000

I want to load my application to 0x34000000 and the entry is 0x340D5000.

0 件の賞賛
返信
1 解決策
1,476件の閲覧回数
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

We have the below information on regards of serial boot:

"Copy generated image to SRAM via "copy" command in Windows Command Prompt.

Configure the UART mode(n means COM number)
mode comn 48000,e,8,2

Copy the image to SRAM (image means the generated image file name)
copy image /b comn /b

"

We have followed the information and were able to boot from UART directly, without the need of S32DS nor JTAG connection. Since our binary file size was large, the serial download required some time to finish.

Please, let us know.

元の投稿で解決策を見る

1 返信
1,477件の閲覧回数
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

We have the below information on regards of serial boot:

"Copy generated image to SRAM via "copy" command in Windows Command Prompt.

Configure the UART mode(n means COM number)
mode comn 48000,e,8,2

Copy the image to SRAM (image means the generated image file name)
copy image /b comn /b

"

We have followed the information and were able to boot from UART directly, without the need of S32DS nor JTAG connection. Since our binary file size was large, the serial download required some time to finish.

Please, let us know.