|
2013-03-26
, 12:13
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#262
|
/etc/default/u-boot-update-bootmenu
BOOTMENU_FAT_DIR="/media/sd-mmcblk1p1" BOOTMENU_CFG_DIR="/etc/bootmenu.d" BOOTMENU_BOOT_DIR="/boot" BOOTMENU_MAEMOBOOT_DIR="/maemo/boot" BOOTMENU_OPTBOOT_DIR="/media/sd-mmcblk1p2" BOOTMENU_TMP="/tmp"
The Following User Says Thank You to caveman For This Useful Post: | ||
|
2013-03-27
, 19:22
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#264
|
Can you please clarify, is Arch installed all on your microSD card or ?
From your partition info, it seems like it is on your card....but from some comments read, I'm not sure...
Hope to get Arch installed on my 900 soon.....
Thanks.
mkfs.ext4 /dev/sdb5
mkfs.ext4 /dev/mmcblk0p5
mount -t ext4 /dev/sd?? /mnt/arch
mount -t ext4 /dev/mmcblk0p5 /mnt/arch
cd /mnt/arch tar xzvf Arch-Skry-Unofficial-Img.tar.gz; sync
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext4" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait init=/bin /systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
u-boot-update-bootmenu reboot
run emmcboot
echo "==> Mounting FS" mount /dev/mmcblk0p5 /mnt/arch echo "==> Mounting proc, sys, dev/pts/, dev/ " cd /mnt/arch mount -t proc proc proc/ mount -t sysfs sys sys/ mount -o bind /dev dev/ mount -t devpts pts dev/pts/ echo "==>Chroot to Arch" chroot /mnt/arch /bin/bash echo "Done!"
exit
cd /mnt/arch echo "==> Umounting proc, sys, dev/pts/, dev/ " umount proc/ umount sys/ umount dev/pts/ umount dev/ echo "==>Closing Arch chroot" cd && sleep 5 umount /mnt/arch || umount /dev/mmcblk0p5 echo "Done!"
The Following 4 Users Say Thank You to AhmadMhd For This Useful Post: | ||
|
2013-03-27
, 19:27
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#265
|
|
2013-03-27
, 19:30
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#266
|
The Following User Says Thank You to ArchiMark For This Useful Post: | ||
|
2013-03-27
, 20:08
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#267
|
THANK YOU for your incredibly helpful post!
I think a lot more people will try installing Arch as a result of it.
Most grateful to you...
Will give it a go later today...
The Following User Says Thank You to AhmadMhd For This Useful Post: | ||
|
2013-03-27
, 22:25
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#268
|
The Following User Says Thank You to Skry For This Useful Post: | ||
|
2013-03-27
, 22:37
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#269
|
There is something wrong if you need to do it like this, simply choosing a menu item should start the kernel.
The Following User Says Thank You to jd4200 For This Useful Post: | ||
|
2013-03-28
, 03:55
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#270
|
It was the same issue I was having. No matter how much debugging or re-flashes of the kernel, re-installtion of uboot, or using SD card/emmc could fix it.
I've eventually got it to work by doing a complete emmc/kernel flash, and reinstalled u-boot.
I can't see how, but older versions of u-boot-* must be lingering around on the device no matter how much it is removed.
PM sent.
BTC:
19ePiXZUdxqNAq9tStLzZV4dduSQeGPJzj