It only replaces the kernel. Just make sure the other partitions are unchecked in the flash tool.
Hi J..... aaahhm
mithrandir,
First of all:
Thank you so much !!!!!!!!!! I simply dd-ed your kernel to /dev/block/disk/by-partlabel/linux_boot, was that wrong?
Like:
Download mithrandir's kernel, unzip and flash while on your Gemini:
root@gemini:/home/gemini# find /dev/block/ | grep linux
/dev/block/disk/by-partlabel/linux_boot
/dev/block/disk/by-partlabel/linux
dd if=/root/kernel_from_mithrandir/linux_boot-gemini-3.18.41+.img of=/dev/block/disk/by-partlabel/linux_boot
Download mithrandir's modules/firmware tgz and untar:
cd /
tar -xzf /root/modules_from_mithrandir/modules_firmware-gemini-3.18.41+.tar.gz
Reboot. Everything works just fine. (Have I been pwned now? ).
Unfortunately one of the first things I was missing in your modules is the usb gadget drivers.
To compile your kernel, did you use sources from
https://github.com/gemian I want to try to copy your kernel's config and play around a little bit. I have no experience in kernel compilation, let alone cross compilation. Let's see how well I can brick my Gem.
Regards,
DrW