View Single Post
Old 07-03-2013, 10:06 AM   #4
yoq
Developer
yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.yoq ought to be getting tired of karma fortunes by now.
 
Posts: 77
Karma: 206176
Join Date: Apr 2013
Location: Europe
Device: Kobo Glo
Quote:
Originally Posted by norbusan View Post
Hi

I also stumbled over this page and I am interested in trying it out. I can read enough Japanese, but it is unclear to me from the descriptions how to run/install the u-boot_hack.bin which is responsible for booting from a different root device.

Does anyone have an idea what to do with this u-boot_hack.bin?

Thanks,

Norbert
You can flash it with:
Code:
dd if=u-boot_hack.bin of=/dev/mmcblk0 bs=1K seek=1 skip=1
But be cautious, validate the checksum before using the command and have a backup (and be prepared to open your device)

It worked for me some time ago, but I can't read japanese so don't really know what exactly is loaded from the external sd.
yoq is offline   Reply With Quote