Bricked my sanei N10 i.mx6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Bricked my sanei N10 i.mx6

跳至解决方案
1,673 次查看
haydar
Contributor II

Hi,

I have upgraded my u-boot with u-boot-6q-no-padding.bin, i have downloaded this one from freescale website.

Now is my tablet bricked, can not boot or go to recovery mode, the only think i can here is a long vibration when i press the power button.

I have tried to put the original u-boot-no-padding.bin using the folowing command without any success:

sudo dd if=u-boot-no-padding.bin of=/dev/sdb bs=1K seek=1; sync

Can anyone help me with this?


标签 (2)
1 解答
1,013 次查看
haydar
Contributor II

I have fixed it using the following command on the internal sd:

sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 conv=fsync

I have used the u-boot from ampe not the freescale one, i don't know what is the difference between them.

在原帖中查看解决方案

0 项奖励
3 回复数
1,013 次查看
jimmychan
NXP TechSupport
NXP TechSupport

how about this?

sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 conv=fsync

1,014 次查看
haydar
Contributor II

I have fixed it using the following command on the internal sd:

sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 conv=fsync

I have used the u-boot from ampe not the freescale one, i don't know what is the difference between them.

0 项奖励
1,013 次查看
haydar
Contributor II

Still not working,

I have disassembled the tablet, i can see that there is SD card inside, not mmc, i will try to backup its content

The partition table is:

sudo partx -l /dev/sdb

# 1:     16384-    32767 (    16384 sectors,      8 MB)

# 2:     32768-    49151 (    16384 sectors,      8 MB)

# 3:     49152-  3833855 (  3784704 sectors,   1937 MB)

# 4:   3833856- 31131647 ( 27297792 sectors,  13976 MB)

# 5:     49153-  1097727 (  1048575 sectors,    536 MB)

# 6:   1097729-  1622015 (   524287 sectors,    268 MB)

# 7:   1622017-  3719167 (  2097151 sectors,   1073 MB)

# 8:   3719169-  3735551 (    16383 sectors,      8 MB)

# 9:   3735553-  3751935 (    16383 sectors,      8 MB)

should i do cat u-boot-no-padding.bin > /dev/sdb1

or not?

0 项奖励