Thread
:
[HOWTO] Comprehensive Firmware Flashing Guide for Jolla
View Single Post
djselbeck
2013-12-22 , 11:01
Posts: 113 | Thanked: 303 times | Joined on Dec 2013 @ Germany
#
67
Hello,
I've tried building the bootimage with an extra ramdisk but so far only got instant reboot, so I decided to include it directly into the kernel.
Did you actually had success including a ramdisk with mkbootimg?
I think you need to specify an offset to the kernel, which declares the location of the image. Something like
Code:
initrd=0x02200000
but I had no time so far trying that out.
My first priority was to provide an fast solution to backup your device
. Now I have some time and will look into it and include an ssh server for example.
Edit: Ramdisk inclusion with boot.img worked. I've no idea why it did'nt last time I tried. Perhaps because it was already very late and I'm tired
So this is clearly the preferred method over init inclusion in kernel image.
Last edited by djselbeck; 2013-12-22 at
13:40
.
Quote & Reply
|
The Following 6 Users Say Thank You to djselbeck For This Useful Post:
javispedro
,
OVK
,
reinob
,
szopin
,
Watchmaker
djselbeck
View Public Profile
Send a private message to djselbeck
Find all posts by djselbeck