|
2013-05-22
, 12:44
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#432
|
|
2013-05-22
, 13:06
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#433
|
fdisk -l /dev/mmcblk0
/dev/mmcblk0p1 2 622721 19927040 c W
win95 FAT32 (LBA)
/dev/mmcblk0p2 884866 950401 2097152 83 L
linux
/dev/mmcblk0p3 95402 974977 786432 82 L
linux
/dev/mmcblk0p4 622722 884865 8388608 5 E
extended
/dev/mmcblk0p5 622722 844865 8388600 76 U
unknown
last unknown is because device wasnt reset at moment of giving command
# mkfs.ext4 /dev/mmcblk0p5
# modprobe ext4 (in my phone, ext4 module not load automatically) # mkfs.ext4 /dev/mmcblk0p5 /mnt
# cd /home/user/MyDocs/tmp # tar xvf ArchLinuxARM-N900-2013.02-rootfs.tar.gz -C /mnt
# leafpad /etc/bootmenu.d/20-archlinux.item
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
# ls -l /mnt/boot/uImage
|
2013-05-23
, 01:22
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#434
|
arch boor until the moment it wants to initial lize rx51 audio en and achip for bleutooth or something
|
2013-05-24
, 14:11
|
Posts: 74 |
Thanked: 142 times |
Joined on Oct 2009
@ Chicago, US
|
#435
|
|
2013-05-24
, 15:46
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#436
|
The Following 2 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-05-25
, 18:11
|
Posts: 8 |
Thanked: 1 time |
Joined on Apr 2013
|
#437
|
|
2013-05-25
, 21:10
|
Posts: 153 |
Thanked: 81 times |
Joined on Dec 2011
@ P town
|
#438
|
mkfs.ext4 /dev/mmcblk0p5 /mnt i get error
mkfs.ext4: invailid block count - /mnt
|
2013-05-25
, 22:37
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#439
|
The Following 11 Users Say Thank You to Skry For This Useful Post: | ||
|
2013-05-27
, 17:46
|
Posts: 330 |
Thanked: 556 times |
Joined on Oct 2012
|
#440
|
Not yet. I have basically two use cases I care. The first is the terminal: in this case the plain console had been a good companion.
The second is basic reading without the keyboard. Picture the n900 slider closed. In this case I would like to scroll, click links and have basic navigation between windows. I still don't think I have a nice solution here.
I enjoyed awesome, and I have been using it on the desktop, but is not functional without the keyboard.
I tried e17; currently it fits best my needs. Or it used to, before the last two upgrades
Now I am experimenting with window maker. Too soon to have an opinion, but it may have a conceptual best fit with a touch screen.
In conclusion, I am still looking for a solution. Skry's experiments with hildon desktop and e17 may provide a few more options the table, so we may eventually focus on one fair solution.
The Following User Says Thank You to malfunctioning For This Useful Post: | ||
/dev/mmcblk0p1 2 622721 19927040 c W
win95 FAT32 (LBA)
/dev/mmcblk0p2 884866 950401 2097152 83 L
linux
/dev/mmcblk0p3 95402 974977 786432 82 L
linux
/dev/mmcblk0p4 622722 884865 8388608 5 E
extended
/dev/mmcblk0p5 622722 844865 8388600 76 U
unknown
last unknown is because device wasnt reset at moment of giving command