pine64 / ArduinoCore-bouffalo

BL602 Arduino Core for Arduino IDE
GNU Lesser General Public License v2.1
68 stars 13 forks source link

Can't load image from Arduino-IDE #5

Open chengc843988 opened 3 years ago

chengc843988 commented 3 years ago

ENV: ubuntu 20.04, python3.8

  1. compile: no execution permission, chmod +x
  2. update: get_contrib_path() return wrong path. (bl602-flasher.py)
  3. change serial with pyserial(for python3.8) (pip3 remove serial, pip3 install pyserial)
  4. force using python3, such as #!/usr/bin/python3,