The Following 4 Users Say Thank You to e-yes For This Useful Post: | ||
|
2010-11-07
, 22:34
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#102
|
No, if keyboard slide is open, u-boot shows "3 2 1 0" countdown and if you press a key, you'll enter 'shell mode' (in u-boot). if you skip shell (with slide open), n900 will boot Meego (or whatever using boot.scr).
Why this patch is important (in my opinion): MeeGo drains battery very fast, so if maemo or nitdroid suddenly reboots and SD card is inserted, MeeGo will be booted.
Patch solves problem. And decreases 'default' OS startup time.
The Following User Says Thank You to lunat For This Useful Post: | ||
|
2010-11-08
, 03:11
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#103
|
mmc2 is even more problematic. It appears to work once after maemo, but If I boot from u-boot (by the command reset, or letting the watchdog boot), it won't recognize it again.
|
2010-11-08
, 12:45
|
|
Posts: 154 |
Thanked: 81 times |
Joined on Oct 2010
@ South Africa
|
#104
|
|
2010-11-14
, 11:17
|
Posts: 92 |
Thanked: 8 times |
Joined on Mar 2010
|
#105
|
|
2010-11-14
, 11:23
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#106
|
So tell me guys how do I remove this pos U-boot
When I do apt-get install –reinstall kernel-flasher
I get
E: Command line option 'r' [from -reinstall] is not known.
I want it gone :<
apt-get install --reinstall kernel-flasher
|
2010-11-14
, 11:24
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#107
|
|
2010-11-14
, 11:26
|
Posts: 92 |
Thanked: 8 times |
Joined on Mar 2010
|
#108
|
Nokia-N900:~# apt-get install --reinstall kernel-flasher Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 3 not upgraded. Need to get 0B/157kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y (Reading database ... 55183 files and directories currently installed.) Preparing to replace kernel-flasher 2.6.28-20103103+0m5 (using .../kernel-flasher_2.6.28-20103103+0m5_armel.deb) ... Unpacking replacement kernel-flasher ... Setting up kernel-flasher (2.6.28-20103103+0m5) ...
|
2010-11-14
, 11:55
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#109
|
I'm still getting U-bootCode:Nokia-N900:~# apt-get install --reinstall kernel-flasher Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 3 not upgraded. Need to get 0B/157kB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y (Reading database ... 55183 files and directories currently installed.) Preparing to replace kernel-flasher 2.6.28-20103103+0m5 (using .../kernel-flasher_2.6.28-20103103+0m5_armel.deb) ... Unpacking replacement kernel-flasher ... Setting up kernel-flasher (2.6.28-20103103+0m5) ...
|
2010-11-14
, 13:41
|
Posts: 92 |
Thanked: 8 times |
Joined on Mar 2010
|
#110
|
say: install everything that belongs to that kernel(irrc that are three packages). put a copy of the kernel to your pc(so you have it in case something goes wrong). also deinstall uboot.
and if uboot is still there after that use force and flash the kernel you saved on your harddrive(must be the one you prev. installed via apt). and you are good.
(note that i said flash KERNEL not firmware and not emmc. that is: flasher -f -k kernel)
also note the order first use the most high level means of doing it and only if they are buggy and fail use brute force to achieve where that failed.
Tags |
power kernel, uboot |
|
Why this patch is important (in my opinion): MeeGo drains battery very fast, so if maemo or nitdroid suddenly reboots and SD card is inserted, MeeGo will be booted.
Patch solves problem. And decreases 'default' OS startup time.