scp -l 8192 -P 6000 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6001 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6002 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6007 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6008 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6009 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6010 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6011 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract scp -l 8192 -P 6012 C:\Users\L.L.Sun\Downloads\hotfix_esp.zip pi@localhost:/home/pi/Extract cd Extract unzip hotfix_esp.zip cd hotfix_esp sudo chmod +x hotfix_esp.sh ./hotfix_esp.sh Step 10 stuck: 1. check IO board version, if v10a, change to appropriate version. -- check IO board version select productCode, * from FFCommissions where companyserial like '%25F010002748%' 2. In device, set the version value to appropriate version sqlite3 ~/Raspicam/raspicam "select value from cameraSetting where param='IoBoard';" sqlite3 ~/Raspicam/raspicam "UPDATE cameraSetting SET value = 'v1' WHERE param = 'IoBoard';" 3. rerun step 10 onwards sudo nano hotfix_esp.sh use ctrl+k to delete until step 10 4. restart ble module service if necessary sudo systemctl status ble_service_handler_module.service cd Extract/hotfix_esp ./hotfix_esp.sh 6. check if ble service have send back data sudo journalctl -u ble_service_handler_module.service