Skip to content

Releases: bareboat-necessities/lysmarine_gen

2024-03-03-Release-Stable-Bookworm-arm64

03 Mar 04:40
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2024-03-03-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)

64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)

  • International keyboard fixes (ibus)
  • Pypilot update
  • WxWidgetsForms fixes
  • SDR fixes
  • rpi-clone on pi5 fixes
  • better look and feel in JWX and JNX applications
  • On-screen keyboard icon resizing fixes
  • AvNav plugin updates
  • SignalK plugin updates
  • General OS updates

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

Or you can use this bash script below to download it (faster) from github:

FULL version:

cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-03-03-r0139-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-03/${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



LITE version:

cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-03-03-r0139-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-03-03/${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



Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html

2024-02-12-Release-Stable-Bookworm-arm64

12 Feb 10:18
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2024-02-12-Release-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)

64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)

  • Updated PyPilot

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

Or you can use this bash script below to download it (faster) from github:

FULL version:

cpuArch="arm64"
zipName="lysmarine-bbn-full-bookworm_2024-02-12-r0904-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-02-12.1/${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

LITE version:

cpuArch="arm64"
zipName="lysmarine-bbn-lite-bookworm_2024-02-12-r0904-raspios-arm64.img.xz"
imageSource="https://github.com/bareboat-necessities/lysmarine_gen/releases/download/v2024-02-12.1/${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

Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html

2024-02-12-Release-Full-Stable-Bookworm-arm64

12 Feb 09:48
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2024-02-12-Release-Full-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)

64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)

This is the full version.

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-full

Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html

2024-02-11-Release-Lite-Stable-Bookworm-arm64

11 Feb 04:16
Compare
Choose a tag to compare

BBN Marine Linux OS for Raspberry Pi
2024-02-11-Release-Lite-Stable-Bookworm-arm64
Stable Release based on Bookworm (Long Term Support)

64-bit, Bookworm, supports raspberry pi 4/400/CM4 and raspberry pi 5 (aka rpi5)

This is the lite version.

Due to many users complaining about bloating BBN OS with too many packages
this release has been slimmed down to more basic ones.

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-lite

Getting Started Guide: https://bareboat-necessities.github.io/my-bareboat/bareboat-os.html

2023-08-17-Release-Stable-Bullseye-arm64

19 Sep 21:14
4593906
Compare
Choose a tag to compare

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

64-bit, Bullseye

Changes:

  • AvNav fixes for o-charts

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

26 Jul 01:29
5145ea3
Compare
Choose a tag to compare

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

64-bit, Bullseye

Changes:

  • SignalK 'delete' plugin functionality fix

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