From e7848692cc94760387b1688c60f2967f81eb6118 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sat, 7 Dec 2024 13:36:38 -0500 Subject: [PATCH] Update README.md --- bbn-nmea2000-att-m5atom/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bbn-nmea2000-att-m5atom/README.md b/bbn-nmea2000-att-m5atom/README.md index a833320..d6ba0a1 100644 --- a/bbn-nmea2000-att-m5atom/README.md +++ b/bbn-nmea2000-att-m5atom/README.md @@ -12,6 +12,14 @@ to know what is pitch and what is heel. - MPU6886 module for M5Atom - Optional: M5Stack I2C hub (if you plan to connect more i2c sensors, like illuminance, IMU, etc) +## Flashing firmware on Bareboat Necessities OS + +```` +wget https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/refs/heads/master/m5stack-tools/bbn-flash-m5-n2k-att.sh +chmod +x bbn-flash-m5-n2k-att.sh +./bbn-flash-m5-n2k-att.sh -p /dev/ttyUSB0 +```` + ## Patches NMEA2000_esp32 forked from https://github.com/ttlappalainen/NMEA2000_esp32