Releases: bareboat-necessities/lysmarine_gen
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
2024-06-10-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-06-10-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 upgrade to 2.8.2
- 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-10-r1407-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-06-10/${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-10-r1407-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-06-10/${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-04-20-Release-Stable-Bookworm-arm64
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
2024-03-14-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-03-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)
- SignalK 2.6.2
- Based on Raspberry Pi OS version 2024-03-12
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:
cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-03-14-r2204-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-14/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-03-14-r2204-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-14/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
2024-03-10-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-03-10-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.6.1 (fixes 'remember-me')
- Pypilot (added inotify)
- Added NMEA TCP Integration to homeassistant
- Playback stability fixes in mopidy
- Documentation updates
- Arduino IDE added to menu
- General 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
Or you can use this bash script below to download it (faster) from github:
FULL version:
cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-03-10-r2045-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-10/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-03-10-r2045-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-10/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
2024-03-03-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-03-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)
- International keyboard fixes (ibus)
- Pypilot update
- WxWidgetsForms fixes
- SDR fixes
- rpi-clone on pi5 fixes
- better look and feel in JWX and JNX applications
- On-screen keyboard icon resizing fixes
- AvNav plugin updates
- SignalK plugin updates
- General 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
Or you can use this bash script below to download it (faster) from github:
FULL version:
cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-03-03-r0139-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-03/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-03-03-r0139-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-03/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
2024-02-12-Release-Stable-Bookworm-arm64
BBN Marine Linux OS for Raspberry Pi
2024-02-12-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)
- Updated PyPilot
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
Or you can use this bash script below to download it (faster) from github:
FULL version:
cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-02-12-r0904-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-02-12.1/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
LITE version:
cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-02-12-r0904-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-02-12.1/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl --progress-bar -k -L -o $prefix.part0 $imageSource.part0
echo curl --progress-bar -k -L -o $prefix.part1 $imageSource.part1
echo curl --progress-bar -k -L -o $prefix.part2 $imageSource.part2
echo curl --progress-bar -k -L -o $prefix.part3 $imageSource.part3
echo curl --progress-bar -k -L -o $prefix.part4 $imageSource.part4
echo curl --progress-bar -k -L -o $prefix.part5 $imageSource.part5
} | xargs -I CMD -P 6 bash -c CMD
echo "Merging chunks..."
cat $prefix.part? > $myCache/$zipName
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html