OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

11 Pages V  « < 8 9 10 11 >  
Reply to this topicStart new topic
> 1.1.0r121 Is Out!, New name for betas by svn revision №;)
Chero
post Nov 16 2006, 11:05 PM
Post #136





Group: Members
Posts: 1,141
Joined: 22-April 04
From: Belgium
Member No.: 2,962



QUOTE(Meanie @ Nov 17 2006, 04:39 AM)
QUOTE(adf @ Nov 17 2006, 01:05 PM)
decided to try r121
instructions are fine, etc.

1st problem:
accidentally tapped the screen during calibration--no recalibrate giu app?

how do I recalibrate (actually I am going to reflash, but this sort of thing maybe should be easy?)
*


there is a file called pointercal under /etc
remove it and next time you boot up, it will make you to recalibrate
*



or start "ts_calibrate" from a terminal
Go to the top of the page
 
+Quote Post
adf
post Nov 16 2006, 11:24 PM
Post #137





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



QUOTE(xjqian @ Nov 17 2006, 03:37 AM)
quick question (may have been answered many time before, anyway...): what's preventing Tosa rom to advance beyond beta1?
*

nothing....except maybe sashz doesn't have one? ( I don't actualy know. just guessing)
Go to the top of the page
 
+Quote Post
adf
post Nov 16 2006, 11:27 PM
Post #138





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



the package manager does;t work? On mine, it loads but lists niether available nor installed packages.
Tell me this is something simple. I have a great fondness for gui package managers.
Go to the top of the page
 
+Quote Post
dinorex
post Nov 16 2006, 11:40 PM
Post #139





Group: Members
Posts: 88
Joined: 20-February 06
From: Sydney
Member No.: 9,186



I saw one r121 today having qpkg "Systems -> Package Manager" doesn't work as well...

in console i typed 'qpkg' and gets 'Command not found' ....

of course i typed 'which qpkg' also have no result.... laugh.gif
Go to the top of the page
 
+Quote Post
adf
post Nov 16 2006, 11:42 PM
Post #140





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



QUOTE(dinorex @ Nov 17 2006, 07:40 AM)
I saw one r121 today having qpkg "Systems -> Package Manager" doesn't work as well...

in console i typed 'qpkg' and gets 'Command not found' ....

of course i typed 'which qpkg' also have no result....  laugh.gif
*

ugh. typing it in worked. rolleyes.gif
Go to the top of the page
 
+Quote Post
xjqian
post Nov 17 2006, 02:35 AM
Post #141





Group: Members
Posts: 500
Joined: 17-January 04
From: St. Louis, USA
Member No.: 1,478



QUOTE(adf @ Nov 17 2006, 02:24 AM)
QUOTE(xjqian @ Nov 17 2006, 03:37 AM)
quick question (may have been answered many time before, anyway...): what's preventing Tosa rom to advance beyond beta1?
*

nothing....except maybe sashz doesn't have one? ( I don't actualy know. just guessing)
*


then what gets beta1 done for Tosa in the first place? Are you suggesting nothing stops Tosa user to try newer beta except for a brave soul (i.e. there's no hardware limitations built into the newer betas)?
Go to the top of the page
 
+Quote Post
adf
post Nov 17 2006, 08:12 AM
Post #142





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



I think you might have to build it for a tosa? there are some distinct hardware differences... certainly the kernel and some modules would have to be built..afterwhich maybe the 7x0-860 feed might work if you stayed away from the ati video stuff.

I was thinking that maybe some of the tisastuff had been done "blind"

have you looked at the pdaxrom builder? does it have stuff to build for tosa?
Go to the top of the page
 
+Quote Post
InSearchOf
post Nov 18 2006, 07:29 PM
Post #143





Group: Admin
Posts: 1,208
Joined: 20-January 06
From: York, Pennsylvania
Member No.: 8,961



Post # 500....

Well adf to answer your question... there isn't a build set currently put together for a tosa under rc121... but I think with some time an effort you could prolly put together to right combinations under ptxdist to get it work with uboot... I dont know if just including the config settings for initrd will do the trick on not...

Late

PS. Did I mention this is post # 500 for me... oh yea... I did... :-)
Go to the top of the page
 
+Quote Post
ZDevil
post Nov 18 2006, 11:25 PM
Post #144





Group: Members
Posts: 2,003
Joined: 16-April 04
From: the Netherlands && /dev/null
Member No.: 2,882



QUOTE(Chero @ Nov 16 2006, 10:16 PM)
QUOTE(ZDevil @ Oct 15 2006, 12:57 PM)
Just tried the zgcc.img from the r121 feed and got this upon mounting:
CODE
mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage, or too many mounted file systems


Pass -t cramfs to mount doesn't help.
The older file in the Beta4 feed is working.
*


it seems to be a squashfs

I have a script doing :
CODE
losetup /dev/loop0 /home/root/zgcc-3.4.6.img
mount /dev/loop0 /opt/native/arm/3.4.6-xscale-softvfp -t squashfs


and I could compile the latest xarchiver natively.

Chero.
*



Oh, thanks for clarifying this!
But how come the zgcc changes format (cramfs -> squashfs) silently but the documentation is not updated? smile.gif
Go to the top of the page
 
+Quote Post
InSearchOf
post Nov 19 2006, 09:30 AM
Post #145





Group: Admin
Posts: 1,208
Joined: 20-January 06
From: York, Pennsylvania
Member No.: 8,961



QUOTE(ZDevil @ Nov 19 2006, 02:25 AM)
QUOTE(Chero @ Nov 16 2006, 10:16 PM)
QUOTE(ZDevil @ Oct 15 2006, 12:57 PM)
Just tried the zgcc.img from the r121 feed and got this upon mounting:
CODE
mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage, or too many mounted file systems


Pass -t cramfs to mount doesn't help.
The older file in the Beta4 feed is working.
*


it seems to be a squashfs

I have a script doing :
CODE
losetup /dev/loop0 /home/root/zgcc-3.4.6.img
mount /dev/loop0 /opt/native/arm/3.4.6-xscale-softvfp -t squashfs


and I could compile the latest xarchiver natively.

Chero.
*



Oh, thanks for clarifying this!
But how come the zgcc changes format (cramfs -> squashfs) silently but the documentation is not updated? smile.gif
*



I will make the needed changes to the site... But, I do remeber there being something in the boot up scripts to mount this image if it is placed in t he correct place... I will see if I can find it... and maybe we could start pointing users to where it should be placed to mount at boot instead of mounting by manual means.

Late
Go to the top of the page
 
+Quote Post
Chero
post Nov 19 2006, 11:22 AM
Post #146





Group: Members
Posts: 1,141
Joined: 22-April 04
From: Belgium
Member No.: 2,962



QUOTE(InSearchOf @ Nov 19 2006, 06:30 PM)
I will make the needed changes to the site... But, I do remeber there being something in the boot up scripts to mount this image if it is placed in t he correct place... I will see if I can find it... and maybe we could start pointing users to where it should be placed to mount at boot instead of mounting by manual means.

Late
*


Agreed.
Just took me a while to figure out how to mount it, in previous versions it was pretty straightforward, so I already guessed there would be a better way to do it.

Thanks,
Chero.
Go to the top of the page
 
+Quote Post
Meanie
post Nov 19 2006, 12:38 PM
Post #147





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(Chero @ Nov 20 2006, 05:22 AM)
QUOTE(InSearchOf @ Nov 19 2006, 06:30 PM)
I will make the needed changes to the site... But, I do remeber there being something in the boot up scripts to mount this image if it is placed in t he correct place... I will see if I can find it... and maybe we could start pointing users to where it should be placed to mount at boot instead of mounting by manual means.

Late
*


Agreed.
Just took me a while to figure out how to mount it, in previous versions it was pretty straightforward, so I already guessed there would be a better way to do it.

Thanks,
Chero.
*



place it in /home/root
Go to the top of the page
 
+Quote Post
InSearchOf
post Nov 19 2006, 04:48 PM
Post #148





Group: Admin
Posts: 1,208
Joined: 20-January 06
From: York, Pennsylvania
Member No.: 8,961



QUOTE(Meanie @ Nov 19 2006, 03:38 PM)
QUOTE(Chero @ Nov 20 2006, 05:22 AM)
QUOTE(InSearchOf @ Nov 19 2006, 06:30 PM)
I will make the needed changes to the site... But, I do remeber there being something in the boot up scripts to mount this image if it is placed in t he correct place... I will see if I can find it... and maybe we could start pointing users to where it should be placed to mount at boot instead of mounting by manual means.

Late
*


Agreed.
Just took me a while to figure out how to mount it, in previous versions it was pretty straightforward, so I already guessed there would be a better way to do it.

Thanks,
Chero.
*



place it in /home/root
*




Thats what I thought... but i wanted to clarify... i know I hate having files "lay around" out in the open... so I will edit my config file (cant remember which one) and point it to a hidden dir like ~/.gcc/

Late
Go to the top of the page
 
+Quote Post
InSearchOf
post Nov 19 2006, 08:41 PM
Post #149





Group: Admin
Posts: 1,208
Joined: 20-January 06
From: York, Pennsylvania
Member No.: 8,961



ok... yea... I found it again...

the "at boot" mounting action is located in
/etc/rc.d/rc.sysint

the begining of the script starts on line 164

if you want to change the location of where the zgcc*.img is located and or the version you are using... you can change it there...

Late
Go to the top of the page
 
+Quote Post
cycle_55
post Nov 30 2006, 10:49 AM
Post #150





Group: Members
Posts: 135
Joined: 15-February 06
From: Gabriola Island, BC, Canada
Member No.: 9,143



Would it be possible for someone to tell us how close we are to a new release of r121, I understand that wireless has been fixed and am just curious when I can go back to r121. Thanks for all the hard work.

cycle_55
Go to the top of the page
 
+Quote Post

11 Pages V  « < 8 9 10 11 >
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 23rd May 2013 - 03:14 AM