View Single Post
Old 12-17-2015, 03:23 AM   #13
CatRovacer
Member
CatRovacer began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Dec 2015
Location: Moscow
Device: Kobo Glo, Touch, Aura HD
Hi!
I restore my two N905A (after "updating" under Dual Boot Android)
- Connect UART pads via usb-uart adaptor to PC. You can see prompt U-boot in serial console (Putty, Hyperterminal) see here for detail

- under U-boot in serial console type 2 command:
Code:
setenv bootargs_recovery setenv bootargs ${bootargs} root=/dev/mmcblk0p2 
setenv bootcmd_recovery run bootargs_base bootargs_recovery;mmc read 2 0x70800000 0x800 0x1800; bootm
After second comand Kobo will start recovery procedure. LED will blink as white...

Last edited by CatRovacer; 12-17-2015 at 09:53 AM.
CatRovacer is offline   Reply With Quote