Not able to upload code to arduino nano

i have Kubuntu OS 22.04 in my PC. not able to upload code to arduino nano . it gives following error message
: /command failedarduino-cli compile --fqbn arduino:avr:nano:cpu+atmega328 old sketch/sketch:ino /bin/sh: 1: ./arduino-cli: not found

tried with MAC/Windows as well. but of no use

Use the Linux version of the Arduino IDE for Kubuntu.

https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.2_Linux_64bit.AppImage

doing with same IDE version . after selecting Arduino nano as board and processor as ATMega328P(old bootloader) -- Board info coming like :
BN- unknown board
VID 0x1a86
PID 0x7523
SN; null

is my board dysfunctional?

No. The vendor ID is valid and WCH has a driver for it.
https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/

thanks for response. However, the drivers here is .Zip format which has no .deb file for installation. stuck at same point.

You are using Linux, so "unzip" the file with something like "7zip" or "gunzip" or "archive manager"... or look on the sparkfun site for the Linux installation procedures.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.