Releases: bareboat-necessities/lysmarine_gen
2022-01-04-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2022-01-04-Release-Stable
Long Term Support Release 6.
Still based on Buster
Changes:
- NVMe support in rpi-clone
- Fixes for Polar OpenCPN plugin
- Added WxFormBuilder
- Added disk usage utility
- Added hardinfo utility
- Some upgrades to HAM radio packages
- YouTube playback stability fixes in Mopidy
- SignalK plugin upgrades
- OS kernel upgrades
- Mopidy restart button added in services dialog
- Documentation updates
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 to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2022-01-04-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-01-04/${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
2021-12-01-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2021-12-01-Release-Stable
Long Term Support Release 5.
Still based on Buster
Changes:
- Fixes to bluetooth playback
- Stability fixes
- Arduino upgrade
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 to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2021-12-01-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2021-12-01/${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
test version
Current test version.
Or you can use this script to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2021-12-01-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/vTest/${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
2021-11-15-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2021-11-15-Release-Stable
Long Term Support Release 4.
Still based on Buster
Changes:
- Fixed icons rendering in Budgie System Tray
- Upgraded WinLink Pat
- Documentation improvements
- Removed duplication of arm64_bit=1 under arm64 build
- Some code preparations for Bullseye
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 to download it (faster) from github:
cpuArch="armhf"
zipName="lysmarine-bbn_2021-11-15-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2021-11-15/${zipName}"
# Download the official image
log "Downloading official image from internet."
myCache=.
prefix=$myCache/$zipName
{
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
echo curl -k -L -o $prefix.part6 $imageSource.part6
} | xargs -L 1 -I CMD -P 6 bash -c CMD
cat $prefix.part? > $myCache/$zipName
2021-11-08-Release-Stable (Long Term Support 3)
BBN Marine Linux OS for Raspberry Pi
2021-11-08-Release-Stable (Long Term Support 3)
Notes: This release is the third Stable Long Term Support.
Next releases are planned to be based on just released raspberry pi OS based on Debian Bullseye.
Changes:
- Swipe gesture support for bbn-launcher
- More optional add-ons (HomeAssitant, JellyFin)
- Few minor usability improvements
- Regular upgrades
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
2021-10-04-Release-Stable (Long Term Support 2)
BBN Marine Linux OS for Raspberry Pi
2021-10-04-Release-Stable (Long Term Support 2)
Notes: This release is the second Stable Long Term Support
More was done for offshore sailors and live-aboard
- Firewall added
- Recognize Shipmodul
- Magnetic variation fix in SignalK
- Improved performance and usability of Stellarium
- Fixed conflict of pypilot and bluetooth
- Polars added
- Add-ons Maritime Library
- More SignalK plugins
- Better winlink support (2 apps pat-winlink and jpskmail)
- Gribs dir location fix in OpenCPN
- Harder limits for rsyslog
- Allow updates via apt even if cloudsmith is out of bandwidth
- Added rpiboot for CM4 support
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
2021-09-10-Release-Stable (Long Term Support)
BBN Marine Linux OS for Raspberry Pi
2021-09-10-Release-Stable (Long Term Support)
Notes: This release is the first Stable Long Term Support
- Small twofing improvements
- Added influxdb plugin for SignalK
- Documentation improvements
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
2021-09-07-Release-Stable
BBN Marine Linux OS for Raspberry Pi
2021-09-07-Release-Stable
Notes: This release includes ALL usability fixes we planned. Subsequent releases wouldn't need to be
so frequent and they will be mostly maintenance releases. All touch screen features should be ready for
general availability for a full featured cockpit chartplotter or below deck nav station computer.
Documentation might grow with specific HOWTOs.
- Reorg of desktop icons
- Install all avail OpenCPN Plugins
- Default to 64-bit kernel
- Few stability fixes (OpenCPN safe shutdown from commands)
- Documentation improvements
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
2021-09-01-Release-Stable
BBN Marine Linux OS
2021-09-01-Release-Stable
Notable improvements: Multi-touch is now supported in OpenCPN, fixed all other touch support issues
- Two finger zoom for OpenCPN
- Touch fixes
- Mopidy fixes
- PyPilot fixes
- New RaspiOS kernel
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine
2021-08-02-Release-Stable
BBN Marine Linux OS
2021-08-02-Release-Stable
- PyPilot fixes
- New RaspiOS kernel
- SignalK connections fault tolerance fixes
- Documentation improvements
- SK-Autopilot fixes
Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine