| The Following 26 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-02-2011
, 06:01 PM
|
|
|
Posts: 301 |
Thanked: 192 times |
Joined on Oct 2008
@ England
|
#2
|
|
|
05-02-2011
, 06:09 PM
|
|
Posts: 1,626 |
Thanked: 6,172 times |
Joined on May 2010
|
#3
|
|
|
05-02-2011
, 07:25 PM
|
|
Posts: 1,983 |
Thanked: 2,978 times |
Joined on Jun 2010
@ Florida
|
#4
|
| The Following 4 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
|
05-02-2011
, 07:47 PM
|
|
|
Posts: 1,014 |
Thanked: 762 times |
Joined on Jun 2009
@ Toronto
|
#5
|
|
|
05-03-2011
, 03:09 AM
|
|
Posts: 1,983 |
Thanked: 2,978 times |
Joined on Jun 2010
@ Florida
|
#6
|
Relating to the framebuffer... would it be possible to get the scrolling booting text instead of the nokia logos and dots splash?
| The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
|
05-03-2011
, 04:36 AM
|
|
Posts: 1,626 |
Thanked: 6,172 times |
Joined on May 2010
|
#7
|
| The Following 3 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-06-2011
, 05:06 AM
|
|
Posts: 1,983 |
Thanked: 2,978 times |
Joined on Jun 2010
@ Florida
|
#8
|
# Watchdogs insmod $MODULE_PATH/omap_wdt.ko insmod $MODULE_PATH/twl4030_wdt.ko sleep 2 for p in /sys/bus/platform/devices/*_wdt/misc:*; do n=`basename $p | sed "s/.*://"` rm -f /dev/$n mknod /dev/$n c `cat $p/dev | sed "s/:/ /g"` done /usr/sbin/watchdogs
modprobe fbcon bin/sh
|
|
05-06-2011
, 06:26 AM
|
|
Posts: 1,626 |
Thanked: 6,172 times |
Joined on May 2010
|
#9
|
| The Following 4 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-06-2011
, 05:26 PM
|
|
Posts: 1,983 |
Thanked: 2,978 times |
Joined on Jun 2010
@ Florida
|
#10
|
![]() |
| Tags |
| console, console-mode, framebuffer, recovery, recovery-mode |
| Thread Tools | Search this Thread |
|
In new version of kernel-power is framebuffer support as external kernel modules. A lot of posts was in kernel-power thread how to use it. So this can be used for Recovery Console Mode. It is entry for bootmenu which start classic console mode on Nokia N900 with working HW keyboard.
It starts linux console before Maemo is booted, so it can be used for fixing broken Maemo.
It depends on bootmenu 0.10.0 (or higher) and kernel-power v47 (or higher) from:
http://talk.maemo.org/showthread.php?t=71879
or other kernel which has compiled framebuffer modules
Installation:
Install package recovery-boot from Maemo Extras or from Maemo Download page
Source code:
https://code.launchpad.net/~pali/+ju..._recovery-boot
Support:
If you want to support my work on Bootmenu and this Recovery Console Mode, you can donate:
Last edited by pali; 04-17-2013 at 09:27 AM.