View Single Post
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#655
Originally Posted by pali View Post
Try installing via apt-get.
Thanks....

So, installed u-boot-flasher via apt-get....

I created a new u-boot menu entry as follows:

Code:
ITEM_NAME="Arch Linux ARM (eMMC)"
ITEM_KERNEL="/boot/uImage"
ITEM_DEVICE="${INT_CARD}p5"
ITEM_FSTYPE="ext3"
ITEM_OMAPATAG="1"
ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
Then I did

Code:
# u-boot-update-bootmenu 

Adding entry for: 'Maemo 5 with attached kernel 2.6.28-omap1 (internal Nand)'

Configuration file: /etc/bootmenu/d/20-archlinux.item

Warning: Invalid file - missing kernel or script file - skipping...

Generating u-boot bootmenu script....

FYI, I am trying to get Arch Linux up and running....per these instructions on this blog page:

http://blog.jakgibb.com/2013/03/28/a...stall-on-n900/


Any suggestions?

Thanks!
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2013-04-28 at 16:08. Reason: Correct error in ITEM_CMDLINE