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.