

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"
# 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....
| The Following User Says Thank You to mlwane For This Useful Post: | ||
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)
| The Following User Says Thank You to caveman For This Useful Post: | ||
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)
| The Following User Says Thank You to mlwane For This Useful Post: | ||
| The Following 2 Users Say Thank You to Boemien For This Useful Post: | ||
[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"