Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Feb 20, 2025
1 parent 9de117c commit 0ad2dca
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@ holds the device file open.

Easy:

````
# shutdown signalk
sudo systemctl stop signalk
if [ -f bbn-flash-m5-disp.sh ]; then rm bbn-flash-m5-disp.sh; fi
wget https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/refs/heads/master/m5stack-tools/bbn-flash-m5-disp.sh
chmod +x bbn-flash-m5-disp.sh
./bbn-flash-m5-disp.sh -p /dev/ttyACM3
````

Or:

````
wget https://github.com/bareboat-necessities/bbn-m5stack-tough/releases/download/main/bbn_m5tough_active_boat_bin-2024-12-03.zip
Expand All @@ -256,13 +268,6 @@ unzip bbn_m5tough_active_boat_bin-2024-12-03.zip

Or:

````
wget https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/refs/heads/master/m5stack-tools/bbn-flash-m5-disp.sh
chmod +x bbn-flash-m5-disp.sh
./bbn-flash-m5-disp.sh -p /dev/ttyACM3
````

Or:

````
/srv/esphome/bin/esptool.py \
Expand Down

0 comments on commit 0ad2dca

Please sign in to comment.