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.
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.