1. My angstrom distribution cant run java jre_6 i saw in previous
thread cacao is a substitution for java? but cacao doesnt seem to work
as well..
root@beagleboard:/home/beagle/cacao-0.99.4# ./
configure
checking build system type... armv7l-unknown-linux-
gnueabi
checking host system type... armv7l-unknown-linux-
gnueabi
checking for a BSD-compatible install... /usr/bin/install -
c
checking whether build environment is sane...
yes
checking for a thread-safe mkdir -p... /bin/mkdir -
p
checking for gawk...
gawk
checking whether make sets $(MAKE)...
no
checking how to create a ustar tar archive...
gnutar
checking whether to enable maintainer-specific portions of
Makefiles... no
configure: error: armv7l systems are not supported at this time
2. I'm also trying ubuntu on another card but i'm having some problems
as well even after doing chmod for the OMAP35x.bin file
serial as follows:
root@beagleboard:/home/ubuntu# ./create_sgx_package.sh
OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin
found
OMAP35x_Graphics_SDK_setuplinux_3_01_00_06.bin needs to be
executable
Robert: thanks at least i know it cant be done and can give up on
SDK..
Oh you just can't do it on the beagle, that "create_sgx_package.sh"
extracts the relevant bits from the SDK to be used on the beagle in an
arm environment..
I wanted to get arudino running but still no avail.
Already installed openjdk, gcc-avr, acr-libc
got error " can't load IA 32-bit .so on a ARM-bit platform"
any ideas?
Regards.
Error parsing gtk-icon-sizes string: ''
java.lang.UnsatisfiedLinkError: /home/ubuntu/Downloads/arduino-0018/
lib/librxtxS
erial.so: /home/ubuntu/Downloads/arduino-0018/lib/librxtxSerial.so:
cannot open
shared object file: No such file or directory (Possible cause: can't
load IA 32-
bit .so on a ARM-bit platform) thrown while loading
gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/
ubuntu/Download
s/arduino-0018/lib/librxtxSerial.so: /home/ubuntu/Downloads/
arduino-0018/lib/lib
rxtxSerial.so: cannot open shared object file: No such file or
directory (Possib
le cause: can't load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:
83)
at processing.app.Editor.populateSerialMenu(Editor.java:965)
at processing.app.Editor.buildToolsMenu(Editor.java:717)
at processing.app.Editor.buildMenuBar(Editor.java:502)
at processing.app.Editor.<init>(Editor.java:194)
at processing.app.Base.handleOpen(Base.java:709)
at processing.app.Base.handleOpen(Base.java:674)
at processing.app.Base.handleNew(Base.java:571)
at processing.app.Base.<init>(Base.java:311)
at processing.app.Base.main(Base.java:200)
You have installed rxtx compiled for Intel-32 architecture. While java
jars are identical, the native library will be different.
You need to either download Arm-specific build of the lib, or compile
yourself from sources (using cross-compiler on a PC, or compile on
BB).