Search results for query: raspberry-pi

  1. The following words were not included in your search because they are too short, too long, or too common: pi
  1. rcbsdpge

    Old raspberry pi ( 2011.12 ) modell B

    Is this space actively developed to run on Raspberry Pi’s. My student club is developing a mesh node project and it would be cool to run FreeBSD in a Raspberry Pi environment. iirc NetBSD or OpenBSD develop in this space more
  2. C

    Risc-V Laptop

    Its performance is apparently about the same as a Raspberry Pi 4 laptop. There are also disassembly photos. https://www.cnx-software.com/2026/01/08/muse-book-laptop-review-testing-an-octa-core-risc-v-linux-laptop-in-2026/
  3. H

    Headless installation (w/o monitor and keyboard, over ssh)

    Which, IMHO, is asking for trouble. Having something for non-IT nerds can be hard, but is definitely not impossible, but trying to do it headless is just a level of complexity that's not at all necessary. The non-IT nerds are going to be significantly less able/willing to trouble shoot that mess...
  4. MG

    Headless installation (w/o monitor and keyboard, over ssh)

    The installer supports full breakout from the shell if you have enough memory but headless is not funny. 😆 I doubt if anyone manages to take over the hardware console of a system with a running installer on screen. (Or somehow change everything to serial on the fly like a Raspberry. Never tried...
  5. Mjölnir

    Headless installation (w/o monitor and keyboard, over ssh)

    No, the environment I had in mind is a SOHO of non-IT-nerds. It would also work in more advanced networks of hobbyists and professionally managed network environments, but these can easily create such thing themself, taylored to their specific needs and likings.
  6. H

    Headless installation (w/o monitor and keyboard, over ssh)

    The whole thing seems kind and of weird to me as the main situations where you're likely to want this are ones when you'd likely have hardware support for a network monitor or the ability to plug one if those cool network Raspberry Pi KVM clients. Personally, I don't particularly care either...
  7. vmb

    HELP! EXPERTS NEEDED! Xorg and any DE or related thing Hard crashes not just FreeBSD, but makes my PC fail to P.O.S.T and I have to turn off my PSU.

    There is more than one way of trying to fix this, some will be better than others, only you can determine which is best for you. 1. Use pkg set or pkg lock to prevent a package from deleting another's dependency. https://docs.freebsd.org/en/books/handbook/ports/ 2. Install a variety of Linux...
  8. vmb

    Headless installation (w/o monitor and keyboard, over ssh)

    Another advantage of this other than just as an installer is to have SSH in the installed OS before mounting the 'real' filesystems. This would allow passwords to unlock encrypted filesystems to be provided over SSH (with key login) by a hidden automated system somewhere in your infrastructure...
  9. wb7odyfred

    Build a NAS using FreeBSD on a Raspberry Pi

    Hello FreeBSD Foundation, doing my small part to promote Arm64 architecture FreeBSD with blogposts at blog site https://GhostBSD-Arm64.blogspot.com . Use a search on single words like raspi4b , compile, kernel, poudriere, HDMI Audio, buildkernel, installkernel Add HDMI Audio sound to...
  10. M

    Build a NAS using FreeBSD on a Raspberry Pi

    Original article here. Consider this when replying. FreeBSD runs on this… FreeBSD runs on this… and FreeBSD runs on this…! It’s easy to get FreeBSD running on a Raspberry Pi. It’s easy to manage multiple hard drives with ZFS. So we were wondering if it’s possible to make a simple NAS...
  11. M

    FreeBSD poor performance on Raspberry Pi 3 Model B - can you help me investigate?

    Hi all, I'd like some support/steer on how to investigate what appears to be poor performance of FreeBSD on my Raspberry Pi 3 Model B. I've been running Arch ARM on this Pi for the best part of 10-years without performance issues the likes of which I'm experiencing now (n.b. the reason I'm now...
  12. C

    General FreeBSD Setup (New User)

    One time I tried to desolder the alarm from the motherboard of my uninterruptible power supply. It pretty much went the same way. Funny thing is that I had done exactly the same operation on another UPS a few years earlier, and I had success with that one. Guess my eyes aren't as good as...
  13. MG

    General FreeBSD Setup (New User)

    Once I blew up a Raspberry TFT screen. I had no power supply, so I thought let's connect both computer and display on 1 PSU and balance out the intake with a potmeter according to U=IxR. I didn't realize tat the device has to receive a signal from the RPI to power on from sort of standby mode...
  14. Espionage724

    The Case for Rust (in the base system)

    Does Rust have a lower footprint than alternatives? https://join-lemmy.org/ mentions:
  15. Emrion

    Solved https://pkg.FreeBSD.org/FreeBSD:15:aarch64/base_release_0 down?

    You can't access pkg files that way. It's the same error for amd64 or whatever you may try. Here, a test machine with 15.0-RELEASE is working using the base repo. You may have a network problem on your Raspberry or something else.
  16. G

    Solved https://pkg.FreeBSD.org/FreeBSD:15:aarch64/base_release_0 down?

    Hi, I just installed freebsd 15 to my Raspberry PI, the rpi image didn't work, failed on installing packages. Installed it with memstick image and just copied the efi boot for raspberry pi. now pkg update doesn't work, appears that: https://pkg.freebsd.org/FreeBSD:15:aarch64/base_release_0...
  17. A

    Report on running LLM inference on FreeBSD

    Here is my final report on this attempt. In the end, I decided against going with FreeBSD for those homelabs. While it is indeed possible to run GPU accelerated inferences on FreeBSD with Vulkan, and it's probably possible as well with CUDA with a lot of tinkering, it was not going to work with...
  18. G

    Little kernel module to enable gpio-shutdown overlay

    Hi, For my pi I needed a button to safely shut it down. Found the gpio-shutdown overlay you can add in config.txt. This adds some stuff in the device tree. This little driver makes use of that. Code is here. Should I just leave it there, or add it to ports somehow? I would like a code review...
  19. vmb

    Old raspberry pi ( 2011.12 ) modell B

    I built a cross building version of Poudriere that built ARMv6 packages on a 4-core 64-bit intel host with QEMU some years go. I ran it for a year or so before giving up on ARMv6. Some packages (not many) just would not build successfully with QEMU and these had to be done on native ARMv6...
  20. serjsk8

    Old raspberry pi ( 2011.12 ) modell B

    I think you saw this link: https://wiki.freebsd.org/arm/Raspberry%20Pi In my experience, everything will work slowly. Especially if you try to build a port on it.
Back
Top