View Single Post
Old 12-21-2015, 01:51 AM   #14
CatRovacer
Member
CatRovacer began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Dec 2015
Location: Moscow
Device: Kobo Glo, Touch, Aura HD
May be 2nd comande must in this edition:
setenv bootcmd_recovery run bootargs_recovery;mmc read 2 0x70800000 0x800 0x1800; bootm
Removed bootargs_base

Environment variables try set to :

setenv bootargs_recovery setenv bootargs ${bootargs} root=/dev/mmcblk0p1
setenv bootcmd_recovery run bootargs_base bootargs_recovery;mmc read 1 0x70800000 0x800 0x1800; bootm
setenv bootcmd run bootcmd_mmc
setenv bootcmd_mmc run bootargs_base bootargs_mmc;mmc read 2 0x70800000 0x800 0x1800; bootm

setenv bootargs console=ttymxc0,115200 rootfstype=ext4 rootwait rw video=mxcepdcfb:E60_V220 quiet lpj=3997696

setenv bootcmd run bootcmd_mmc
CatRovacer is offline   Reply With Quote