This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

  • 0 voto(s) - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
Instalación de Arduino Mega 2560 en Linux
#1
Buenas a tod@s,

He intentado instalar y probar todo lo necesario para que mi distribución Linux detecte mi Arduino Mega 2560: IDE Arduino, Fritzing, y unos supuestos drivers para arduino....

La verdad es que en Windows 7 se ha instalado y funciona todo a la primera, pero es ya por cabezoneria que me gustaría trabajar en Linux.

Gracias a tdo@s.
  Responder
#2
Buenas a tod@s:

Qué distro utilizas? Yo utilizo Ubuntu y con mi Arduino no he tenido problemas.

A lo mejor hay que montar el usb para que lo detecte

Ejecute el comando fdisk -l

Esto te listará todos los dispositivos conectados.

O también df -h


Y mira si realmente te lo detecta o no.

Si te lo detecta es que hay que montarlo. Si no, mal asunto.
  Responder
#3
Ya por fin he podido instalar mi Arduino Mega 2560 en linux, después de leer la documentación en la página de arduino:

https://www.arduino.cc/en/Guide/Linux

Y lo importante:

[offtopic]Please Read...

It might hapen that when you upload a sketch - after you have selected your board and serial port -, you get an error Error opening serial port ... If you get this error, you need to set serial port permission.

Open Terminal and type:

ls -l /dev/ttyACM*

you will get something like:

crw-rw---- 1 root dialout 188, 0 5 apr 23.01 ttyACM0

The "0" at the end of ACM might be a different number, or multiple entries might be returned. The data we need is "dialout" (is the group owner of the file).

Now we just need to add our user to the group:

sudo usermod -a -G dialout <username>

where <username> is your linux user name. You will need to log out and log in again for this change to take effect.[/offtopic]

Después de haber hecho esto y añadir mi usuario a dialout ya me en placa y podría subir sketchs.

Un saludo y gracias a tod@s.
  Responder
#4
Hola, para arduino uno será lo mismo no? Hay que cargar al arduino el marlin Como en Windows para que luego el SHIELD funcione ??
  Responder
#5
Creo que este no es el post adecuado.

Un saludo.
  Responder


Posibles temas similares…
Tema Autor Respuestas Vistas Último mensaje
  DUDA sistema de riego con arduino mega Natalia Miranda 12 2,090 01-04-2021, 12:57 AM
Último mensaje: asesorplaza1
  CONSULTA Error compilando para la tarjeta Arduino Mega or Mega 2560. minaki24fc 2 1,094 26-03-2021, 10:45 PM
Último mensaje: asesorplaza1
  problemas con arduino mega vs UGC jcvb 0 617 08-12-2020, 11:07 PM
Último mensaje: jcvb
  Instalación de extrusor Titán Juanillo 4 1,593 11-09-2019, 06:35 PM
Último mensaje: Juanillo
  APORTE Bootloader. Instalación (método simple) kuadri 8 3,058 20-02-2019, 07:47 PM
Último mensaje: ledison