Skip to content

Releases: bareboat-necessities/lysmarine_gen

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


2022-10-05-Release-Stable-Bullseye-arm64

05 Oct 20:06
Compare
Choose a tag to compare

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

Ninth Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Improvements for programming pypilot MCUs and loading firmware
  • Stellarium upgrade
  • Documentation improvements
  • 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-05-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-10-05/${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-01-Release-Stable-Bullseye-arm64

02 Oct 01:10
Compare
Choose a tag to compare

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

Eighth Stable Release based on Bullseye (Long Term Support)

64-bit, Bullseye

Changes:

  • Numerous pypilot setup fixes, permissions, IMU calibration
  • Documentation improvements
  • 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-01-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-10-01/${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-26-Release-Stable-Bullseye-arm64

26 Sep 13:53
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2022-09-26-Release-Stable-Bullseye-arm64

Seventh Stable Release based on Bullseye

64-bit, Bullseye

Changes:

  • Plenty of pypilot setup fixes
  • Documentation improvements
  • 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-09-26-raspios-${cpuArch}.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2022-09-26/${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-20-Release-Stable-Bullseye-arm64

21 Sep 04:11
Compare
Choose a tag to compare

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

Sixth Stable Release based on Bullseye

64-bit, Bullseye

Changes:

  • Increased swap size (for better stability on rpi with 2GB)
  • Documentation improvements
  • Added Kalibrate SDR tool

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