Quote:
Originally Posted by dd366
Sooner or later, I should setup a build environnement to recompile kernel
but I'm not ready yet as I'm starting from scratch on Linux and have a lot to learn ...
|
Sorry for not answering the u-boot part (tough day today)

but if you want to setup environment, compile your kernel version and write it - you don't have to know that kind of details. Just do what I described here in a few simple steps:
https://github.com/marek-g/kobo-kern...d_instructions
you can skip modules compilation and installation part. And of course use correct path for uImage file when running "dd" command. If you do it from Android, path to the device is a little bit different, too (I don't remember, check with "ls /dev").
[EDIT]
Quote:
As I writed previously, I would like to patch the kernel to try to setup 1Ghz CPU and SleepCover without having to recompile it.
|
Oh... I see... I was flashing many kernels with different sizes so it is hard to say where the one you have ends (after the end there are probably bytes from previous one). It will be really much much easier to compile new kernel. Configuring environment is like 2 lines and building like another 2 lines.