Releases: bareboat-necessities/lysmarine_gen
2025-05-18-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-05-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) / CM5
- Regular OS updates
- Boatinstrument update
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 Project Home Page: https://bareboat-necessities.github.io/
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-05-18-r1441-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-05-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:
zipName="lysmarine-bbn-lite-bookworm_2025-05-18-r1441-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-05-18/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-04-07-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-04-07-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) / CM5
- Regular OS updates
- PyPilot Wind Mast height correction fix
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 Project Home Page: https://bareboat-necessities.github.io/
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-04-07-r1921-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-04-07/${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:
zipName="lysmarine-bbn-lite-bookworm_2025-04-07-r1921-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-04-07/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-04-03-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-04-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) / CM5
- Regular OS updates
- YouTube playback fixes
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 Project Home Page: https://bareboat-necessities.github.io/
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-04-03-r1331-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-04-03/${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_2025-04-03-r1331-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-04-03/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-03-31-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-03-31-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) / CM5
- Added more NMEA XDR sensors
- SignalK update
- Regular OS updates
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 Project Home Page: https://bareboat-necessities.github.io/
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-03-31-r0039-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-03-31/${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_2025-03-31-r0039-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-03-31/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-02-26-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-02-26-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) / CM5
- Fixes Arduino IDE startup
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 Project Home Page: https://bareboat-necessities.github.io/
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-02-26-r1339-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-26/${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_2025-02-26-r1339-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-26/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-02-25-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-02-25-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) / CM5
- Fixes SignalK errors due to this bug: #493
- Fixes HomeAssistant install
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 Project Home Page: https://bareboat-necessities.github.io/
Or you can use this bash script below to download it (faster) from github:
FULL version:
zipName="lysmarine-bbn-full-bookworm_2025-02-25-r2306-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-25/${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_2025-02-25-r2305-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-25/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-02-08-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-02-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) / CM5
- Added Ocearo-UI 3D View. See: https://github.com/laborima/ocearo-ui/
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_2025-02-08-r1748-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-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_2025-02-08-r1748-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-08/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-02-03-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-02-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) / CM5
- Signalk 2.13.1
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_2025-02-03-r1533-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-03/${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_2025-02-03-r1534-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-02-03/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-01-28-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-01-28-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) / CM5
- Signalk 2.13.0
- boatinstrument upgrade
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_2025-01-28-r0334-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-01-28/${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_2025-01-28-r0334-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-01-28/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}
2025-01-24-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2025-01-24-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) / CM5
- Regular OS packages upgrades
- Upgrades to 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_2025-01-24-r0203-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-01-24/${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_2025-01-24-r0203-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2025-01-24/${zipName}"
rm -f ./${zipName}
# Download the official image
echo "Downloading official image from internet."
wget ${imageSource}