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. F

    Learning at Scale: FreeBSD Foundation Intern Nimish Jain on Exploring the FreeBSD Codebase

    Original article here. Consider this when replying. For Nimish Jain, working on FreeBSD this summer meant getting an up-close look at something he had long been curious about: how large, complex pieces of software work together. A Software Engineering student at the University of Waterloo...
  2. R

    BSD Installation: An Outdated Mess That Nobody Wants to Fix

    And a GUI installer is unsuitable for many servers that have no graphics hardware. So if the OS has only one installer, it has to be text mode, or the OS has to give up on being installed on servers and embedded machines. To the OP: You did read the handbook before starting the install, right...
  3. B

    qemu How to emulate a Raspberry Pi 3 and boot FreeBSD?

    This shows what is implemented: https://www.qemu.org/docs/master/system/arm/raspi.html May be try some of the things suggested here (but use u-boot.bin for the kernel option)? https://blog.raduzaharia.com/system-emulation-using-qemu-raspberry-pi-3-4973260ffb3e
  4. herrbischoff

    qemu How to emulate a Raspberry Pi 3 and boot FreeBSD?

    I've spent the better part of the day trying to figure this out. But as I'm new to QEMU, I can't seem to figure it out. Writing up all the different ways would take way too long to condense together into a readable form. Rest assured that I've worked my way through all of this and countless...
  5. F

    FreeBSD Foundation Intern Jim Huang Chen on Raspberry Pi Support and Open Source

    Original article here. Consider this when replying. When Jim Huang Chen began his internship with the FreeBSD Foundation, he was only finishing his first year as a Software Engineering student at the University of Waterloo. A few months later, he had spent the summer working inside the FreeBSD...
  6. A

    A correct method to update the embedded systems.

    Hi, I have a question about a right way to build the world and kernel for armX platforms. I have an AMD64 host, a "big brother" one. I have several ARM-based hosts (Raspberry Pi and Orange Pi) that I use to a number of small tasks. Images for ARM hosts were downloaded, written to SD cards...
  7. V

    Solved RaspberryPi 3B segfaults on 15.1-RELEASE

    Running into an issue with segfaults ever since upgrading to 15.1 on a RPi3B (1GB RAM). Did not notice it before, but after upgrading it to 15.1, I did start seeing them afterwards. Been seeing messages like the following: koraga kernel: pid 9807 (pkg), jid 0, uid 0: exited on signal 11 (core...
  8. serjsk8

    What Do You Use FreeBSD For?

    I use FreeBSD on my work laptop when I’m working from the office or at the data center. The tasks involve working with documents and diagrams, writing scripts, remotely administering servers, and having video calls with colleagues. For these tasks, FreeBSD and my old ThinkPad T530 work...
  9. R

    Other Backing up to an ext4 external disk

    In general, I would not use "foreign" file systems (like ext4 on FreeBSD, or UFS on Linux, or NTFS on either) in writing mode. And I wouldn't trust them in reading, but at least reading is not destructive if you mount the file system read-only (no atime updates). Why? Because the foreign file...
  10. R

    What Do You Use FreeBSD For?

    Today, I use FreeBSD on two machines. One is my main home server: Network router, DNS/DHCP/NTP/lpr/HTTP/... network service server for the internal network. File server (NFS only, haven't had time to set up Samba), and lots of storage for everything related to normal life (the /home/docs...
  11. dr_grid

    What Do You Use FreeBSD For?

    I started using FreeBSD around 2014 or so. I presently have a MacBook Air running Sequoia MacOS 15.7.8 here in the home office which I used for email, web browsing and ssh into my FreeBSD machines. The FreeBSD machines here serve as a gateway with firewall, DHCP server, DNS server, internal...
  12. Maturin

    ZFS File server with ZFS and NFSv4, what kind of PC to buy?

    Perfect. That could be #1 choice for the job! Thanks for the tip.
  13. 6502

    ZFS File server with ZFS and NFSv4, what kind of PC to buy?

    Raspberry CM5 has ECC RAM. There are boards for CM5 with SATA ports like this: https://geekworm.com/products/x1509
  14. W

    Z80 not dead - 50th Birthday Party!

    I'd like a Raspberry Pico sized board with it.
  15. F

    BSDCan 2026 Travel Report – Novković

    Original article here. Consider this when replying. This year, I had the great privilege of receiving the FreeBSD Foundation travel grant to attend BSDCan. The conference informally kicked off with the traditional gathering at the Father & Sons bar near the 90U residence on Tuesday. The first...
  16. Espionage724

    An idea for improving init and rc seamlessly, without causing any conflicts or tedium for anyone

    Do you have RTC? I tried a dozen different things to a systemd timer and it'd either not run or run immediately on boot regardless of time. Meanwhile time and cron are easy FreeBSD :D
  17. R

    An idea for improving init and rc seamlessly, without causing any conflicts or tedium for anyone

    Deciding which OS to run on a computer is to me an important choice. I evaluate the options carefully, and then stick to them. For my personal desktop/laptop/GUI machines I have been running the same OS since 2008, and since 2010 the same choice was used for my work laptop. For my server at...
  18. geoffmx

    pkg certificates not installed by FreeBSD 15.1 installer

    Turns out that my device system date and time were not in sync after the fresh install. I enabled ntpd and ntpdate in rc.conf and started these services. Then attempted pkg update, and it worked without errors. ntpdate_enable="YES" ntpd_enable="YES"
  19. geoffmx

    pkg certificates not installed by FreeBSD 15.1 installer

    Certificate verification failed for pkg after a fresh install on a Raspberry Pi 3 Model B with FreeBSD-15.1-RELEASE-arm64-aarch64-RPI.img % mdo pkg update The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from...
  20. Espionage724

    Upgrading BIOS Boot Loader

    Haven't tested it, but I have this in a update script: rsync -a --no-times --checksum --checksum-choice=sha1 '/boot/loader.efi' '/boot/efi/EFI/BOOT/bootaa64.efi'
Back
Top