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

    ArduPilot SITL on FreeBSD 15.0 – successful build and a question about porting

    ArduPilot does not require an Arduino. For my testing I used a SPEDIX F405 flight controller. One thing that is nice about ArduPilot is that the same hardware can be used for different vehicle types. The firmware determines whether the controller operates as a copter, plane, rover, etc.For...
  2. Espionage724

    ARM Board Recommendations.

    Seeming pretty good! Was trying Linux earlier, but ran into a systemd timer firing after reboot because of RTC (OS update script with reboot, so it'd run the timer after reboot, reboot in a few mins, and loop); I heard cron handled no RTC better :D (didn't have ntpd_sync_on_start for...
  3. M

    DS3231 RTC on Raspberry Pi 4 (8GB). New user, going mad.

    # freebsd-version ; uname -a 15.0-RELEASE-p9 FreeBSD S3RV3D85D 15.0-RELEASE-p9 FreeBSD 15.0-RELEASE-p9 GENERIC arm64 I'm new to BSD, but I've used linux off and on since ~2003. I'm trying to build a headless NAS with the Pi4, using ZFS, which requires me to get away from Linux, to do it...
  4. M

    GMKTek Mini PC with Intel N97

    I understand that. Just wanted to share my extremely bad experiences with Realtek. No so much with Mediatek, but Mediatek issues are alsmost always caused by higher operating temperature. If the cooling is sufficient, it will work fine. Understandable. I would go with Intel based device even if...
  5. rbranco

    GMKTek Mini PC with Intel N97

    This device will be used for experiments only. A Raspberry Pi with 16GB (plus case and SSD) costs 3x and this AMD box is 4x faster. It also has 2 2.5G Ethernet ports.
  6. T

    rtl_433 on FreeBSD - quick report

    I have been using rtl_433 to for years to get data from 433 MHz sensors (mainly temperature and / or moisture) into Home Assistant. It does so by sending the sensor data to a mqtt server (running on the same machine as Home Assistant). Both have always been running on small SBCs. The Home...
  7. aphor

    Raspberry pi 5 status

    What do you see from the interface counters ? $ sysctl hw.rp1_eth.mac_drv.stats
  8. M

    Raspberry pi 5 status

    The network interface is not working. I have a raspberry pi 5 D0 16GB EEPROM update from 2026.05.11 root@core:~ # freebsd-version 15.0-RELEASE-p9 Setting up the UEFI System table mode: Both The bcm2712_pcie.ko rp1_eth.ko modules load normally. DHCP does not work, the address is not assigned...
  9. aphor

    Raspberry pi 5 status

    Here's the kernel config I'm testing against, built with FreeBSD-CURRENT pulled early April some time. My guess is your kernel is missing FDT support or maybe FreeBSD-15 and that's missing something FDT critical. # # RPI5 -- Raspberry Pi 5 optimized kernel configuration for FreeBSD/arm64 # #...
  10. dl8dtl

    loader needs to be updated – again, but on arm64 [SOLVED]

    Thanks, tingo, your RPi's bootcode size looks similar to my newly built loader.efi, so I used that one (under the name bootaa64.efi). The DTBs are lokated in /boot/efi/dtb here, rather than in a separate partition. This is a RockPi board. Tell you what, the newly copied (smaller :-)) loader...
  11. T

    loader needs to be updated – again, but on arm64 [SOLVED]

    I think your EFI partition looks good. This is from my Raspberry Pi 5: root@devpi5:~ # ls -l /boot/efi/EFI/BOOT/ total 848 -rwxr-xr-x 1 root wheel 853788 Dec 7 20:16 bootaa64.efi which is running root@devpi5:~ # freebsd-version -ku 14.4-RELEASE-p3 14.4-RELEASE-p3 Some of the non-x86 boards...
  12. T

    SDR Quest: Looking for Software Defined Radios for FreeBSD

    I use (actually, used, the dongle died) a cheap RTL2832U dongle with rtl_433 to read all my wireless 433 MHz sensors (mostly temperature and moisture). I ran this under Linux on an old Raspberry Pi 3B+ for a long time. I have ordered a new dongle, when it comes, I shall reinstall that Raspberry...
  13. T

    Raspberry pi 5 status

    ethernet, not wifi. But still cool.
  14. K

    Raspberry pi 5 status

    Very cool. Finally a Raspberry Pi wifi driver for FreeBSD. I wonder how it compares to OpenBSD/NetBSD's offering. You mentioned in the repo quite a lot of AI generation? How was the experience? Was it as straight forward as, here is some code for another platform, here are some shite docs, Go!
  15. K

    What is the future of FreeBSD?

    Indeed, Bluetooth and Nvidia support are conscious choices. Some examples where OpenBSD's efforts have yielded better results include Wifi on Raspberry Pi 3 (bwfm(4)) and support for recent Intel wifi (i.e iwx(4)) before FreeBSD got their Linux shim in place (and optionally imported iwx from...
  16. BigSneakyDuck

    What is the future of FreeBSD?

    In fairness, the flip side of OpenBSD's volunteer hardware efforts being so impressive is the continued lack of Bluetooth or Nvidia support, though those come down to conscious choices. Meanwhile the FreeBSD Foundation and its sponsors have paid for recent (overdue) WiFi improvements. That's a...
  17. Alain De Vos

    Orange Pi 6 Plus

    Hardware schema's for Raspberry are not availble. & Broadcom chips are not solled individualy (only trough Raspberry foundation for Raspberry SBC's). Note : there is also "orange PI", "Asus thinkerboard"
  18. aphor

    Raspberry pi 5 status

    Thanks for testing! Yeah, it isn't any more than alpha quality right now. There's no real fan speed sense AFAICT. Turning the fan off doesn't appear to work except by unloading the driver. Since there are a few people apparently willing to test, please submit issues in the github repo. My...
  19. W

    ARM Board Recommendations.

    A Raspberry pico or esp32 is often sufficient for gpio projects and doesn't cost that much if it goes down in smoke. It can be USB attached to and controlled by a FreeBSD machine.
  20. aphor

    Raspberry pi 5 status

    I'm building on a RPi 5 with Argon Neo 5 case/heatsink/fan and the supplied thermal pads between. It idles at 39.1C, gets up to ~50C under load with the fan, just using the thresholds and speeds copied from the linux driver. Post what kind of hardware you're using for heat management and...
Back
Top