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.


Messages - sashz

Pages: [1] 2 3 ... 26
1
Zaurus - pdaXrom / 1.1.0r121 Is Out!
« on: September 19, 2006, 08:59:20 am »
There  - www.pdaXrom.org

2
Zaurus - pdaXrom / Is Pdaxrom What I Need For Rfid Tools?
« on: August 24, 2006, 08:28:54 am »
Quote
I want to use my Z to communicate with RFID tags. I have a 13.56Mhz reader (CF) it uses /dev/ttyS0 on a nomal linux box. Not sure how I will get that working on my Z...


I have pdaxrom flashed on my C700 now. However, I'm really keen on getting a chrooted debian environment if that's what I need? At this point I'm not sure so I'll ask the experts.

I need the following on my Z.

GTK 2
PERL
RUBY
PYTHON

Questions:
Would pocketworkstation work with PdaXrom?
Does Debian use the PdaXrom X server or run its on?
How will this run on the C700?

Final Question:
Am I going about this all wrong? Do I need to put debian on my C700 to achieve getting the packages above?

My goal is to use the PDA to develop RFID applications. I have an ACG reader (CF2) card and need the dev capabilities above.

CHeers!!!!

JP
[div align=\"right\"][a href=\"index.php?act=findpost&pid=139586\"][{POST_SNAPBACK}][/a][/div]

this CF card works in zaurus as serial CF card?

3
Zaurus - pdaXrom / Gtodo2
« on: August 18, 2006, 03:58:21 pm »
which link for sources?

4
Zaurus - pdaXrom / Openwengo Or Ekiga Voip Sip Client
« on: August 18, 2006, 08:34:16 am »
wait beta5 - i added ekiga and linphone

5
Zaurus - pdaXrom / Irc Peak Time
« on: August 09, 2006, 10:57:33 am »
Quote
I pop up in the irc room every so often.. and I will see the typical people in there... but no one is talking and/or no one is avaliable...

Just getting a census of the peak times to try to be there around that time...

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137931\"][{POST_SNAPBACK}][/a][/div]

me online from 9am to 6pm in Brazil time (SaoPaulo)
i leave workplace for lunch (~1.30pm to ~2.30pm)

6
Zaurus - pdaXrom / Problems Configuring Pdaxrom-builder
« on: August 08, 2006, 02:17:48 pm »
Quote
hi sashz,

i downloaded the builder from that site:

http://mail.pdaxrom.org/download/1.1.0beta3/

ok thanks for adding qucs
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

use latest image [a href=\"http://mail.pdaxrom.org/download/1.1.0beta4/pdaX86/pdaXrom.iso]http://mail.pdaxrom.org/download/1.1.0beta...X86/pdaXrom.iso[/url] and builder from svn.

7
Zaurus - pdaXrom / Problems Configuring Pdaxrom-builder
« on: August 07, 2006, 04:16:25 pm »
hmm, which ISO you downloaded? latest?

for build application cross sdk easy for use.

anyway , i added qucs to build system.

Test this attached qucs ipk and write back if it work (after download rename it to qucs_0.0.9-1_armv5tel.ipk ).

8
Zaurus - pdaXrom / Compile Kernel For Pdaxrom Beta4
« on: August 02, 2006, 08:59:01 am »
for build kernel 2.6 - any 3.4.6 sdk,
donload kernel 2.6.16,
and patches:
https://mail.pdaxrom.org/svn/pdaXrom-builde...2.6.16/generic/
https://mail.pdaxrom.org/svn/pdaXrom-builde....6.16/armv5tel/

Apply at first generic patches, and than armv5tel

Kernel config https://mail.pdaxrom.org/svn/pdaXrom-builde...el-2.6.16-corgi

Kernel config for emergency https://mail.pdaxrom.org/svn/pdaXrom-builde...16-corgi-initrd

9
Zaurus - pdaXrom / Bootimage Creation Problem..
« on: July 19, 2006, 08:42:04 am »
ups, sorry,

you must run:

make image

for finalize your build

http://mail.pdaxrom.org/node/101

10
Zaurus - pdaXrom / Bootimage Creation Problem..
« on: July 19, 2006, 08:03:40 am »
Quote
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
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135710\"][{POST_SNAPBACK}][/a][/div]

plz attach your .config file here

11
Zaurus - pdaXrom / Progres With Beta5
« on: July 18, 2006, 09:49:09 am »
Quote
Alright... I will just leave the issue alone....

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135484\"][{POST_SNAPBACK}][/a][/div]

Probably, if someone want try help in main developing, i can add r/w account to svn.

12
Zaurus - pdaXrom / Sashz: Building New Rom Error
« on: July 17, 2006, 01:38:46 pm »
Quote
Hi Sashz,

when trying to build xcreensaver, it failed due to "bc" program is missing and thus failed at the xscreensaver.prepare state.

how do I install bc for the x86 live cd?


Thanks,
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135263\"][{POST_SNAPBACK}][/a][/div]

sources updated.

yes, you need install bc for x86, or just remove xscreensaver from build list. BC included in new x86 ISO, i will upload it today at evening.

13
Zaurus - pdaXrom / Sashz: Building New Rom Error
« on: July 14, 2006, 04:35:25 pm »
arh, your probvlem - no sources for ffmpeg snapshot.
I wil update sources now.

14
Zaurus - pdaXrom / Sashz: Building New Rom Error
« on: July 14, 2006, 04:15:27 pm »
vmware image too old for build current builder (svn version), i will upload new x86 image at weekend

15
Zaurus - pdaXrom / Pdaxrom Beta4 For C3000
« on: July 14, 2006, 03:32:48 pm »
i updated u-boot patch in svn,
Press 1,2,3 buttons during boot-up will change kernel command line root arg:

[1] - root=/dev/mmcblk0p1
[2] - root=/dev/hda1
[3] - root=/dev/hdc1

Pages: [1] 2 3 ... 26