01-03-2013, 05:31 PM | #1 |
Junior Member
Posts: 7
Karma: 8108
Join Date: Aug 2011
Device: kindle
|
How to show kernel boot information instead Amazon boot picture?
Some trick in rc files?
|
01-03-2013, 07:17 PM | #2 |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
It is usually a kernel option.
The kernel has to be up and running (and interesting message long past) by the time it gets to any rc files. Plus - the only time the kernel boots is after the kindle has been completely powered down (showing a blank screen). otherwise - all you will see is the kernel resume messages. |
Advert | |
|
01-03-2013, 10:22 PM | #3 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
You need a serial port connection to view the kernel boot messages. The PW has internal solder pads for that.
With your "leet skillz", you may be able to add eink support to a custom kernel and make it do what you want. Or just view dmesg output (or other logs) after it boots. Last edited by geekmaster; 01-03-2013 at 10:27 PM. |
01-04-2013, 01:28 AM | #4 |
Junior Member
Posts: 7
Karma: 8108
Join Date: Aug 2011
Device: kindle
|
Thank you
I already have a USB-serial line hook up with my kindle and can see kernel boot up message, just wandering it would be fun if it shows on e-ink screen.
Early printk should help after kernel load e-ink driver. |
01-04-2013, 07:08 AM | #5 |
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
|
perhaps you could just construct a rough image and swap it in at boot time.
(via some image creating lib in c perhaps for example) For the record messing with those images made my K5 flaky, "full disclosure" and all. Good luck |
Advert | |
|
01-04-2013, 09:06 AM | #6 |
(offline)
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
|
You could create an init script which periodically reads the output of dmesg and/or showlog, reformats it and uses eips to draw it on the screen. You'll still need to get rid of the original boot screen, but that's (probably) just disabling a few lines in other init files.
|
01-04-2013, 09:22 AM | #7 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
For early boot messages, you would need to add your code to the initial ramdisk in the kernel partition. |
|
01-04-2013, 09:34 AM | #8 |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
"Early console" will write to a frame buffer.
But you would have to be sure the e-ink drivers where built into the kernel because "early console" and "early printk" start being used before the kernel can load modules. |
01-04-2013, 09:51 AM | #9 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
And beware that custom kernel mods will cause firmware updates to fail due to unexpected kernel CRC. You would have to flash the old kernel back before an update. Then after updating to new official firmware, you may need to patch and flash a new kernel version to match any kernel modules on the new main partition.
Also beware that modifying the startup image could prevent a firmware update. Or just live with your custom firmware that cannot be updated... Last edited by geekmaster; 01-04-2013 at 09:56 AM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
boot kindle from kernel image on USB drive | geekmaster | Kindle Developer's Corner | 40 | 10-07-2012 02:46 PM |
Tablet No Boot - Anyone else?? | dougf4 | Nook Color & Nook Tablet | 1 | 03-03-2012 03:42 PM |
Amazon axes copied content, duplicate Kindle Store ebooks get the boot | carld | News | 18 | 08-15-2011 04:18 PM |
Need to re-boot | killjoy | Amazon Kindle | 2 | 07-20-2011 01:48 PM |
Opus cannot boot, stuck on boot screen | baloma | Bookeen | 35 | 11-13-2010 05:20 AM |