Skip to content

Releases: bareboat-necessities/lysmarine_gen

2022-01-04-Release-Stable

05 Jan 22:03
Compare
Choose a tag to compare

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

02 Dec 07:58
Compare
Choose a tag to compare

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

28 Nov 21:55
Compare
Choose a tag to compare
test version Pre-release
Pre-release

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

15 Nov 20:21
Compare
Choose a tag to compare

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)

08 Nov 17:54
Compare
Choose a tag to compare

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)

04 Oct 16:39
Compare
Choose a tag to compare

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)

11 Sep 02:35
Compare
Choose a tag to compare

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

  1. Small twofing improvements
  2. Added influxdb plugin for SignalK
  3. Documentation improvements

Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine

2021-09-07-Release-Stable

08 Sep 00:16
Compare
Choose a tag to compare

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.

  1. Reorg of desktop icons
  2. Install all avail OpenCPN Plugins
  3. Default to 64-bit kernel
  4. Few stability fixes (OpenCPN safe shutdown from commands)
  5. Documentation improvements

Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine

2021-09-01-Release-Stable

02 Sep 03:04
Compare
Choose a tag to compare

BBN Marine Linux OS
2021-09-01-Release-Stable

Notable improvements: Multi-touch is now supported in OpenCPN, fixed all other touch support issues

  1. Two finger zoom for OpenCPN
  2. Touch fixes
  3. Mopidy fixes
  4. PyPilot fixes
  5. New RaspiOS kernel

Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine

2021-08-02-Release-Stable

02 Aug 22:43
Compare
Choose a tag to compare

BBN Marine Linux OS
2021-08-02-Release-Stable

  1. PyPilot fixes
  2. New RaspiOS kernel
  3. SignalK connections fault tolerance fixes
  4. Documentation improvements
  5. SK-Autopilot fixes

Download at https://cloudsmith.io/~bbn-projects/repos/bbn-repo/packages/?q=lysmarine