I'm using imx6sllevk with yocto bsp.
My kernel version is 4.9.11.
The flashing fails to extract rootfs and throws the following error
tar: can't remove old file ./usr/bin/tail: Structure needs cleaning
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00
---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00
and sometimes I get:
tar:short read
and flashing stops. the rootfs seems to flash fine on imx6slevk but not on this board.
what maybe the issue? my complete log is in the attachment.
Maybe the ram parameter of firmware uboot is wrong
Hello,
Are you trying to flash SD or eMMC?
If using SD customer may try using the following command to copy the SD card image to the SD/MMC card on a Linux PC.
$ sudo dd if=<image name>.sdcard of=/dev/sdx bs=1M && sync
*Change sdx below to match the one used by the SD card.
Also, did you build your own image or are you trying with one of our demos?
Thank you,
Regards,
Aldo.
Hi Aldo,
I'm using emmc, using sd is not allowed as per the client requirement, and I've built my own images using yocto bsp
kernel version is 4.9.11
Hello,
Sorry for my late reply, please try to rebuild but now using the machine for the i.MX 6SLL EVK
Thank you,
Regards,
Aldo.
That's what I've been doing all along.