Hello experts,
(Sorry for putting in this space; the S32V space is disabled for some reason!)
I am having issues booting Linux on an S32V234-EVM (28899 Rev D).
I am using the pre-built images (I tried v16 and V17).
The problem seems to be with reading the partition table from the SDCARD.
U-Boot 2016.01+ge19ad21 (Mar 03 2018 - 04:20:46 +0700)
aarch64-fsl-linux-gcc (Linaro GCC 6.3-2017.06~dev) 6.3.1 20170509
GNU ld (GNU Binutils) 2.27.0.20160806
switch to partitions #0, OK
mmc0 is current device
** No partition table - mmc 0 **
Booting from net ...
Even if I use TFTP to load the kernel and dtb to memory, and then try to boot with root=/dev/mmcblk0p2, then the Kernel fails with:
[ 11.200481] mmc0: Timeout waiting for hardware interrupt.
[ 11.206637] mmcblk0: error -110 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
[ 11.288416] mmc0: tried to reset card
[ 21.320499] mmc0: Timeout waiting for hardware interrupt.
[ 21.325631] mmcblk0: error -110 transferring data, sector 0, nr 8, cmd response 0x900, card status 0x0
[ 21.334861] mmcblk0: retrying using single block read
I tried 3 different brands SDCARDS, but I get the same result.
Any suggestions?
Thx,
Erez