Skip to content

Releases: bareboat-necessities/lysmarine_gen

2022-09-19-Release-Stable-Bullseye-arm64

19 Sep 16:14
Compare
Choose a tag to compare

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

16 Sep 13:28
Compare
Choose a tag to compare

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

14 Sep 09:53
Compare
Choose a tag to compare

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

11 Sep 15:16
Compare
Choose a tag to compare

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

09 Sep 19:34
Compare
Choose a tag to compare

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

30 Aug 01:38
Compare
Choose a tag to compare
Pre-release

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

04 Aug 05:30
Compare
Choose a tag to compare

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

14 Jul 16:27
10eaaed
Compare
Choose a tag to compare

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

24 Jun 03:06
Compare
Choose a tag to compare

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

07 Jun 07:10
Compare
Choose a tag to compare

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