Jatsekku / jq_flasher

Tool for flashing BL702 mcu.
15 stars 1 forks source link

Running from outside of jq_flasher directory fails. #5

Open 9names opened 1 year ago

9names commented 1 year ago

Works fine if running from the project directory. Attempting to launch from anywhere else (eg: current project)

python3 ~/jqflasher/main.py --chipname bl702 --port /dev/ttyUSB0 --firmware myfirmware.bin

results in

FileNotFoundError: [Errno 2] No such file or directory: 'chips/bl702/image/eflash_loader/eflash_loader_32m.bin'