Skip to content

2024-04-20-Release-Stable-Bookworm-arm64

Compare
Choose a tag to compare
@mgrouch mgrouch released this 20 Apr 14:26
· 97 commits to bookworm since this release
985edd9

BBN Marine Linux OS for Raspberry Pi
2024-04-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)

  • SignalK 2.7.2
  • Based on Raspberry Pi OS version 2024-03-15
  • AIS-catcher upgrade
  • Pypilot upgrade
  • KIP dashboard upgrade
  • Stellarium upgrade
  • added NMEA 2000/0183 HomeAssistant integration

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-04-20-r1252-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-04-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-04-20-r1252-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-04-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


Another (alternative) download site (slow):

https://archive.org/details/bbn-marine-os-bookworm_2024-04-20

Files:

https://archive.org/download/bbn-marine-os-bookworm_2024-04-20