Re: AVR32 on NuttX

2023-11-24 Thread Alan C. Assis
Nice to see they added JTAG support to avrdude, but only few AVR8 has JTAG support (i.e. Atmega128 has). BR, Alan On 11/24/23, Tomek CEDRO wrote: > On Fri, Nov 24, 2023 at 5:32 PM Alan C. Assis wrote: >> Thank you Tomek, >> I searched in the source code and didn't find AVR32 support, it is >>

Re: AVR32 on NuttX

2023-11-24 Thread Tomek CEDRO
On Fri, Nov 24, 2023 at 5:32 PM Alan C. Assis wrote: > Thank you Tomek, > I searched in the source code and didn't find AVR32 support, it is > strange because I remember of seeing "at32uc3b512" is the avrdude > command line (our board uses at32uc3b256). Quick search shows example list of

Re: AVR32 on NuttX

2023-11-24 Thread Alan C. Assis
Thank you Tomek, I searched in the source code and didn't find AVR32 support, it is strange because I remember of seeing "at32uc3b512" is the avrdude command line (our board uses at32uc3b256). BR, Alan On 11/24/23, Tomek CEDRO wrote: > On Fri, Nov 24, 2023 at 4:35 PM Alan C. Assis wrote: >>

Re: AVR32 on NuttX

2023-11-24 Thread Tomek CEDRO
On Fri, Nov 24, 2023 at 4:35 PM Alan C. Assis wrote: > Unfortunately in this case OpenOCD also is not helping, because the > AVR32 support it very limited (AFAIK there is no support to flash > AVR32 chips) and because I don't have the original Atmel JTAGICE MkII > I cannot use their avr32program

Re: AVR32 on NuttX

2023-11-24 Thread Alan C. Assis
Hi Raman, Thank you very much for this detailed update! I'm really impressed by your hard work to get it working. I think AVR32 itself is very challenging now on Linux because Atmel original code is rusting (unfortunately not in the Rust way hehehe). So or later this old tools will stop to work