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 - willgan

Pages: 1 [2] 3 4 ... 6
16
Software / Opiereader 0.7j Bug?
« on: August 18, 2006, 12:49:41 am »
Quote
Because I can't run pdaxrom on my SL5000 I don't maintain opie-reader for pdaxrom. I do generally develop on my desktop using QT/X11 so the chances are good that opie-reader will compile for pdaxrom if I just give you my current source code but I can't guarantee it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138079\"][{POST_SNAPBACK}][/a][/div]

yup.. i just need the QT/X11 version of source code...

17
Zaurus - pdaXrom / Keep Pdaxrom Alive
« on: August 17, 2006, 11:53:56 pm »
yes... sashz is working on the new beta..

To ease sashz work... help is needed in testing and adding new packages..

18
Zaurus - pdaXrom / Make Install Doesn't Work!
« on: August 16, 2006, 03:57:31 am »
it would be better if u can make a .make file from the pdaxrom-builder..
It will be easier to be debug by other contributors...

19
Software / Opiereader 0.7j Bug?
« on: August 10, 2006, 06:11:21 am »
tim, do u have the 0.7l version for pdaxrom..
i'm working on the rules-ipk for the pdaxrom-builder...
u did sent a previous version ( 0.7j ) to me before.. if u can remember...

20
Zaurus - pdaXrom / Pdaxrom 1.1.0beta 4 And New Bootloader
« on: August 08, 2006, 12:34:35 am »
any new update for C1000?

21
Zaurus - pdaXrom / Pdaxrom Development Using X86 Iso
« on: July 25, 2006, 08:51:17 pm »
u can use chroot...

but u need to rip the whole ISO files to the harddisk first..

22
Zaurus - pdaXrom / Pdaxrom Development
« on: July 24, 2006, 02:23:11 am »
well.. the fastest way to end this is to close this thread...

If you think OE fit u better than use OE.
If you think pdaxrom-builder fit u better than use pdaxrom-builder..
Why do you want to compare... which one is better..
We should work together and make programs to run smoothly (fitted nicely) in our Z, whether it is OZ or pdaxrom.

By the way, Sashz already open up for all who want to contribute..

23
Zaurus - pdaXrom / Pdaxrom Development
« on: July 21, 2006, 01:28:54 pm »
i think pdaxrom-builder is much easier to hack than OE..

It dumps much more debug code during compilation..
It can create multiple build versions...

the new u-boot can speed up root or ketnel flashing...

maybe the builder need a bit of clean up

24
Zaurus - pdaXrom / Bootimage Creation Problem..
« on: July 19, 2006, 10:34:58 am »
ok...

while i'm building make image, i encounter another problem...

Code: [Select]
--------------------------
target: cacko.imageinstall
--------------------------

cd /mnt/hd/akita-rom/bootdisk/feed && IPKG_CONF_DIR=/mnt/hd/akita-rom/scripts/bin /mnt/hd/akita-rom/scripts/bin/ipkg -ignore-scripts install vendor-tweaks
filename - vendor-tweaks_1.0.0_armv5tel.ipk

Downloading file:///mnt/hd/akita-rom/bootdisk/feed/vendor-tweaks_1.0.0_armv5tel.ipk ...
Done.
Installing vendor-tweaks...Done.
echo pdaXrom 1.1.0beta4 \"Kathrin\" "(`date +"%H:%M %d/%m/%y"`)" > /tmp/roots/root-akita-initrd/etc/.buildver
echo pdaXrom 1.1.0beta4 \"Kathrin\"> /tmp/roots/root-akita-initrd/etc/issue
rm   -rf /tmp/roots/root-akita-initrd/home/tmp
mkdir -p /tmp/roots/root-akita-initrd/home/tmp/ipkg
###cd /tmp/roots/root-akita-initrd && tar c etc  > /tmp/roots/root-akita-initrd/root/.etc_default.tar
###cp -f /mnt/hd/akita-rom/config/bootdisk/.dev_default.tar /tmp/roots/root-akita-initrd/root/
##cd /tmp/roots/root-akita-initrd && tar c home >                        /tmp/roots/root-akita-initrd/root/.home_default.tar
##cd /tmp/roots/root-akita-initrd && tar c var  >                        /tmp/roots/root-akita-initrd/root/.var_default.tar
##test -f /tmp/roots/root-akita-initrd/usr/lib/ipkg/info/bluez-utils.postinst && rm -f /tmp/roots/root-akita-initrd/usr/lib/ipkg/info/bluez-utils.postinst
rm -f /tmp/roots/root-akita-initrd/sbin/{ldconfig,rpcinfo}
#rm -f /tmp/roots/root-akita-initrd/sbin/rpcinfo
rm -f /tmp/roots/root-akita-initrd/usr/lib/ipkg/lists/*
rm -f /tmp/roots/root-akita-initrd/usr/lib/gconv/*
rm -f /tmp/roots/root-akita-initrd/usr/bin/{iconv,tic}
"/opt/cross/arm/3.4.6-xscale-softvfp-akita"/bin/genext2fs -r 0 -d /tmp/roots/root-akita-initrd \
    -f -U -D /mnt/hd/akita-rom/config/bootdisk/device_table-sysfs.txt \
    -b 8000 \
    /mnt/hd/akita-rom/bootdisk/initrd
number of blocks too low, increasing to 13165
/opt/cross/arm/3.4.6-xscale-softvfp-akita/bin/genext2fs: couldn't allocate a block (no free space)
make: *** [/mnt/hd/akita-rom/state/cacko.imageinstall] Error 1

My development hard disk still have about 700 Mb free space..

i can increase the block 16000 and it produce all the files..
But u-boot cannot flash... C+D + power ...

I'm still testing...

Overall... most of the package compile without any problems..

25
Zaurus - pdaXrom / Bootimage Creation Problem..
« on: July 19, 2006, 08:19:35 am »
i've attached my config file

26
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

27
Zaurus - pdaXrom / Sashz: Building New Rom Error
« on: July 18, 2006, 11:55:10 pm »
yup..
you need to add xchain-bc in rules
create a new packet with NEWPACKET-XCHAIN

28
Zaurus - pdaXrom / Progres With Beta5
« on: July 18, 2006, 01:36:26 pm »
i suggest all the package contributors to submit rules-ipk file for their package to release manager or qa manager for test  and to be added to the pdaxrom-builder svn repository..

29
Zaurus - pdaXrom / Progres With Beta5
« on: July 13, 2006, 02:44:17 am »
i've been doing some testing to the pdaxrom-builder..
recently the svn for pdaxrom-builder seems to be updated by sashz..
So i guess he is still working on the new beta but not frequent as before..

30
Zaurus - pdaXrom / Pdaxrom 1.1.0beta 4 And New Bootloader
« on: May 11, 2006, 10:51:13 pm »
i've successfully flash pdaxrom 1.1.0 beta4..
Everything seems to work faster..
Suspend seems to work better...

There are bunch of error during startup.. but boot up with no problem..
I found one problem..
When i attach my usb ethernet adapter and assign an ip address, the whole screen (and the panel) will start to flicker.
Anyone have the same problem?

Sashz ... u're great...

Pages: 1 [2] 3 4 ... 6