Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Fireduino using linux.

4

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
4
Posted at 3/21/2017 12:09:35      1#
I was able to get /dev/ttyUSB0 to show up by adding the following code to /etc/udev/rules.d in file 99-fireduino-boards.rules

#
# Copy this file to the location of your distribution's udev rules, for example on Ubuntu:
#   sudo cp 99-fireduino-boards.rules /etc/udev/rules.d/
# Then reload udev configuration by executing:
#   sudo reload udev
# Or if that doesn't work try:
#   sudo udevadm control --reload-rules
#   sudo udevadm trigger

#SUBSYSTEM=="usb", ATTR{idProduct}=="262d", ATTRS{idVendor}=="2207", MODE="0660", GROUP="dialout"
SUBSYSTEM=="usb", ATTR{idVendor}=="2207", MODE="0666", GROUP="plugdev"
#sudo modprobe usbserial vendor=0x2207 product=0x262d
#

After compiling (seemed ok) I then tried uploading.  It kept uploading and uploading. Turns out blink for the fireduino is 1682969. WTF! For an uno it's like 800 bytes.

The upload eventually stopped with java closing the stream. I think it's a timeout.

Can someone please explain what is going on?
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list