Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 7, 2024
1 parent 4a52332 commit eb7485b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ python3 "~/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py" \

BBN OS Linux:

Find out tty device for your connected m5stack device. Use it in commands below. Make sure with lsof command that nothing else
holds the device file open.

Easy:

````
Expand All @@ -243,6 +246,13 @@ unzip bbn_m5tough_active_boat_bin-2024-12-03.zip
0x0 bbn_m5tough_active_boat_firmware.bin
````

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:

Expand Down

0 comments on commit eb7485b

Please sign in to comment.