View Single Post
Old 07-03-2021, 07:57 AM   #3
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
The external sd boot mentioned in the link still relies on a working bootloader on the internal storage. That bootloader (u-boot) will load the kernel in memory (again from the internal storage) and jump at it. What changes is the root cmdline argument passed to the kernel.

That means that you'll need a working bootloader/kernel on the internal partiton. If that's your case you can follow @davidfor suggestion: flash your backup to an external sdcard and try to boot from it.

Some things won't work at all in this config (ie: the "user" partition is hardcoded at mmcblk0p3 in the firmware) but you'll see -at least- the bootlogo and you can tweak the 1st partition of your external sdcard to get a working FW.
pazos is offline   Reply With Quote