Releases: bareboat-necessities/lysmarine_gen
2024-12-08-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-12-08-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Upgrades to boatinstrument configuration for BBN OS esp32 NMEA XDR sensors
- Heave Sensor: https://github.com/bareboat-necessities/bbn-wave-period-esp32
- Sensors: https://github.com/bareboat-necessities/bbn-m5atomS3-lite
- NMEA 2000 environmental sensors: https://github.com/bareboat-necessities/bbn-nmea200-m5atom/tree/main/bbn-nmea2000-env-m5atom
- NMEA 2000 to USB (Actisense format) gateway: https://github.com/bareboat-necessities/bbn-nmea200-m5atom/tree/main/bbn-nmea2000-usb-gw-m5atom
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2024-12-08-r0501-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-12-08/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
zipName="lysmarine-bbn-lite-bookworm_2024-12-08-r0501-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-12-08/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
BBN-CoreMP135-2024-10-09
Bareboat Necessities OS for CoreMp135 from m5stack.
Based on Debian Bookworm
Free and open source
Project home page and documentation:
https://github.com/bareboat-necessities/lysmarine_gen/tree/coremp135_bookworm
Release Notes:
- Added boatinstrument GUI for HDMI output (enabled by default)
- Disabled pypilot by default
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=bbn-coremp135
2024-09-18-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-09-18-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Upgraded OpenCPN to 5.10.2
- Upgraded boatinstrument
- Upgraded SignalK
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2024-09-18-r1640-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-09-18/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
zipName="lysmarine-bbn-lite-bookworm_2024-09-18-r1640-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-09-18/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
2024-08-14-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-08-14-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Upgraded OpenCPN to 5.10.0
- Upgraded boatinstrument
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2024-08-14-r0137-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-08-14/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
zipName="lysmarine-bbn-lite-bookworm_2024-08-14-r0137-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-08-14/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
2024-08-08-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-08-08-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Added boatinstrument pages. See: https://github.com/philseeley/boatinstrument
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2024-08-08-r1949-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-08-08/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
zipName="lysmarine-bbn-lite-bookworm_2024-08-08-r1949-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-08-08/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
2024-08-06-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-08-06-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Added boatinstrument. See: https://github.com/philseeley/boatinstrument
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
2024-08-03-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-08-03-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- Regular OS packages upgrades
- Fixes for gpsdctl scripts to allow GPS auto-detection
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
BBN-CoreMP135-2024-08-02
Bareboat Necessities OS for CoreMp135 from m5stack.
Based on Debian Bookworm
Free and open source
Project home page and documentation:
https://github.com/bareboat-necessities/lysmarine_gen/tree/coremp135_bookworm
Release Notes:
- Fixes for gpsdctl scripts to allow GPS auto-detection
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=bbn-coremp135
BBN-CoreMP135-2024-07-23
Bareboat Necessities OS for CoreMp135 from m5stack.
Based on Debian Bookworm
Free and open source
Project home page and documentation:
https://github.com/bareboat-necessities/lysmarine_gen/tree/coremp135_bookworm
2024-06-20-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-06-20-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)
64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)
- KIP Dashboard upgrade
- Regular OS packages upgrades
This should be most stable and performance delivering release so far. Report any issues
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2024-06-20-r0235-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-06-20/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
zipName="lysmarine-bbn-lite-bookworm_2024-06-20-r0235-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-06-20/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
xargs -n 1 -P 6 wget -q << EOF
${imageSource}.part0
${imageSource}.part1
${imageSource}.part2
${imageSource}.part3
${imageSource}.part4
${imageSource}.part5
EOF
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName