Skip to content

Releases: bareboat-necessities/lysmarine_gen

2023-07-21-Release-Stable-Bullseye-arm64

22 Jul 01:43
e50c288
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2023-07-21-Release-Stable-Bullseye-arm64
Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Fixes for serious USB resets and drops
  • AvNav updates
  • SignalK plugin updates
  • Stellarium upgrade
  • This should be most stable and performance delivering release so far. Report any issues

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_2023-07-21-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2023-07-21/${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


2023-07-02-Release-Stable-Bullseye-arm64

02 Jul 13:34
25b2ad6
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi

2023-07-02-Release-Stable-Bullseye-arm64
Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • SignalK upgrade to 2.0.0
  • Few updates/fixes in SignalK plugins
  • NodeJs 18
  • o-chart plugin (OpenCPN) upgraded

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_2023-07-02-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2023-07-02/${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

2023-06-21-Release-Stable-Bullseye-arm64

24 Jun 15:20
844802e
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2023-06-21-Release-Stable-Bullseye-arm64

Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • OpenCPN upgraded to 5.8.4
  • Fixes broken udev package causing skipping input (keyboard and mouse) events in Xorg UI server and other issues with USB serial

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_2023-06-21-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2023-06-21/${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


2023-06-15-Release-Stable-Bullseye-arm64

15 Jun 23:41
a7a4b1b
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2023-06-15-Release-Stable-Bullseye-arm64

Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • OpenCPN upgraded to 5.8.2
  • Updated AvNav

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

2023-06-13-Release-Stable-Bullseye-arm64

13 Jun 17:53
97df397
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2023-06-13-Release-Stable-Bullseye-arm64

Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Display fixes
  • OpenCPN upgraded to 5.8.2
  • Regular software updates
  • Regular OS updates

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_2023-06-13-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2023-06-13/${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


2023-01-19-Release-Stable-Bullseye-arm64

19 Jan 14:44
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2023-01-19-Release-Stable-Bullseye-arm64

Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Updated AvNav
  • Updated PyPilot
  • Updated Stellarium
  • Updates SignalK plugins
  • Added serial NodeRed Node
  • Few regular OS updates

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

2022-12-21-Release-Stable-Bullseye-arm64

21 Dec 15:28
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-12-21-Release-Stable-Bullseye-arm64

Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Fixes in PC-NavTex
  • Few regular OS updates
  • Few documentation updates

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

20 Dec 02:57
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-12-20-Release-Stable-Bullseye-arm64

Twelfth Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Fixes for SignalK
  • Fixes in PyPilot
  • Documentation improvements
  • Few regular OS updates

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

2022-10-24-Release-Stable-Bullseye-arm64

24 Oct 20:22
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-10-24-Release-Stable-Bullseye-arm64

Eleventh Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Fixes for SignalK Seatalk1
  • Documentation improvements
  • Few regular OS updates

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

14 Oct 15:00
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-10-14-Release-Stable-Bullseye-arm64

Tenth Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Fixes for SignalK plugin installs/updates via app store
  • Fixes for hot key keyboard language switch with ibus
  • PyPilot config implrovements
  • Documentation 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 bash script below to download it (faster) from github:



cpuArch="arm64"
zipName="lysmarine-bbn-bullseye_2022-10-14-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-10-14/${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