Reply
Thread Tools
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#291
Originally Posted by Skry View Post
Don't take it that way, like I said, post the contents of the item file and we'll help.
Thank you, Skry...appreciate it.....

Here's content of item file....

Code:
ITEM_NAME="Arch Linux ARM (SD Card)"
ITEM_KERNEL="/boot/uImage"
ITEM_DEVICE="$(EXT_CARD)p2
ITEM_FSTYPE="ext2"
ITEM_OMAPATAG="1"
ITEM_CMDLINE="root=/dev/mmcblk0p2 rootwait init=/bin/systemd omapfb, vram=0, 3M, 1:3M, 2:3M quiet"
So, looking at this now, I think one mistake is that it should be 'mmcblk1p2' as I just check info after doing 'mount' in terminal ??....

So, just tried making this change and doing 'u-boot-update-bootmenu' again, but I get the same error message as before about line 6: EXT_CARD not found and rootwait not found......

So, if you think there's mistake in Arch.item let me know and I'll try it again...

Also, per previous post, I did let kernel update happen....so, uninstalled it and re-installed the u-boot packages....but no change, when trying to run Arch...

If Archi.item not it, then thinking maybe I need to delete everything and start fresh....

Thanks!
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2013-03-30 at 03:26.
 
Posts: 204 | Thanked: 754 times | Joined on Jan 2012 @ Finland
#292
Originally Posted by ArchiMark View Post
Code:
ITEM_DEVICE="$(EXT_CARD)p2
I already knew what's wrong with your config from the error you posted. Now, look very closely at that line, whats missing? Are all characters what they should be?

Originally Posted by ArchiMark View Post
Code:
omapfb, vram=0, 3M, 1:3M, 2:3M
Spot the differences:
Code:
omapfb.vram=0:3M,1:3M,2:3M

Originally Posted by ArchiMark View Post
So, looking at this now, I think one mistake is that it should be 'mmcblk1p2' as I just check info after doing 'mount' in terminal ??....
Already stated multiple times, in instructions and otherwise, mmc devices get swapped in Maemo. So, mmcblk0 is emmc in Maemo only, otherwise it means sd-card and is what you want in your config.

With the above fixed, it should work

Last edited by Skry; 2013-03-30 at 10:10.
 

The Following 2 Users Say Thank You to Skry For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#293
Originally Posted by Skry View Post
I already knew what's wrong with your config from the error you posted. Now, look very closely at that line, whats missing? Are all characters what they should be?



Spot the differences:
Code:
omapfb.vram=0:3M,1:3M,2:3M



Already stated multiple times, in instructions and otherwise, mmc devices get swapped in Maemo. So, mmcblk0 is emmc in Maemo only, otherwise it means sd-card and is what you want in your config.

With the above fixed, it should work
THANKS, Skry, for all the help.....

I see that I missed the " at the end of the 'EXT_CARD' line at 'p2'....


As for the second error regarding 'omapfb.vram', that was a typing error here on the forum post, not in Arch.item.....

Now, after doing 'u-boot-update-bootmenu', I get the following:

Code:
line 3: EXT_CARD: not found

-------------------UPDATE 2----------

I looked at other example and saw that I had () instead of brackets {} around EXT_CARD.

Also, re-read your post and changed mmcblk1p2 to mmcblk0p2 and

and ran u-boot-update-boot menu again...Now, I still get:

Error: Invalid file - missing kernel or script file
-------------------UPDATE 3----------

Rebooted n900 to see what would happen and good news is now I do see a boot item listed for Arch......bad news is that when I selected it and tried to boot it, nothing happened...just ended up at the prompt #....

Searched on the error message: Invalid file - missing kernel or script file on the U-Boot thread and there's a post regarding it....

http://talk.maemo.org/showpost.php?p...&postcount=107

And there's some comments on it after this post.....but not clear to me the fix....
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800

Last edited by ArchiMark; 2013-03-30 at 19:30. Reason: Found Other Error
 
ayazpak's Avatar
Posts: 101 | Thanked: 149 times | Joined on Jun 2010 @ United Arab Emirates
#294
can any body here give detail instructions how to add bootmenu entry through xterm?
__________________
Still waiting 4 u
 
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#295
Originally Posted by ayazpak View Post
can any body here give detail instructions how to add bootmenu entry through xterm?
Per Skry's message above....don't think it's wise to get into such discussion on this thread.....I will try to message you info on your question...I'm already in hot water here, as we say....
__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 

The Following 2 Users Say Thank You to ArchiMark For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#296
No hot water, it's just that U-Boot have own, separate thread. No reasons for avoiding using it for U-Boot related problems.
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 2 Users Say Thank You to Estel For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#297
Originally Posted by Estel View Post
No hot water, it's just that U-Boot have own, separate thread. No reasons for avoiding using it for U-Boot related problems.
Good point, but question now is whether my most recent issue (see prior post...) is due to U-Boot problem or other problem?

__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 
Posts: 13 | Thanked: 6 times | Joined on Oct 2012 @ Damascus, Syria
#298
Originally Posted by Skry View Post
@AhmadMhd

You are missing the omapfb.vram kernel boot argument, so you don't have any memory assigned for fb1 and fb2. So, add omapfb.vram=0:3M,1:3M,2:3M to boot arguments and try SGX again, should work, though it's unstable with Xorg 1.14 currently.
True
but still unstable _ sometimes the X hangs

btw : did you consider providing a mirror for your repo
What is the size of the packages in your repo ?

Thanks!
 
Posts: 204 | Thanked: 754 times | Joined on Jan 2012 @ Finland
#299
Originally Posted by AhmadMhd View Post
True
but still unstable _ sometimes the X hangs
Yes, like I said. If someone wants to fix it, driver source is on my github repo.

Originally Posted by AhmadMhd View Post
btw : did you consider providing a mirror for your repo
What is the size of the packages in your repo ?
Approx 20MB. I'll be moving it to new host asap, and after that anyone willing can keep a mirror IF he is ready to keep it up to date.
 

The Following 2 Users Say Thank You to Skry For This Useful Post:
ayazpak's Avatar
Posts: 101 | Thanked: 149 times | Joined on Jun 2010 @ United Arab Emirates
#300
I booted into Archlinux, but in command mode instead of GUI mode. Any solution?
__________________
Still waiting 4 u
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:36.