The Following 4 Users Say Thank You to Skry For This Useful Post: | ||
![]() |
2013-03-24
, 15:46
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#252
|
ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${EXT_CARD}p1" ITEM_FSTYPE="ext4" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin /systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
![]() |
2013-03-24
, 17:40
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#253
|
Thanks for the hard work
It's really amazing to have arch linux on N900
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait init=/bin /systemd omapfb.vram=0:3M,1:3M,2:3M quiet"[/CODE]
${EXT_CARD}p1 -> ${EXT_CARD}p5
init=/bin /systemd -> init=/bin/systemd
The Following User Says Thank You to Skry For This Useful Post: | ||
![]() |
2013-03-25
, 04:45
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#254
|
ChangeandCode:${EXT_CARD}p1 -> ${EXT_CARD}p5and it should boot.Code:init=/bin /systemd -> init=/bin/systemd
You don't need to copy uImage anywhere if you configure uboot to look under /boot for it, like you've already done. Good luck.
mmc0 is current device ** Bad partition 5 **
run emmcboot
Kernel Panic - not syncing: VFS: Unable to mount rootfs on unknown-block(179,5)
![]() |
2013-03-25
, 04:48
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#255
|
mmc0 is current device ** Bad partition 5 **
run emmcboot
Kernel Panic - not syncing: VFS: Unable to mount rootfs on unknown-block(179,5)
Disk /dev/mmcblk1: 998 MB, 998244352 bytes 93 heads, 35 sectors/track, 598 cylinders Units = cylinders of 3255 * 512 = 1666560 bytes Device Boot Start End Blocks Id System /dev/mmcblk1p1 * 1 599 973824 b Win95 FAT32 Partition 1 has different physical/logical beginnings (non-Linux?): phys=(0, 32, 33) logical=(0, 58, 19) Partition 1 has different physical/logical endings: phys=(121, 92, 35) logical=(598, 91, 21) Disk /dev/mmcblk0: 32.0 GB, 32015122432 bytes 4 heads, 16 sectors/track, 977024 cylinders Units = cylinders of 64 * 512 = 32768 bytes Device Boot Start End Blocks Id System /dev/mmcblk0p1 1 405884 12988280 b Win95 FAT32 /dev/mmcblk0p2 688258 950401 8388608 83 Linux /dev/mmcblk0p3 950402 974977 786432 82 Linux swap /dev/mmcblk0p4 405885 688257 9035936 5 Extended /dev/mmcblk0p5 * 405885 593384 5999992 83 Linux /dev/mmcblk0p6 593385 688257 3035928 83 Linux Partition table entries are not in disk order
![]() |
2013-03-25
, 16:21
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#256
|
![]() |
2013-03-25
, 18:08
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#257
|
The Following 3 Users Say Thank You to jd4200 For This Useful Post: | ||
![]() |
2013-03-25
, 18:36
|
Posts: 13 |
Thanked: 6 times |
Joined on Oct 2012
@ Damascus, Syria
|
#258
|
@AhmadMhd
Uh, since I usually refer to how devices are named in reality, I understood you had everything on uSD-card, sorry. You see, Maemo swaps mmc device numbering around, so, change to ${INT_CARD}p5 and root=/dev/mmcblk1p5
run emmcboot
![]() |
2013-03-25
, 21:34
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#259
|
I'm quite interested in trying this, especially seeing as you, Skry, and many others have put in a lot of effort, thanks a lot, since the last time I looked at this project a long time back.
What is the difference between the official rootfs, and the one provided by Skry? Is the unofficial just fine tuned towards the N900?
Once setup, am I free to 'pacman -Syu' once in a while, or are there any packages I must hold off from updating (the kernel especially)?
I've got a lot of free hosting space & bandwidth on my dedi., & free domains if you fancy centralising this and moving away from dropbox/other file hosters.
Thank you very much @Skry
Now there is one more Arch user on N900 :-]
I'll try to contribute to this project
keep up the greate work.
The Following User Says Thank You to Skry For This Useful Post: | ||
![]() |
2013-03-25
, 22:24
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#260
|
Greate
I had the same Error
but this time when I run
It worksCode:run emmcboot
Thank you very much @Skry
Now there is one more Arch user on N900 :-]
I'll try to contribute to this project
keep up the greate work.
Add to fstab, adjust if necessary:
EDIT:
Oh well, setting up everything in fstab drops to emergency mode, module dependencies have to be defined manually, I'll get back to this asap.
EDIT2:
Corrected and updated, update your fstab and do trough the steps again. Let me know if some issues arise.
Last edited by Skry; 2013-03-23 at 17:47.