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

Pages: 1 2 [3] 4 5 ... 10
31
Zaurus - pdaXrom / Shopping List Application
« on: May 15, 2007, 05:07:42 pm »
Quote
Since it's a qt3 app, has anyone tried to run "qmake" followed by "make" ?
(I didn't look at the source, so it may be a stupid remark)

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

Yes, it just requires a qmake and make.  But it has a dependency on metakit and beecrypt.  Metakit seems to give it the problems described above.

32
Zaurus - pdaXrom / Debian And Uboot
« on: May 15, 2007, 05:05:52 pm »
Quote
no way. I cannot get Angstrom working

please tell me exactly which files, there are a lot of releases for 860, with a lot of alternatives for every release.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Well I just followed most of svs57's instructions from earlier in this thread.  However, my method doesn't require uboot, but only requires the Debian filesystem, the Angstrom filesystem, and an Angstrom kernel compiled to boot off SD card, and associated kernel modules.  These notes are for an SL-C860, so the details may be slightly different for other machines.  It requires the Angstrom flashing method, so if you have installed u-boot, you need to restore a non-pdaXrom flash image to get back the original power-on-OK-button-held menu.

1. Download the Debian root filesystem, [a href=\"http://armel.applieddata.net/developers/linux/eabi/armel-root-fs.tar.bz2]http://armel.applieddata.net/developers/li...root-fs.tar.bz2[/url] , and extract to a ext2 or ext3-formatted SD card.  I think the root filesystem directories are stored in a subdirectory, so move all these to the root.

2. Download the Angstrom kernel which boots off SD card and the kernel modules from http://www.angstrom-distribution.org/unsta.../c7x0/20070429/: files zImage-2.6.20-c7x0-sdboot.bin and modules-2.6.20.6-c7x0.tgz.  Extract modules-2.6.20.6-c7x0.tgz to the /lib/modules/2.6.20.6 directory on the SD card.  It's also useful to keep a copy of zImage-2.6.20-c7x0-flashboot.bin which you can use to boot the Angstrom filesystem stored in flash memory, to aid in setting up Debian.

3. Download the Angstrom filesystem and updater script from http://www.angstrom-distribution.org/unsta.../c7x0/20070422/: files x11-image-c7x0.jffs2 and updater.sh.c7x0.
 
4. Copy zImage-2.6.20-c7x0-sdboot.bin, x11-image-c7x0.jffs2 and updater.sh.c7x0 to a FAT-formatted CF card (it might also work on an SD-card).  Rename to zImage.bin, initrd.bin, updater.sh.

5. Remove power and battery, insert battery and reapply power while holding the OK button.  Select the CF card (option 4), then option 2, and allow to flash.

6. Upon removing the power and reapplying it, the Debian filesystem on SD card should boot up.  Note that I found I had to have a CF card inserted in order for the SD card to be detected by the kernel.

7. Read some earlier threads for notes on how to get the '/' key to work, how to get X to work, and how to fix some other issues.  Until these are fixed, you may want to flash the kernel which boots the Angstrom filesystem from flash, and copy the necessary files to SD card.  To do this, put zImage-2.6.20-c7x0-flashboot.bin and updater.sh.c7x0 on the CF card, but not the .jffs2 file; rename, and flash.

33
Zaurus - pdaXrom / Shopping List Application
« on: May 15, 2007, 10:35:25 am »
Quote
I run into the same problem trying to compile it on the zaurus.
Do you have a working ipk for pdaXrom? I'd love to try that on my Z (pdaXii13, but will hopefully work).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161341\"][{POST_SNAPBACK}][/a][/div]

Hmm maybe I didn't compile it after all.  I looked on my PC and found the one I install was created by pgas.  Anyway, here it is.

34
Zaurus - pdaXrom / Shopping List Application
« on: May 15, 2007, 08:41:53 am »
Quote
I try to compile it under Debian EABI.
arm-linux-g++ -c -pipe -DQT_QWS_CUSTOM  -fno-exceptions -fno-rtti -Wall -W -O2 -DNO_DEBUG -I/include -I/usr/share/qt3//include -I./ -o database.o database.cpp
database.cpp: In constructor ‘Database::Database(QString, int*, int)’:
database.cpp:40: error: ‘win32FileOpenFunc’ is not a member of ‘c4_Storage’
database.cpp: In member function ‘QStringList Database::listViews()’:
database.cpp:273: error: ‘stringCompareFunc’ is not a member of ‘c4_View’
database.cpp:275: error: ‘stringCompareFunc’ is not a member of ‘c4_View’
.....
Do you how to compile? No configure.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161337\"][{POST_SNAPBACK}][/a][/div]


I have the same problem unfortunately.  It's strange because I could compile Portabase for pdaXrom with no problems.  It might be something to do with the version of metakit included with Debian.  Maybe I'll try to compile metakit to see if that makes a difference.

35
Zaurus - pdaXrom / Debian And Uboot
« on: May 15, 2007, 04:15:02 am »
Quote
1) Light