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

Pages: [1]
1
SIMpad forum / Sd/mmc Mod Process
« on: September 29, 2008, 02:24:42 am »
Quote from: mjones4002
Quote from: mister_data
Quote from: mjones4002
Quote from: d2a
thanks mr_nice - living up to your name.

i'll keep looking to see if i can find a UK source but if not, I'll take you up on it.

I too am trying to get the SD/MMC mode to work. I did a "blue" wire mod. See attached


 I would like to test. Did you ever get it to work in the latest Angstrom release -r18 (or any for that matter). I am having no luck.

Hi,

the current mmc-mod-driver for kernel 2.6.24 in Angstrom -r18 is not working for now.
I have made new patches, witch works since 8 months on my own simpad.
This driver is in very beta-stage and no good example for clean programming, but it works.

Regards,
mrdata

Thanks for the update. How would I go about trying your patch?
Hi,

Found this
http://kerneltrap.org/mailarchive/linux-ke...08/7/18/2569664

What do you think? Can it be modified to map the proper GPIO's & get incorporated into Simpad builds?

Regards,
MJ

2
SIMpad forum / Sd/mmc Mod Process
« on: September 18, 2008, 09:24:02 pm »
Quote from: mister_data
Quote from: mjones4002
Quote from: d2a
thanks mr_nice - living up to your name.

i'll keep looking to see if i can find a UK source but if not, I'll take you up on it.

I too am trying to get the SD/MMC mode to work. I did a "blue" wire mod. See attached


 I would like to test. Did you ever get it to work in the latest Angstrom release -r18 (or any for that matter). I am having no luck.

Hi,

the current mmc-mod-driver for kernel 2.6.24 in Angstrom -r18 is not working for now.
I have made new patches, witch works since 8 months on my own simpad.
This driver is in very beta-stage and no good example for clean programming, but it works.

Regards,
mrdata

Thanks for the update. How would I go about trying your patch?

3
SIMpad forum / Sd/mmc Mod Process
« on: September 16, 2008, 06:57:41 pm »
Quote from: d2a
thanks mr_nice - living up to your name.

i'll keep looking to see if i can find a UK source but if not, I'll take you up on it.

I too am trying to get the SD/MMC mode to work. I did a "blue" wire mod. See attached


 I would like to test. Did you ever get it to work in the latest Angstrom release -r18 (or any for that matter). I am having no luck.

4
Personal Java/Jeode/J2ME Personal Profile / Blackdown Jre On Simpad
« on: July 07, 2005, 10:48:27 pm »
Has anyone got Blackdown jre to work on a Simpad?

Simpad SL4 running Open embedded 2.5 (0.9.0rc1) GPE

Using libc6 v 2.3.2+cvs20040726-r12
No glibc-locale* added

Installed the following;
# ipkg install libxt_4.2.20030122_10_arm.ipk
# ipkg install xlibs_4.2.20030122-6_arm.ipk
# ipkg install -d cf blackdown-jre_1.3.1-RC1_arm.ipk
# ipkg install blacdown-add_1.3.1_arm.ipk
# ipkg install libstdc++2.10-glibc2.2_2.95.4-0.010407_arm.ipk

Added;
# export JAVA__HOME=/mnt/cf/j2re1.3.1
# export PATH=$PATH:$JAVA_HOME/bin
# export LD_LIBRARY_PATH=/mnt/cf/usr/X11R6/lib

Java appears to be installed.

root@simpad:/mnt/cf/Leotest# java -version
java version "1.3.1"
Javaâ„¢ 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-RC1)
Classic VM (build Blackdown-1.3.1-RC1, native threads, nojit)
root@simpad:/mnt/cf/Leotest#

But when I try to run a GUI app I get the following;

root@simpad:/mnt/cf/Leotest# java -jar cube.jar
Font specified in font.properties not found [-*-standard symbols l-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] *20 lines of the same thing*
failed
current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultfree(): invalid pointer 0x40129!
/mnt/cf/j2re1.3.1/bin/armv4l/native_threads/java: symbol lookup error: /mnt/cf/usr/X11R6/lib/libXm.so.2: undefined symbol: XOpenIM
root@simpad:/mnt/cf/Leotest#

I'm not sure if this error is related to a locale. I tried;
# export LANG=en_US
# ldconfig
or
Is this related to some compatibility issue with glibc;

root@simpad:/mnt/cf/Leotest# ls -las /lib/libc.so*
0 lrwxrwxrwx 1 root root 13 Dec 31 1969 /lib/libc.so.6 -> libc-2.3.3.so

It was reported on a forum that the blackdown jre will not work on Familiar past v0.7.1? Is this correct?
http://forum.java.sun.com/thread.jspa?threadID=616989

Any suggestions? Thanks in advanced

5
SIMpad forum / Blackdown Jre On Gpe 0.9.1rc?
« on: July 05, 2005, 11:58:48 am »
Has anyone got Blackdown jre to work?

Simpad SL4 running Open embedded 2.5 (0.9.0rc1) GPE
libc6 v 2.3.2+cvs20040726-r12
No glibc-locale* added

Installed the following;
# ipkg install libxt_4.2.20030122_10_arm.ipk
# ipkg install xlibs_4.2.20030122-6_arm.ipk
# ipkg install -d cf blackdown-jre_1.3.1-RC1_arm.ipk
# ipkg install blacdown-add_1.3.1_arm.ipk
# ipkg install libstdc++2.10-glibc2.2_2.95.4-0.010407_arm.ipk

Added;
# export JAVA__HOME=/mnt/cf/j2re1.3.1
# export PATH=$PATH:$JAVA_HOME/bin
# export LD_LIBRARY_PATH=/mnt/cf/usr/X11R6/lib

Java appears to be installed.

root@simpad:/mnt/cf/Leotest# java -version
java version "1.3.1"
Java™ 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-RC1)
Classic VM (build Blackdown-1.3.1-RC1, native threads, nojit)
root@simpad:/mnt/cf/Leotest#

But when I try to run a GUI app I get the following;

root@simpad:/mnt/cf/Leotest# java -jar cube.jar
Font specified in font.properties not found [-*-standard symbols l-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]              *20 lines of the same thing*
failed
current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultfree(): invalid pointer 0x40129!
/mnt/cf/j2re1.3.1/bin/armv4l/native_threads/java: symbol lookup error: /mnt/cf/usr/X11R6/lib/libXm.so.2: undefined symbol: XOpenIM
root@simpad:/mnt/cf/Leotest#

I'm not sure if this error is related to a locale. I tried;
# export LANG=en_US
# ldconfig
or
Is this related to some compatibility issue with glibc;

root@simpad:/mnt/cf/Leotest# ls -las /lib/libc.so*
   0 lrwxrwxrwx    1 root     root           13 Dec 31  1969 /lib/libc.so.6 -> libc-2.3.3.so

It was reported on a forum that the blackdown jre will not work on Familiar past v0.7.1? Is this correct?
http://forum.java.sun.com/thread.jspa?threadID=616989

Any suggestions? Thanks in advanced

Pages: [1]