Tar error on extracting on to imx6sllevk board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Tar error on extracting on to imx6sllevk board

1,938件の閲覧回数
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.

ラベル(1)
0 件の賞賛
返信
5 返答(返信)

1,737件の閲覧回数
vta
Contributor I

Maybe the ram parameter of firmware uboot is wrong

0 件の賞賛
返信

1,738件の閲覧回数
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 件の賞賛
返信

1,738件の閲覧回数
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 件の賞賛
返信

1,738件の閲覧回数
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 件の賞賛
返信

1,738件の閲覧回数
sujay1
Contributor V

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

0 件の賞賛
返信