|
2013-05-21
, 14:23
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#422
|
|
2013-05-21
, 16:04
|
Posts: 22 |
Thanked: 42 times |
Joined on May 2012
@ Poland
|
#423
|
|
2013-05-21
, 16:41
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#424
|
i am getting an error at u-boot when trying to boot the Arch Linux menu entry
Reading bootmenu.img.d/uImage
** Unable te read “bootmenu.img.d/uImage” from mmc 1:1 **
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext3" 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
|
2013-05-21
, 17:04
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#425
|
|
2013-05-21
, 23:16
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#426
|
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p4" ITEM_FSTYPE="ext4" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p4 rootwait init=/bin/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
$ sudo gainroot # fsck.ext4 -fv /dev/mmcblk0p4
The Following 3 Users Say Thank You to sLumPia For This Useful Post: | ||
|
2013-05-22
, 09:19
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#427
|
The Following User Says Thank You to sojab0on For This Useful Post: | ||
|
2013-05-22
, 11:53
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#428
|
EXT4-fs (mmcblk0p4) unable to read superblock
and later on it lets you untar the root fs to mmcblk0p5
(root) mount /dev/mmcblk0p5 /mnt/ && cd /mnt
(root) wget ftp://bokmal.de/arch-n900/ArchLinuxA...-rootfs.tar.gz
(root) tar -zxvf
|
2013-05-22
, 12:02
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#429
|
|
2013-05-22
, 12:35
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#430
|
yes thats what the guide on that site also does.
and yes i did that and i did it over agian bofore i worte this post its unpacking the root of to mmcblk0p5 as im writing this.
For my configuration, suspending and resuming all works, but it seems that proximity sensor keeps working and will force the kernel to resume if it catches any "input".
I have been googling for a while and didn't seem to find a good solution. No one has mentioned how to tell the kernel to suspend input devices upon suspending to ram, or ignoring some input events that could cause the kernel to wake.