Put the fsl-image-goldvip-s32g274ardb2.sdcard file of goldVIP-1.1.0-binaries into the SD card and stop while uboot is running and run write_goldvip_images was performed.
After all the binaries are written, power off the board, configure the DIP switches for NOR
Flash Boot mode (set SW4.7 to OFF) and then power on the board.
But an error occurred as shown in the figure above.
ERROR: Error: s32_io_setup failed
PANIC at PC : 0x0000000034306858
I don't know why.
Solved! Go to Solution.
Hi,
The SD card must be left inserted in the device. It contains the rootfs for the Linux BSP and the kernel.
Vlad
Hi,
This error is usually encountered when the ATF can't read from the SD card. (you can try to remove it and reboot from flash, the same error will occur).
Could you try a different SD card? There seems to be some kind of an issue with the one you are using.
Vlad
Hi.
Thank you for reply.
It works fine when booting from the sd card.
After writing to flash with the sd card, remove the sd card and boot from flash, an error occurs.
Hi,
The SD card must be left inserted in the device. It contains the rootfs for the Linux BSP and the kernel.
Vlad
Thank you.