Thanks for the tip.
I found a way to run the Arduino IDE 1.0.4 (pnd is not running directly). Not from sbopkg - this makes errors at install (no ARM version).
But it is not perfect.
How to run Arduino IDE in Slackware
Java is needed, so install it.
Use a hub or the OTG port as its USB 1.1
Start Arduino in Slackware. Copy /mnt/utmp/hdonk_arduino dir to your Slackware SD
eg. ~/arduino. Copy ~/arduino/avr dir to ~/avr. In ~/arduino/arduino.sh outcomment
all (gksudo gives error) but the last 2 lines. The first time start in ~/arduino
with ./arduino.sh. This makes needed PATH. The next time start with
sh ~/arduino/arduino/arduino.
What I found so far :
- Software seems to work so far when started as root so you have to copy the avr dir into /root/avr dir too
- working with Arduino nano
- no connection with Leonardo, is showing /dev/ttyACM0 and HiD in dmesg but not in Arduino
- as I have no Uno I could not try ; maybe someone can test it.
Why not as user ? No serial port showing.
I tried to add user to group dialout but that doesn't help - it frezzes the Pandora after starting Arduino, only mouse cursor moving.
What is dialout for , because it is set in pnd and even in SZ /etc/group ? root is not in dialout in Slackware and it works.
I get the error messages " no permission to create lockfile" when java is trying /dev/ttyUSB0, /dev/ttyO0-/dev/ttyO3 at start.
As root all is ok.
Maybe someone can help here.