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

Pages: 1 2 [3] 4 5 ... 8
31
Zaurus - pdaXrom / Debian And Uboot
« on: May 25, 2007, 08:59:50 am »
Quote
i was having this problem on gentoo also
it's fine when i switch back to debian :-)
however, i'm still having problem with suspend...do you?
i cannot resume after apm -s..
i followed your config for power mangement but still no luck
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162018\"][{POST_SNAPBACK}][/a][/div]
With kernel >= 2.6.21  power button doesn't work as suspend.
I do suspend from console:
apm -s
But  power button works as resume.

32
Zaurus - pdaXrom / Debian And Uboot
« on: May 25, 2007, 02:15:22 am »
Quote
do u have any experience in compiling 2.6.22-rc2?
i tried few times for my c1000
but they either doesn't boot up at all or can't mount the sd
mmcblk0p1 is not a valid block device...or something like that...
even if it boots, it takes a LONG time
i wonder if it's my cross-compiler's problem or my config...

the cross-compiler is built on gentoo on PC, using armv5te-iwmmxt-linux-gnueabi
do i need to build the kernel without eabi?

also, are there any size limits for the kernel?

i'll post the config here in case anyone is interested
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161943\"][{POST_SNAPBACK}][/a][/div]
2.6.22-rc2 works on my SD 4gb.
Yesterday I tried gentoo with this kernel on 512mb SD and got the same problem as you.
I install 2.6.20.2 kernel and 512 SD work.
I guess it's 2.6.22-rc kernel bug.
It strange 4G SD works with 2.6.22.rc  but 512mb doesn't.

33
Zaurus - pdaXrom / Debian And Uboot
« on: May 21, 2007, 05:12:39 am »
I used it for 2.6.22-rc1

34
Zaurus - pdaXrom / Debian And Uboot
« on: May 17, 2007, 06:36:21 am »
Quote
I already tried with the kernel marked with sdboot (that is the one build as you suggested), and the result was unsuccesfull
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161524\"][{POST_SNAPBACK}][/a][/div]
I can't test it. I have only SL750. I changed only type of proc. in kernel config.
It's not difficult to crosscompile kernel.
You need PC with debian, cross (http://www.freaknet.org/martin/crosstool/packages/) and kernel sources from www.kernel.org.
On latest kernel (2.6.22-rc1) I didn't apply any patches.

# ARCH=arm CROSS_COMPILE=armv4t-crosstool-linux-gnueabi- make menuconfig
# ARCH=arm CROSS_COMPILE=armv4t-crosstool-linux-gnueabi- make
# cd arch/arm/boot/
# mkimage -A arm -O linux -T kernel -C none -a 0xa0008000 -e 0xa0008000 -n "Linux 2.6" -d zImage kernel.img

Put kernel.img  and modules on SD and flash using pdaXrom emergency system.

35
Zaurus - pdaXrom / Debian And Uboot
« on: May 17, 2007, 05:40:24 am »
Quote
I got internal flash setup working, but it sux, since angstrom is OE, and I don't like it. I want debian, so...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161522\"][{POST_SNAPBACK}][/a][/div]
You need kernel with CONFIG_CMDLINE sets to SD.
I've sent it to this forum.

36
User Request for Applications / Hibernate For The Z?
« on: May 17, 2007, 03:27:14 am »
Look here:
http://tree.celinuxforum.org/CelfPubWiki/SuspendToDiskForARM
Arm patches for 2.6.14
I didn't try because I use 2.6.21 kernel.

37
Zaurus - pdaXrom / 4gb Sd
« on: May 16, 2007, 04:33:45 am »
Quote
Quote
Problem with SD is solved!
I compiled and installed kernel 2.6.22-rc1.
It has new option:
CONFIG_MMC_UNSAFE_RESUME=y
Now SD card works correct.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161411\"][{POST_SNAPBACK}][/a][/div]

Does your battery get charged using this kernel version?  All the 2.6 kernel images I've tried so far don't charge the battery.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161419\"][{POST_SNAPBACK}][/a][/div]
I didn't have problem with charge battery.
How you recognize that battery is not charged?
What is apm output?

38
Zaurus - pdaXrom / 4gb Sd
« on: May 16, 2007, 01:54:53 am »
Problem with SD is solved!
I compiled and installed kernel 2.6.22-rc1.
It has new option:
CONFIG_MMC_UNSAFE_RESUME=y
Now SD card works correct.

39
Zaurus - pdaXrom / Shopping List Application
« on: May 15, 2007, 08:24:01 am »
Quote
Quote
Hello all,

I've searched quite unsuccessfully for a shopping list application for pdaXrom. You know, something where you select items from a previously created list you need to shop and tick them off as you load them into the cart.

There are several such applications for OpenZaurus, mostly based on xml. But if I'm correct then OZ-applications are QT, which doesn't run on pdaXrom. A Gtk-application should run, shouldn't it?

Does anyone know of such an application for pdaXrom?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161310\"][{POST_SNAPBACK}][/a][/div]

QT apps do work under pdaXrom; perhaps you're thinking of Qtopia apps, which are Sharp-ROM-only.

I use Portabase as a shopping list app (which is a QT app).  As an example, you can create a field with a description (text), another with the shopping aisle number (select from a list), and another as a checkbox to indicate whether to buy or not.  You can sort the list on aisle number, then description.  Then you can set up a filter to only show those items to buy.  There's also an option to tick checkboxes without going into edit mode.

I've moved over to Debian EABI now, so am trying to compile Portabase up for that platform.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161312\"][{POST_SNAPBACK}][/a][/div]
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.

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