Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - willgan

Pages: [1]
1
Zaurus - pdaXrom / Bootimage Creation Problem..
« on: July 19, 2006, 07:04:23 am »
i'm having some problem creating a bootimage..

when i make bootimage_targetinstall

i get this message

Code: [Select]
# concaternate stage1 and stage2 parts
#cp /mnt/hd/akita-rom/build/grub-0.93/stage1/stage1 /mnt/hd/akita-rom/bootdisk/boot.img
#cat /mnt/hd/akita-rom/build/grub-0.93/stage2/stage2 >> /mnt/hd/akita-rom/bootdisk/boot.img
# save image - it can be copied to a disk
#cp /mnt/hd/akita-rom/bootdisk/boot.img /mnt/hd/akita-rom/bootdisk/boot.img.grub
# calculate size of "free" space and fill with 0xFF
#/bin/ls -l /mnt/hd/akita-rom/bootdisk/boot.img | \
#awk '{size = $5} END{size = **512 - size;for (i = 0; i < size; i++) printf ("\xff")}' >> /mnt/hd/akita-rom/bootdisk/boot.img
awk '{size = 0} END{size = **512 - size;for (i = 0; i < size; i++) printf ("\xff")}' >> /mnt/hd/akita-rom/bootdisk/boot.img
awk: cmd. line:1: {size = 0} END{size = **512 - size;for (i = 0; i < size; i++) printf ("\xff")}
awk: cmd. line:1:                       ^ syntax error
make: *** [/mnt/hd/akita-rom/state/bootdisk.targetinstall] Error 1
when i check the rules/bootimage.make
it seems like i'm missing some parameters..

PTXCONF_BOOTDISK_SECT &
PTXCONF_BOOTDISK_HEAD)

I manage to get autoboot.sh, rootfs.img, kernel.img, u-boot.bin but i;m missing
emergenc.img and updater.pro
I use the original beta4 emergenc.img and updater.pro..
The U-boot flashes ok.. but when i try to boot it up.. by holding ON and plug in the power and unhold ON.. it doesn't run emergency boot..

Any idea...?
I check updater.pro but don't understand what the numbers about...

Thanx

2
Zaurus - pdaXrom / How To Disable Auto Standby Using Script?
« on: November 15, 2005, 10:21:51 pm »
I've a bit of problem managing the power management in my Z..

I set auto standby on battery mode at 30 minutes..
But sometimes , i wanted to listen to mp3... and i want to temporarily disable the standby mode until i close the application or if the xmms is inactive (songs end)... for 3 minutes..
If i leave the auto standby on battery mode at 0 .. then i have to manually set the Z to standby when the songs finish which is very troublesome...

I use kino in sharp rom before... i work great..
But XMMS lack of this feature...

Is kino2 can be ported to pdaxrom?

Any idea... Thanx

3
Zaurus - pdaXrom / Opie-reader Version 0.7j
« on: November 04, 2005, 10:20:03 pm »
I've compiled the opie-reader version 0.7j.
The source code was send to me by Tim..

This is a great piece of software... simple and support lots of codecs..

Note: Please run opie-reader instead of uqtreader..

This is because the reader require READERDIR environment... so the opie-reader is just a simple script...

FLite codec is not enable yet... since i haven't compile the flite on pdaxrom..

Feel Free to try the software... and share your comments...

 [ Invalid Attachment ]

*EDIT: I've updated the package with libHTMLfilter and some libraries that i miss out previously (updated on 17/11/2005)

4
Zaurus - pdaXrom / [need Help] Dosbox Cvs Compilation...
« on: October 24, 2005, 09:26:36 pm »
Can someone look at how to patch the SDL part... SDL overlay using BVDD doesn't seem to work..

The cross compilation works fine... on my desktop...
Dosbox runs fine after compilation... version 0.63 some have problem... but the cvs work fine..

It runs pretty decently when i disable the sound... and SDL overlay... doesn't seem to work...
If someone can fix the SDL overlay and patch the sound... i think we can make recent dosbox to run decently..

Attached is a zip file of the dosbox cvs checkout...

You need to run ./autogen.sh from your desktop to generate the appropriate files...

 [ Invalid Attachment ]

5
Zaurus - pdaXrom / Pdaxrom-builder Src Tarball
« on: October 18, 2005, 05:53:33 am »
I was trying to do a make prepare in the pdaxrom-builder..
Some of the source files are missing...
It seems that the source file needed to be downloaded from http://www.pdaxrom.org/src/
is missing...

Anyone have any mirror for the source file..

I'm looking for tslib-14042005.tar.bz2

Thanx...

6
Zaurus - pdaXrom / Pdaxrom-builder Rules Update Idea
« on: October 14, 2005, 12:10:37 am »
I've been playing with the pdaxrom-builder this few days..
The pdaxrom-builder works pretty well...
I've notice that some of the make file in the rules-ipkg are not up to date...
eg.. gtk+ now is already 2.8.6 but in the rules-ipkg, its still using 2.6.

The rules-ipkg make files will grow in the future and we should look into automatic update system. Probably something like gentoo.. would be great...

We should contribute to pdaxrom builder.. so that everyone can have its own customize pdaxrom.. just like my desktop running gentoo... emerge sync.. emerge world...
That will be awesome..

Idea, anyone...

7
Zaurus - pdaXrom / Any New Rc12 Sdk?
« on: October 07, 2005, 12:32:57 am »
Will there be a RC12 SDK?

Is there any iwmmxt optimization tips for people who (like me) are contributing packages for pdaxrom?

Thank you....

8
Zaurus - pdaXrom / New Sylpheed-claws-gtk2 Version 1.9.14 For Rc11
« on: October 05, 2005, 03:19:09 am »
I've compiled Sylpheed-Claws version 1.9.14 , with builtin gpg inline + gpg mime + dillo viewer

Description of build:

1. Optimize for xscale
2. Strip version ..
3. Build with RC11 SDK

Dependencies:

gnupg,gpgme,libetpan,libgnomeprintui,libgnomeprint,libgnomecanvas,libart-lgpl,bzip2, readline,libgpg-error

Disabled.
1. MathML viewer
2. Clamav

Please go to

http://www.tekcities.com/willgan/feed/

If you're missing some other libraries , please go to

http://212.10.30.205/rc11/

Note: You will need to remove builtin any other Sylpheed.

Any missing library, please mesg me...
Please test... if you like ... comment appreciated...

9
Zaurus - pdaXrom / Ruby 1.8.3 Compiled..
« on: October 01, 2005, 03:00:15 pm »
I've finish compiling ruby 1.8.3...

Some minor problem during compilation...
socket extension is missing... but i compile the file manually... luckly it works..
Without the socket extension ruby on rails.. won't work...

So if you like ruby.. download this package... download ruby on rails..
unzip ruby on rails to CF or SD card..
Run

ruby script/server # in the ruby on rails directory

Point your browser to http://<zaurus ip>:3000

There you have it... ruby on rails on Z.. hope you like it

Dependencies...

 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libcrypt.so.1]
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]


 [ Invalid Attachment ]

10
Zaurus - pdaXrom / Newest Sylpheed 2.1.3 With Gpg 1.4.2 ...
« on: October 01, 2005, 02:53:21 pm »
This is the second apps porting i'm working on...

This Sylpheed development version 2.1.3 was build with GPG support...

Description of build:

1. Optimize for xscale
2. Strip version ..
3. Build with RC11 SDK

Dependencies:
1. GPGME 1.0.3 (attachment)
2. GNUPG 1.4.2 (attachment)
3. BZIP (get from feed)
4. ReadLine (get from feed)
5. GPG error lib (get from feed)

Disabled.
1. GNU pth ... don't work
2. GPG SM... don't work yet....

Note: You will need to remove builtin Sylpheed 2.0.1

If any library is missing, please mesg me...
Please test... if you like ...

[attach=994:attachment


Coming up next... new abiword...
I'm running out of space with my account... any place i can upload my builds in the future?

11
Zaurus - pdaXrom / Anyone Need Icecast Server?
« on: October 01, 2005, 03:17:21 am »
I've build the recent icecast server package... with ogg and mp3 support..
But anyone need it?

12
Zaurus - pdaXrom / Xchm For Rc11
« on: September 29, 2005, 06:16:14 am »
I've just build xchm 1.2.0 for RC11

I've attached the files...

You will need wxwidgets libraries..

I've included chmlib 0.36


 [ Invalid Attachment ]

Note: I've optimize it with -mcpu=xscale -mtune=xscale.. those with strongarm might have problem with illegal instructions...

13
User Request for Applications / Need A Working Sega Genesis Emulator..
« on: September 13, 2005, 11:46:46 am »
Dgen is too slow... is it possible to recompile it with soft-float?
Anyone tried it?
We still missing sega genesis emulator...

14
Linux Applications / How To Extract Files In Jffs Image?
« on: September 02, 2005, 11:58:32 pm »
I'm trying to extract the files from a jffs image.
Like those initrd.bin and zImage.bin found in cacko,hentges,pdaxrom and oz,
How do i mount the image?

Pages: [1]