I used ds flashtool to program flash with this image, why failed to boot ?
but when I burned fsl-image-flash-s32g399ardb3.flashimage, it can boot whole system.
what is the reason for this scenario ? thanks
Solved! Go to Solution.
Hi Eric Li
Q. The image fip.s32-qspi under my compiled directory of s32g399ardb3/ from bsp 35.0, so can I program this image directly to flash 0x0 place ?
=> Yes , you can directly flash using S32Flashtool ,from 0x0
Q. BTW, I see related 2 tools here, what does it do for ?
=> qspi_params_MX25UW51245G.bin is for MX25UW51245G NOR Flash memory and
u-boot-s32.cfgout-qspi contains location of configuration files
please use flashtool @ /NXP/S32DS.3.5/S32DS/tools/S32FlashTool/GUI/ to flash image.
read user guide @/NXP/S32DS.3.5/S32DS/tools/S32FlashTool/doc/S32_Flash_Tool_User_Guide.pdf
Regards ,
Tushar
Hi Eric Li
Hope you are doing well.
The image u-boot-s32g399ardb3.bin-qspi does not contain dtb and IVT. so board will not boot using that image. Now TF-A (Arm Trusted firmware) is a mandatory component of the boot.So use the image fip.s32-qspi to boot. you will find this image in arm-trusted-firmware. let us know if any quarry.
Regards ,
Tushar
Thanks.
The image fip.s32-qspi under my compiled directory of s32g399ardb3/ from bsp 35.0, so can I program this image directly to flash 0x0 place ?
---------------------------------------------------------
BTW, I see related 2 tools here, what does it do for ? thanks.
eric@eric-VirtualBox:~/myspace/nxp/s32g3/arm-trusted-firmware$ ls -l /home/eric/myspace/disk1/backupimgs/myimage/s32g399ardb3/tools/
total 20
-rwxr-xr-x 1 root root 508 4月 20 17:16 qspi_params_MX25UW51245G.bin
-rwxr-xr-x 1 root root 4904 4月 20 17:16 u-boot-s32.cfgout-qspi
Hi Eric Li
Q. The image fip.s32-qspi under my compiled directory of s32g399ardb3/ from bsp 35.0, so can I program this image directly to flash 0x0 place ?
=> Yes , you can directly flash using S32Flashtool ,from 0x0
Q. BTW, I see related 2 tools here, what does it do for ?
=> qspi_params_MX25UW51245G.bin is for MX25UW51245G NOR Flash memory and
u-boot-s32.cfgout-qspi contains location of configuration files
please use flashtool @ /NXP/S32DS.3.5/S32DS/tools/S32FlashTool/GUI/ to flash image.
read user guide @/NXP/S32DS.3.5/S32DS/tools/S32FlashTool/doc/S32_Flash_Tool_User_Guide.pdf
Regards ,
Tushar