Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-03-2013, 04:31 PM   #1
madtrapper
Junior Member
madtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipse
 
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?
madtrapper is offline   Reply With Quote
Old 01-03-2013, 06:17 PM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
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.
knc1 is offline   Reply With Quote
Advert
Old 01-03-2013, 09:22 PM   #3
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by madtrapper View Post
Some trick in rc files?
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 09:27 PM.
geekmaster is offline   Reply With Quote
Old 01-04-2013, 12:28 AM   #4
madtrapper
Junior Member
madtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipsemadtrapper can illuminate an eclipse
 
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.
madtrapper is offline   Reply With Quote
Old 01-04-2013, 06:08 AM   #5
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
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
twobob is offline   Reply With Quote
Advert
Old 01-04-2013, 08:06 AM   #6
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
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.
ixtab is offline   Reply With Quote
Old 01-04-2013, 08:22 AM   #7
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by ixtab View Post
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.
You need to filter what you send to eips to remove characters that make it fail. One of my published scripts did that (an early attempt at a simple, text-only onscreen terminal).

For early boot messages, you would need to add your code to the initial ramdisk in the kernel partition.
geekmaster is offline   Reply With Quote
Old 01-04-2013, 08:34 AM   #8
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
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.
knc1 is offline   Reply With Quote
Old 01-04-2013, 08:51 AM   #9
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
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 08:56 AM.
geekmaster is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

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 01:46 PM
Tablet No Boot - Anyone else?? dougf4 Nook Color & Nook Tablet 1 03-03-2012 02:42 PM
Amazon axes copied content, duplicate Kindle Store ebooks get the boot carld News 18 08-15-2011 03:18 PM
Need to re-boot killjoy Amazon Kindle 2 07-20-2011 12:48 PM
Opus cannot boot, stuck on boot screen baloma Bookeen 35 11-13-2010 04:20 AM


All times are GMT -4. The time now is 07:17 PM.


MobileRead.com is a privately owned, operated and funded community.