|
|
2013-04-29
, 05:45
|
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#362
|


|
|
2013-04-29
, 10:54
|
|
Posts: 104 |
Thanked: 47 times |
Joined on Jan 2011
@ United Kingdom
|
#363
|
Installed u-boot-flasher via apt-get....as the versions listed on first page of this thread are not available now...Pali said it's OK to use the version he recently released.....
I created a new u-boot menu entry as follows:
Then I didCode: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/systemdomapfb.vram=0:3M,1:3M,2:3M quiet"
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....
Any suggestions?
Thanks!
| The Following User Says Thank You to mlwane For This Useful Post: | ||
|
|
2013-04-29
, 13:49
|
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#364
|
I have a suggestion for you. Try to remove "20-archlinux.item" from "/etc/bootmenu.d/", and then create a new, lets say "21-archlinux.item" file again. Also try to type the configuration manually, not just copy-paste, while paying attention there are no mistakes.
localhost login: [ 4.377685] omap_12c omap_12c.2: controller timed out [ 4.784729] bcm2048 3-0022: BCM 12C error! [ 4.786285] bcm2048 3-0022: Is Bluetooth up and running? [ 5.885070] tpa6130a2 2-0060: Write failed [ 5.885253] tpa6130a2 2-0060: Failed to initialize chip [ 5.932525] et8ek8 3-003e: read from offset 0x1263 error -121 [ 5.933380] isp_register_subdev_group: Unable to register subdev et8e8 [ 6.032714] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.034698] smia-sensor 2-0010: read from offset 0x0 error -121 [ 6.102020] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.110565] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.390136] rx51-audio rx51-audio: asoc: failed to init TLV320AIC34: -19 [ 6.390411] asoc: failed to instantiate card RX-51: -19 [ 6.405364] rx-51-audio rx51-audio: snd_soc_register_card failed (-19)
|
|
2013-04-29
, 19:21
|
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#365
|
| The Following User Says Thank You to caveman For This Useful Post: | ||
|
|
2013-04-29
, 20:10
|
|
Posts: 104 |
Thanked: 47 times |
Joined on Jan 2011
@ United Kingdom
|
#366
|
Thank you!
Did as you suggested and this time no error messages from u-boot-update-bootmenu!
btw, I did not copy-paste before, so, much have been a typo....
Well, just did reboot and I saw and selected Arch....Yeah!!!
Unfortunately, it does not boot up Arch though....get the following console error messages....
I can take care of the error regarding formatting of mmcblk0p4....forgot about that partition....just formatted mmcblk0p5 to ext3 for Arch install....Code:localhost login: [ 4.377685] omap_12c omap_12c.2: controller timed out [ 4.784729] bcm2048 3-0022: BCM 12C error! [ 4.786285] bcm2048 3-0022: Is Bluetooth up and running? [ 5.885070] tpa6130a2 2-0060: Write failed [ 5.885253] tpa6130a2 2-0060: Failed to initialize chip [ 5.932525] et8ek8 3-003e: read from offset 0x1263 error -121 [ 5.933380] isp_register_subdev_group: Unable to register subdev et8e8 [ 6.032714] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.034698] smia-sensor 2-0010: read from offset 0x0 error -121 [ 6.102020] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.110565] EXT4-fs (mmcblk0p4): unable to read superblock [ 6.390136] rx51-audio rx51-audio: asoc: failed to init TLV320AIC34: -19 [ 6.390411] asoc: failed to instantiate card RX-51: -19 [ 6.405364] rx-51-audio rx51-audio: snd_soc_register_card failed (-19)
Any suggestions now?
Thanks!
| The Following User Says Thank You to mlwane For This Useful Post: | ||
|
|
2013-04-29
, 20:17
|
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#367
|
I have been running alarm from the emmc for a while now. Yesterday I took the uSD from the N900, and to my surprise arch does not boot without it.
|
|
2013-04-30
, 02:26
|
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#368
|
this is actually pretty easy to explain and a known fact. When you have uSD card inserted, it becomes mmcblk0 and eMMC becomes mmcblk1. However, if there is no uSD card, eMMC (naturally) as an only drive is mmcblk0.
| The Following 2 Users Say Thank You to Boemien For This Useful Post: | ||
|
|
2013-04-30
, 04:03
|
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#369
|
I believe Arch has booted just fine. Just ignore the messages and type "root" and press return, it should then ask you to enter the password which I believe is "root" as well.
|
|
2013-04-30
, 11:24
|
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#370
|
this is actually pretty easy to explain and a known fact. When you have uSD card inserted, it becomes mmcblk0 and eMMC becomes mmcblk1. However, if there is no uSD card, eMMC (naturally) as an only drive is mmcblk0.
[root@alarm-emmc ~]# blkid|grep p5 /dev/mmcblk1p5: UUID="35bc43d3-a4a9-435e-b19c-759be310aa6c" TYPE="ext4"
mkinitcpio -g /boot/initramfs.img
mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d /boot/initramfs.img /boot/uInitrd
[root@alarm-emmc ~]# cat /etc/bootmenu.d/arch-initrd.item
ITEM_NAME="Arch Linux ARM + initrd"
ITEM_KERNEL="/boot/uImage"
ITEM_INITRD="/boot/uInitrd"
ITEM_DEVICE="${INT_CARD}p5"
ITEM_FSTYPE="ext4"
ITEM_OMAPATAG="1"
ITEM_CMDLINE="root=UUID=35bc43d3-a4a9-435e-b19c-759be310aa6c rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M verbose"
I checked and it's actually in /mnt/boot....but I tried changing u-boot line to that and still got same error message...
After posting my first recent post and posted over in the u-boot thread to get help....so, some people there are trying to help...but so far nothing has worked....but will keep trying.....over there...
Thanks.
Mark
Silicon Valley Digerati
Nokia N900
Previous: Nokia N810 & N800