Tar error on extracting on to imx6sllevk board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tar error on extracting on to imx6sllevk board

1,937 Views
sujay1
Contributor V

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.

Labels (1)
0 Kudos
Reply
5 Replies

1,736 Views
vta
Contributor I

Maybe the ram parameter of firmware uboot is wrong

0 Kudos
Reply

1,737 Views
AldoG
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply

1,737 Views
sujay1
Contributor V

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

0 Kudos
Reply

1,737 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

 

Sorry for my late reply, please try to rebuild but now using the machine for the i.MX 6SLL EVK

  • Imx6sllevk

Thank you,

Regards,

Aldo.

0 Kudos
Reply

1,737 Views
sujay1
Contributor V

That's what I've been doing all along.

0 Kudos
Reply