ZShakespeare
|
2010-07-22
, 06:32
|
Banned |
Posts: 206 |
Thanked: 118 times |
Joined on Jan 2010
@ Vancouver
|
#71
|
|
2010-07-22
, 08:41
|
Posts: 74 |
Thanked: 9 times |
Joined on Jul 2010
|
#72
|
|
2010-07-22
, 12:14
|
Posts: 66 |
Thanked: 18 times |
Joined on Jul 2010
@ Dubai
|
#73
|
|
2010-07-22
, 12:20
|
Posts: 575 |
Thanked: 621 times |
Joined on May 2010
|
#74
|
|
2010-07-22
, 12:53
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#75
|
|
2010-07-22
, 12:55
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#76
|
|
2010-07-22
, 13:09
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#77
|
|
2010-07-22
, 14:40
|
Posts: 337 |
Thanked: 192 times |
Joined on Feb 2010
@ Atlanta
|
#78
|
|
2010-07-22
, 15:10
|
Posts: 478 |
Thanked: 165 times |
Joined on Apr 2010
@ Manchester
|
#79
|
How can I add the OMAP1 kernel back to the boot menu? I need it for tvout to work as best as possible and to also use the new FCAM application. Would you post the script to download the kernel and also the script to make it selectable in the multiboot menu.
Thank you.
The Following User Says Thank You to mornage For This Useful Post: | ||
|
2010-07-22
, 15:27
|
Posts: 337 |
Thanked: 192 times |
Joined on Feb 2010
@ Atlanta
|
#80
|
cd /etc/multiboot.d
cat > Maemo 2.6.28-omap1.item << EOF
ITEM_NAME="Maemo 2.6.28-omap1"
ITEM_KERNEL=2.6.28-omap1
ITEM_MODULES=ext3
EOF
you then need to check that the kernel is in /boot/multiboot if so it should work fine, if not check /boot and see if it is there and move to /multiboot if so.