Arduino RPM (Mageia, Mandriva, Fedora, SuSe, etc.)
just informing created rpm packet mageia 3
edit: agrego urls para 1.0.6:
32 bits: ftp://ftp.blogdrake.net/mageia/mageia3/free/i586/arduino-1.0.6-1bdk.mga3.i586.rpm
64 bits: ftp://ftp.blogdrake.net/mageia/mageia3/free/x86_64/arduino-1.0.6-1bdk.mga3.x86_64.rpm
srpm: ftp://ftp.blogdrake.net/mageia/mageia3/srpms/arduino-1.0.6-1bdk.mga3.src.rpm
the official mageia binaries not work. also, mageia binaries has problem: uses newer version of avr-gcc not compatible arduino sources. created new packet based on official binaries little changes. packet "just works" , don't need change permissions or groups.
instruction usage:
for 32 bits:
alternative 1 (better because auto-updates new versions):
alternative 2 (manual install):
for 64 bits:
alternative 1 (better because auto-updates new versions):
alternative 2 (manual install):
the packet available mageia 2 , should work in other rpm based distros.
explanation of changes:
edit: agrego urls para 1.0.6:
32 bits: ftp://ftp.blogdrake.net/mageia/mageia3/free/i586/arduino-1.0.6-1bdk.mga3.i586.rpm
64 bits: ftp://ftp.blogdrake.net/mageia/mageia3/free/x86_64/arduino-1.0.6-1bdk.mga3.x86_64.rpm
srpm: ftp://ftp.blogdrake.net/mageia/mageia3/srpms/arduino-1.0.6-1bdk.mga3.src.rpm
the official mageia binaries not work. also, mageia binaries has problem: uses newer version of avr-gcc not compatible arduino sources. created new packet based on official binaries little changes. packet "just works" , don't need change permissions or groups.
instruction usage:
for 32 bits:
alternative 1 (better because auto-updates new versions):
code: [select]
urpmi.addmedia --wget --distrib http://ftp.blogdrake.net/mageia/mageia3/i586
urpmi arduino
alternative 2 (manual install):
code: [select]
urpmi http://ftp.blogdrake.net/mageia/mageia3/free/i586/arduino-1.0.5-1bdk.mga3.i586.rpm
for 64 bits:
alternative 1 (better because auto-updates new versions):
code: [select]
urpmi.addmedia --wget --distrib http://ftp.blogdrake.net/mageia/mageia3/x86_64
urpmi arduino
alternative 2 (manual install):
code: [select]
urpmi http://ftp.blogdrake.net/mageia/mageia3/free/x86_64/arduino-1.0.5-1bdk.mga3.x86_64.rpm
the packet available mageia 2 , should work in other rpm based distros.
explanation of changes:
- the packet includes official binaries maximum compatibility except for:
- i replaced rxtx library following changes official binaries:
- disabled port locking avoiding need of adding user lock group
- added /dev/ttyacm , /dev/arduino devices
- i added new udev rule that:
- sets default permissions of arduino device 666 avoiding need of adding user dialout group.
- added link device named arduino auto creating /dev/arduino device
muchas gracias anv , it's second time arduino packs didn't work out-of-the-box mageia. i'll have check mageia community fix m4 version. anyway thank job.
Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino RPM (Mageia, Mandriva, Fedora, SuSe, etc.)
arduino
Comments
Post a Comment