Hi Ken, hi all
ok, here my first report. I managed to update my sd card and merge the kobohack-j adaptions into it, but for now I have not managed to boot from the external sd card.
Here is what I did (linux commands):
Replacement of the sd card
Of course, see
https://www.mobileread.com/forums/sho...d.php?t=209122
(opening the device is necessary!)
- extract internal SD card
- make image of external SD card
dd if=/dev/sd??? of=kobo-original-sd.img
- insert new SD card
- copy image onto the new SD card
dd if=kobo-original-sd.img of=/dev/sd???
- resize the partition sd?3
probably best with gparted
- insert into the KOBO internal slot and reboot
Installation of kobohack-j
(opening the device is *not* necessary)
- unpack firmware of Kobo:
mkdir KoboOriginal-2.6.1 ; unzip -d KoboOriginal-2.6.1 kobo-update-2.6.1.zip
- unpack the original KoboRoot.tgz into a separate directory
mkdir KoboRoot ; tar -xv -C KoboRoot -f KoboOriginal-2.6.1/KoboRoot.tgz
- unpack the kobohack-j-YYMMDD.zip file
mkdir kobohack-j ; unzip -d kobohack-j kobohack-j-YYMMDD.zip
- unpack the kobohack-j KoboRoot.tgz into the unpacked original KoboRoot
tar -xv -C KoboRoot -f kobohack-j/KoboRoot.tgz
- if wanted, unpack the kobohack-j KoboRoot_hack.tgz, too
tar -xv -C KoboRoot -f kobohack-j/KoboRoot_hack.tgz
- create a new KoboHack.tgz
tar -cvzf KoboRoot.tgz -C KoboRoot .
- copy new KoboRoot.tgz to KOBOeReader/.kobo/
- reboot reader, it should show "Updating ..."
Booting from external sd slot
(work in progress)
I am not sure what the boot hack is doing, I though it only consists of the kernel and the boot parameters, so just using a brand new empty sd card and dd-ing it onto it should be enough. But that did not boot. The LED went blue for a moment and then nothing happened.
If anyone has an idea what the boot hack is actually doing and what is necessary to get it running, please let me know.
Thanks
Norbert