Re: avrdude can't find usbasp

2024-08-15 Thread kodcode
On Thu, Aug 15, 2024 at 07:22:56AM +0200, Rob Schmersel wrote: > On Wed, 14 Aug 2024 12:20:25 +0300 > kodcode wrote: > > > dmesg after connecting usbasp: > > > > ugen0 at uhub0 port 1 "www.fischl.de USBasp" rev 1.10/1.02 addr 2 > > > > What you could do is, > > # usermod -G wheel [user] > > # chmo

Re: avrdude can't find usbasp

2024-08-14 Thread Rob Schmersel
On Wed, 14 Aug 2024 12:20:25 +0300 kodcode wrote: > dmesg after connecting usbasp: > > ugen0 at uhub0 port 1 "www.fischl.de USBasp" rev 1.10/1.02 addr 2 > > What you could do is, > # usermod -G wheel [user] > # chmod 660 /dev/usb[your port] > > On Wed, Aug 14, 2024 at 07:22:27AM +0200, Rob Sch

Re: avrdude can't find usbasp

2024-08-14 Thread Thomas L.
On Wed, 14 Aug 2024 01:47:05 +0300 kodcode wrote: > Doesn't work for me. > Have you tried your solution (with an usbasp)? the additional group is only applied after you relogin. $ doas usermod -G dialer tom $ id uid=1000(tom) gid=1000(tom) groups=1000(tom), 0(wheel), 735(_wireshark) $ id tom uid

Re: avrdude can't find usbasp

2024-08-14 Thread kodcode
dmesg after connecting usbasp: ugen0 at uhub0 port 1 "www.fischl.de USBasp" rev 1.10/1.02 addr 2 What you could do is, # usermod -G wheel [user] # chmod 660 /dev/usb[your port] On Wed, Aug 14, 2024 at 07:22:27AM +0200, Rob Schmersel wrote: > On Wed, 14 Aug 2024 01:47:05 +0300 > kodcode wrote: >

Re: avrdude can't find usbasp

2024-08-14 Thread Rob Schmersel
On Wed, 14 Aug 2024 01:47:05 +0300 kodcode wrote: > Doesn't work for me. > Have you tried your solution (with an usbasp)? > > On Sun, Aug 11, 2024 at 06:35:50PM +0200, Rob Schmersel wrote: > > On Sun, 11 Aug 2024 00:51:31 +0300 > > kodcode wrote: > > > > > Please try to run your command as root

Re: avrdude can't find usbasp

2024-08-13 Thread kodcode
Doesn't work for me. Have you tried your solution (with an usbasp)? On Sun, Aug 11, 2024 at 06:35:50PM +0200, Rob Schmersel wrote: > On Sun, 11 Aug 2024 00:51:31 +0300 > kodcode wrote: > > > Please try to run your command as root. > > (I don't need to specify the port with -P) > > > > - > > kodco

Re: avrdude can't find usbasp

2024-08-11 Thread Rob Schmersel
On Sun, 11 Aug 2024 00:51:31 +0300 kodcode wrote: > Please try to run your command as root. > (I don't need to specify the port with -P) > > - > kodcode > On Sat, Aug 03, 2024 at 09:06:33PM +0800, Sadeep Madurange wrote: > > On 2024-08-03 15:39:14, Sadeep Madurange wrote: > > > I'm trying to fla

Re: avrdude can't find usbasp

2024-08-10 Thread Sadeep Madurange
On 2024-08-11 00:51:31, kodcode wrote: > Please try to run your command as root. > (I don't need to specify the port with -P) > > On Sat, Aug 03, 2024 at 09:06:33PM +0800, Sadeep Madurange wrote: > > On 2024-08-03 15:39:14, Sadeep Madurange wrote: > > > I'm trying to flash a atmega328p using avrdu

Re: avrdude can't find usbasp

2024-08-10 Thread kodcode
Please try to run your command as root. (I don't need to specify the port with -P) - kodcode On Sat, Aug 03, 2024 at 09:06:33PM +0800, Sadeep Madurange wrote: > On 2024-08-03 15:39:14, Sadeep Madurange wrote: > > I'm trying to flash a atmega328p using avrdude using > > > > avrdude -p atmega328p -c

Re: avrdude can't find usbasp

2024-08-03 Thread Sadeep Madurange
On 2024-08-03 15:39:14, Sadeep Madurange wrote: > I'm trying to flash a atmega328p using avrdude using > > avrdude -p atmega328p -c usbasp -P /dev/cuaU0 -D -U > flash:w:blink.ihex:i > > The command fails with error > > avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc > vendor=

avrdude can't find usbasp

2024-08-03 Thread Sadeep Madurange
Hello, I'm trying to flash a atmega328p using avrdude using avrdude -p atmega328p -c usbasp -P /dev/cuaU0 -D -U flash:w:blink.ihex:i The command fails with error avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp' I tried with 'usbasp-cl