this post was submitted on 18 Apr 2025
21 points (88.9% liked)

Selfhosted

46304 readers
597 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi guys! What's the status of the Sipeed NanoKVM FOSS image? I was subscribed to the thread, and I even saw Jeff Geerling's comments. Eventually they claimed the whole image was open source, and left it at that. If you go now to their github, the last published image is from February, v1.4..0. But everyone talks about the last upgrade to 2.2.5? In fact, if I connect my NanoKVM, it does detect that update, but I don't think it's the fully open sourced version? Is this correct?

Anyone can provide a bit more detail on what's going on? Should I manually flash v1.4 that you can download from the repo? And if so...how do I do it?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] iturnedintoanewt@lemm.ee 1 points 5 days ago (1 children)

I'm...not sure your link works correctly. It just takes me to the main page just like https://github.com/sipeed/NanoKVM.

[–] just_another_person@lemmy.world 1 points 5 days ago (1 children)

Are you unfamiliar with git?

  1. Load page.
  2. Checkout tree 2.2.6
  3. Build and install according to directions.

Or you could just go to the Releases page as I also mentioned. The files are there as well.

[–] iturnedintoanewt@lemm.ee 1 points 3 days ago (1 children)

..Thanks. I found their wiki. The flashing instructions were not in the github page, and I have the 'full' model, so the SD card is not exposed. I guess I'll try to do it with the reset button. Is the github repo now fully open sourced? Or do I need to install a different image in order to be the complete FOSS version?

Thanks!

The GitHub repo IS the source code. That's what open source means. All of the code is right there, and the releases ARE the FOSS version. There is no closed-source code for this project.