View Single Post
Old 12-13-2015, 09:42 AM   #543
CatRovacer
Member
CatRovacer began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Dec 2015
Location: Moscow
Device: Kobo Glo, Touch, Aura HD
bricked Touch with fixed flash (_NO_uSD_card)

I have Two N905 + One N905B Kobo's Touch. N905B, as all good children with SD card. Installed XCSoar and i happy. Almost happy (*).

And remaining two N905 bricked after install "Dual Boot Android".
I connect to motherboard via UART-USB adapter and I got some log:
Spoiler:
Code:
Enable Blue LED
MC13892 volt: 350
Setup env for booting..
No Card in Slot
Normal boot mode, using default boot env
Hit any key to stop autoboot:  0
Unknown command 'load_ntxkernel' - try 'help'
Wrong Image Format for bootm command
ERROR: can't get kernel image!

MX50_ARM2 U-Boot > printenv
baudrate=115200
loadaddr=0x70800000
uboot=u-boot.bin
kernel=uImage
bootcmd_mmc=run bootargs_base bootargs_mmc;load_ntxkernel; bootm
verify=no
bootcmd=run bootcmd_mmc
bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootfstype=ext4
bootdelay=1
bootcmd_SD=run bootargs_base bootargs_android bootargs_SD;load_ntxkernel; bootm
bootargs_android=setenv bootargs ${bootargs} init=/init androidboot.serialno=20030394,b3f7fdff960a45bebbc97f7e0266bf42
bootcmd_recovery=run bootargs_base bootargs_recovery bootargs_android;load_ntxkernel; bootm
bootargs_base=setenv bootargs console=ttymxc0,115200 rootwait rw no_console_suspend lpj=3997696
bootargs_SD=setenv bootargs ${bootargs} root=/dev/mmcblk1p2 rootfstype=ext4
bootargs_recovery=setenv bootargs ${bootargs} root=/dev/mmcblk1p2 rootfstype=ext4
KRN_SDNUM_Recovery=1
KRN_SDNUM_SD=1
stdin=serial
stdout=serial
stderr=serial
bootargs=console=ttymxc0,115200 rootwait rw no_console_suspend lpj=3997696 root=/dev/mmcblk0p1 rootfstype=ext4

Environment size: 988/131068 bytes
MX50_ARM2 U-Boot >

I think the problem here somewhere:
Code:
bootcmd_SD=run bootargs_base bootargs_android bootargs_SD;load_ntxkernel; bootm
bootargs_android=setenv bootargs ${bootargs} init=/init androidboot.serialno=20030394,b3f7fdff960a45bebbc97f7e0266bf42
bootcmd_recovery=run bootargs_base bootargs_recovery bootargs_android;load_ntxkernel; bootm
U-boot cant find image (android boot image?) And seek in on uSD card, which is absent.

Also i can load image files trough kermit or ymadem protocol via serial.

Who say how to correct environment for loading.
or
Send me image file for load to fixed memory via serial?
Start addres?

(*) Why almost? I cant find pads for serial line.
I try 2 subscribed pads, remain one groups pads nonsubscribed.

Last edited by CatRovacer; 12-13-2015 at 11:47 AM.
CatRovacer is offline