Skip to content

Releases: bareboat-necessities/lysmarine_gen

2022-05-09-Release-Stable

10 May 11:54
f60dcbc
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-05-09-Release-Stable

Long Term Support Release 17.

Based on Buster

Changes:

  • Few SignalK plugin updates
  • Updated grafana
  • Updated/improved OpenCPN startup script
  • 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-05-09-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-05-09/${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-04-27-Release-Stable

28 Apr 10:18
e720beb
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-04-27-Release-Stable

Long Term Support Release 16.

Based on Buster

Changes:

  • Fixed and updated HomeAssistant
  • HomeAssistant now includes Energy Dashboard
  • Avnav update

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-04-27-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-04-27/${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-04-25-Release-Stable

26 Apr 09:50
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-04-25-Release-Stable

Long Term Support Release 15.

NOTE: HomeAssistant is broken on this image. It is fixed and upgraded in next release

Based on Buster

Changes:

  • AvNav updates
  • Grafana fix
  • Doc 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 below to download it (faster) from github:



cpuArch="armhf"
zipName="lysmarine-bbn_2022-04-25-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-04-25/${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-04-23-Release-Stable

24 Apr 14:07
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-04-23-Release-Stable

NOTE: grafana is broken on this image. It is fixed in next release

Long Term Support Release 14.

Based on Buster. Upgrade of OpenCPN

Changes:

  • OpenCPN 5.6.2 and plugins
  • AvNav updates
  • RPI firmware updates
  • SignalK and few plugins updates
  • Added restic
  • Doc 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 below to download it (faster) from github:



cpuArch="armhf"
zipName="lysmarine-bbn_2022-04-23-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-04-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-03-30-Release-Stable

31 Mar 02:44
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-03-30-Release-Stable

Long Term Support Release 13.

Based on Buster

Changes:

  • AvNav updates
  • RPI firmware updates
  • SignalK and few plugins updates
  • Few stability fixes
  • Doc 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 below to download it (faster) from github:



cpuArch="armhf"
zipName="lysmarine-bbn_2022-03-30-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-03-30/${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-03-13-Release-Stable

14 Mar 03:41
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-03-13-Release-Stable

Long Term Support Release 12.

Based on Buster

Changes:

  • Nativefier fixes (Browser not up to date warnings fixes)
  • AvNav updates
  • RPI firmware updates
  • Few stability fixes
  • Doc 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 below to download it (faster) from github:



cpuArch="armhf"
zipName="lysmarine-bbn_2022-03-13-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-03-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



2022-03-06-Release-Stable

07 Mar 21:49
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-03-06-Release-Stable

Long Term Support Release 11.

Based on Buster

Changes:

  • Added a script for renaming host
  • Updated maiana AIS support
  • SignalK and plugins updates
  • Mopidy youtube updates
  • AvNav updates
  • RPI firmware updates
  • RTL AIS improvements
  • Doc 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-03-06-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-03-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



2022-02-10-Release-Stable

11 Feb 17:59
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-02-10-Release-Stable

Long Term Support Release 10.

Based on Buster

Changes:

  • Added solarthing
  • Added maiana AIS support via add-ons
  • Added OpenCPN config for higher resolution monitors
  • Fixes for log OpenCPN plugin
  • PyPilot updates
  • Mopidy youtube updates
  • Updates to SignalK
  • RPI firmware updates
  • Doc 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-02-10-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-02-10/${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-01-30-Release-Stable

02 Feb 03:39
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-01-30-Release-Stable

Long Term Support Release 9.

Based on Buster

Changes:

  • Fixes for magnetic variation and true heading
  • Updates to SignalK and plugins
  • AvNav updates
  • 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-30-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-01-30/${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-01-19-Release-Stable

20 Jan 21:04
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-01-19-Release-Stable

Long Term Support Release 8.

Based on Buster

Changes:

  • Added link to visitMyHarbour
  • Added (disabled by default) ESPHome.io
  • Added stdcdec (as add-on)
  • Added MCS SignalK plugin
  • 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-19-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-01-19/${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