eebrah has quit [Read error: Connection reset by peer]
eebrah has joined #linux-rockchip
Theueip_ has joined #linux-rockchip
Theueip has quit [Ping timeout: 260 seconds]
Theueip_ has quit [Quit: Leaving...]
cnxsoft has quit [Ping timeout: 248 seconds]
eebrah has quit [Read error: Connection reset by peer]
eebrah has joined #linux-rockchip
eebrah has quit [Read error: No route to host]
naobsd has quit [Quit: Page closed]
eebrah has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
<jcarlos>
naobsd: Yes, I thought about those two options, but option one scares me, and option two is not clear enough for me. Your multiboot.img file is rkcrc'ed signed. I have your mkbootimg command compiled. I know I can create an image with it. But I'm not sure I can use your signed ramdisk. Must I unsigned it before create de packed image (my kernel+your ramdisk) ? If that is the case, how can I unsign it? Or does the mkbootimg command
<jcarlos>
take into account the signed ramdisk and creates a final correct image?
eebrah has quit [Quit: Lost terminal]
<jcarlos>
By the way, my kernel is 8,4M sized, and my kernel partition has 8M ...
ganbold_ has quit [Ping timeout: 264 seconds]
ganbold_ has joined #linux-rockchip
<karlp>
how is your kernel 8.4meg?
<karlp>
is that just a kernel or a kernel+?
<jcarlos>
karlp: Well, that's the size.
<jcarlos>
I have rechecked it just now.
cnxsoft has quit [Ping timeout: 248 seconds]
<jcarlos>
karlp: Obviously I'm talking about my stock kernel, not a kernel compiled by me.
<jcarlos>
An Android kernel.
FreezingCold has quit [Read error: Operation timed out]
JochenKauz has joined #linux-rockchip
eebrah has joined #linux-rockchip
hramrach has quit [Remote host closed the connection]
cnxsoft has joined #linux-rockchip
Astralix has joined #linux-rockchip
JochenKauz1 has joined #linux-rockchip
JochenKauz has quit [Ping timeout: 264 seconds]
cnxsoft has quit [Quit: cnxsoft]
devgiant has joined #linux-rockchip
avRoogh3 has quit [Quit: leaving]
devgiant_ has joined #linux-rockchip
devgiant has quit [Ping timeout: 240 seconds]
ncrmnt has joined #linux-rockchip
devgiant_ has quit [Quit: Leaving]
devgiant has joined #linux-rockchip
hramrach has joined #linux-rockchip
naobsd has joined #linux-rockchip
<naobsd>
jcarlos: don't mix different thing, anything about kernel+ramdisk image and about kernel-only/ramdisk-only image are unrelated
<jcarlos>
naobsd: I don't understand what you are trying to tell me :/
<naobsd>
you can't use rkcrc-ed kernel as kernel part of kernel+ramdisk image
<jcarlos>
Ok
<jcarlos>
That was my question
<jcarlos>
So, how can I do a combined image if I only have a signed kernel?
<naobsd>
or just remove first 8 bytes and last 4 bytes ;)
<jcarlos>
You asked me before "how large?"
<jcarlos>
My kernel is 8,4 megas
<jcarlos>
And my kernel partition is only 8 megas
<naobsd>
rkcrc just add KRNL and payload size(4bytes ) to header, and RK's CRC(4bytes) to trailer
<naobsd>
KRNL(4bytes)+size(4bytes)
<jcarlos>
OK, I understand.
<naobsd>
I see
<jcarlos>
Perhaps a more important question ... or at least more interesting for me.
<jcarlos>
Do you have sources availables to your cwm for rk3188?
<jcarlos>
available*
<jcarlos>
s/to/for/
<naobsd>
probably kernel is not compressed, it's standard way by RK SDK document
<naobsd>
cwm source is somewhere in my backup file
<naobsd>
40GB+ backup file
<jcarlos>
naobsd: That's why I asked you some days ago about "file kernel.img" and its "data" output ... :)
<naobsd>
I'm preparing new build machine
<jcarlos>
naobsd: But have you patched cwm a lot to be able to work with RK3188?
<naobsd>
no
<naobsd>
not so "a lot"
<jcarlos>
I have compiled my own cwm from cyanogenmod 11.0
<jcarlos>
I have created a device/bq/fnac310plus/ directory with some files generated with makevendor.sh
<naobsd>
ah
<jcarlos>
And I wanted you see your work
<naobsd>
changes for recovery program is small
<jcarlos>
You have deleted a menu option, I think.
<naobsd>
changes for other parts are larger than it ;)
<naobsd>
deleted?
<jcarlos>
Or disabled.
<naobsd>
well
<naobsd>
my last build was based on cm-10.0 or .1
<jcarlos>
I remember to have read something about that in I don't know what forum :)
<naobsd>
I'm not sure latest CWM
<jcarlos>
Well, it dosn't matter.
<jcarlos>
doesn't*
<naobsd>
I can't remember what I deleted
<jcarlos>
One more question, please.
<jcarlos>
I'm investigating your generic rk3188 cwm image
<jcarlos>
The file recovery.img
<jcarlos>
How can I see its contents
<jcarlos>
?
<naobsd>
generic image is ramdisk-only image
<jcarlos>
It's not a cpio+gzip file
<naobsd>
rkunpack, then gunzip+cpio
<jcarlos>
Ahhhh
<jcarlos>
I need to rkunpack
<jcarlos>
Ok, I understand
<naobsd>
or I guess gunzip may ignore first 8bytes
<naobsd>
I must go out soon
<jcarlos>
Never mind. Thanks for your time!!
<naobsd>
please check first few byes in image
<jcarlos>
KRNL ...
<naobsd>
KRNL is -only image, or ANDROID! is kernel+ramdisk image
<jcarlos>
Yes, I know it, now
<jcarlos>
:)
<naobsd>
I'll add ANDROID! unpack function to rkunpack, then no need to think about format ;)
<jcarlos>
Good idea :)
ncrmnt has quit [Ping timeout: 245 seconds]
<jcarlos>
naobsd: I'm comparing your recovering ramdisk with my stock recovering ramdisk. And there are lots of differences, I don't know very well if they are important or not for my device.