Bricked my sanei N10 i.mx6

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

Bricked my sanei N10 i.mx6

Jump to solution
1,646 Views
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?


Labels (2)
1 Solution
986 Views
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.

View solution in original post

0 Kudos
3 Replies
986 Views
jimmychan
NXP TechSupport
NXP TechSupport

how about this?

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

987 Views
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 Kudos
986 Views
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 Kudos