Releases: bareboat-necessities/lysmarine_gen
2022-09-19-Release-Stable-Bullseye-arm64
BBN Marine Linux OS for Raspberry Pi
2022-09-19-Release-Stable-Bullseye-arm64
Fifth Stable Release based on Bullseye
64-bit, Bullseye
Changes:
- Added missing rtl_ais
- Documentation improvements
- Reduced memory footprint (to work better on rpi with 2Gb)
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
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:
cpuArch="arm64"
zipName="lysmarine-bbn-bullseye_2022-09-19-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-09-19/${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
2022-09-16-Release-Stable-Bullseye-arm64
BBN Marine Linux OS for Raspberry Pi
2022-09-16-Release-Stable-Bullseye-arm64
Forth Stable Release based on Bullseye
64-bit, Bullseye
Changes:
- Added imgkap
- Documentation improvements
- Instructions on AirMail, SAS.Planet installs
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
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:
cpuArch="arm64"
zipName="lysmarine-bbn-bullseye_2022-09-16-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-09-16/${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
cat $prefix.part? > $myCache/$zipName
2022-09-13-Release-Stable-Bullseye-arm64
BBN Marine Linux OS for Raspberry Pi
2022-09-13-Release-Stable-Bullseye-arm64
Third Stable Release based on Bullseye
64-bit, Bullseye
Changes:
- Minor changes to reduce image size
- Stellarium improvements
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this script below to download it (faster) from github:
cpuArch="arm64"
zipName="lysmarine-bbn-bullseye_2022-09-13-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-09-13/${zipName}"
# Download the official image
echo "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl -k -L -o $prefix.part0 $imageSource.part0
echo curl -k -L -o $prefix.part1 $imageSource.part1
echo curl -k -L -o $prefix.part2 $imageSource.part2
echo curl -k -L -o $prefix.part3 $imageSource.part3
echo curl -k -L -o $prefix.part4 $imageSource.part4
echo curl -k -L -o $prefix.part5 $imageSource.part5
} | xargs -L 1 -I CMD -P 6 bash -c CMD
cat $prefix.part? > $myCache/$zipName
2022-09-11-Release-Stable-Bullseye-arm64
BBN Marine Linux OS for Raspberry Pi
2022-09-11-Release-Stable-Bullseye-arm64
Second Stable Release based on Bullseye
64-bit, Bullseye
Changes:
- Reduced image size
- Empathy fixes
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
2022-09-09-Release-Stable-Bullseye-arm64
BBN Marine Linux OS for Raspberry Pi
2022-09-09-Release-Stable-Bullseye-arm64
First Stable Release based on Bullseye
64-bit, Bullseye
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
2022-08-29-Release-Preview-Bullseye
2022-08-29-Release-Preview-Bullseye
This is a pre-release
64-bit, Bullseye
Download from:
https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine-bbn-bullseye
2022-08-03-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2022-08-03-Release-Stable
Long Term Support Release 22.
Based on Buster
Changes:
- Better PyPilot hat detection for more recent hardware
- Upgraded SignalK and FreeboardSK
- Upgraded Grafana
- NMEA 2000 can0 connection preconfigured
- Improved CM4 support
- Improved QtVLM defaults
- Updated documentation
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
2022-07-13-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2022-07-13-Release-Stable
Long Term Support Release 21.
Based on Buster
Changes:
- Added app for drones APM Planner 2
- Fixes for mopidy-youtube
- Few SignalK plugin updates (Fixes in Freeboard-SK)
- Updated documentation
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this script below to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2022-07-13-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-07-13/${zipName}"
# Download the official image
log "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl -k -L -o $prefix.part0 $imageSource.part0
echo curl -k -L -o $prefix.part1 $imageSource.part1
echo curl -k -L -o $prefix.part2 $imageSource.part2
echo curl -k -L -o $prefix.part3 $imageSource.part3
echo curl -k -L -o $prefix.part4 $imageSource.part4
echo curl -k -L -o $prefix.part5 $imageSource.part5
} | xargs -L 1 -I CMD -P 6 bash -c CMD
cat $prefix.part? > $myCache/$zipName
Or (third option, but note slow link):
https://archive.org/download/bbn-marine-os_2022-07-13
2022-06-23-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2022-06-23-Release-Stable
Long Term Support Release 20.
Based on Buster
Changes:
- Fixed HomeAssistant Energy Monitoring
- Fixes for AvNav O-Charts plugin
- Few SignalK plugin updates
- Updated Jellyfin
- Updated Grafana
- Updated PyPilot
- Updated documentation
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this script below to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2022-06-23-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-06-23/${zipName}"
# Download the official image
log "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl -k -L -o $prefix.part0 $imageSource.part0
echo curl -k -L -o $prefix.part1 $imageSource.part1
echo curl -k -L -o $prefix.part2 $imageSource.part2
echo curl -k -L -o $prefix.part3 $imageSource.part3
echo curl -k -L -o $prefix.part4 $imageSource.part4
echo curl -k -L -o $prefix.part5 $imageSource.part5
} | xargs -L 1 -I CMD -P 6 bash -c CMD
cat $prefix.part? > $myCache/$zipName
2022-06-06-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2022-06-06-Release-Stable
Long Term Support Release 19.
Based on Buster
Changes:
- Updated HomeAssistant
- Updates AvNav O-Chart plugin
- Few SignalK plugin updates
- Added NOAA ENC Charts link into Freeboard-SK and SignalK
- Updated documentation
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html
Or you can use this script below to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2022-06-06-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-06-06/${zipName}"
# Download the official image
log "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
echo curl -k -L -o $prefix.part0 $imageSource.part0
echo curl -k -L -o $prefix.part1 $imageSource.part1
echo curl -k -L -o $prefix.part2 $imageSource.part2
echo curl -k -L -o $prefix.part3 $imageSource.part3
echo curl -k -L -o $prefix.part4 $imageSource.part4
echo curl -k -L -o $prefix.part5 $imageSource.part5
} | xargs -L 1 -I CMD -P 6 bash -c CMD
cat $prefix.part? > $myCache/$zipName