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

    Raspberry PI CM4 and RTC

    pcf85063 has a driver and seems the same you just modify the dts or something and rebuild it (or the source code)
  2. Phishfry

    Raspberry PI CM4 and RTC

    Here is what you want to do. Install port for raspberry-pi firmware. This will bring you pre-compiled DTB overlays that you copy to your /boot/dtb/overlays/ directory. Then when you add them to config.txt they will work. You need these overlay: i2c-rtc i2c0 (Or appropriate bus the device is on...
  3. johnjohn

    Firefox installed from packages on my RaspBerry Pi Zero crashes every time I launch it...

    Thank you for the tip! Much appreciated :) I am going to read about it and see if i can offer something helpful. I am not really a hands-off kind of guy. I usually have to have the system to find resolutions. I have spent most of my computing life hands-on. I once repaired a Nintendo-DS...
  4. ZioMario

    Firefox installed from packages on my RaspBerry Pi Zero crashes every time I launch it...

    Don't read about the RaspBerry. I stopped using it. I have exchanged it with the Radxa Zero 3W because it's more low profile and it is powerful as the Raspberry Pi 4 (Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8GHz VS Quad‑core Arm® Cortex®‑A55 (Armv8) 64‑bit @ 1.6GHz).
  5. johnjohn

    Firefox installed from packages on my RaspBerry Pi Zero crashes every time I launch it...

    well, then, that is strange. You should be able to use Firefox or Chrome. I want to read more about your system: https://wiki.freebsd.org/arm/RockChip https://wiki.freebsd.org/arm/Raspberry%20Pi#line-43 https://wiki.freebsd.org/arm64 https://www.freebsd.org/platforms/arm/
  6. ZioMario

    Firefox installed from packages on my RaspBerry Pi Zero crashes every time I launch it...

    Hello John. The RockPro Rk3399 has 4 Gb of RAM and the Radxa Zero 3W board that I have bought has the same amount of memory. Where did u read "512 MB" of ram ? Yes,I have also used the Raspberry Pi Zero 2W with 512 Mb of ram,but I don't use it anymore because its not enough powerful.
  7. AriZuu

    Raspberry PI CM4 and RTC

    Hi, I have a device using Pi compute module 4, which seems to have a real time clock (documentation shows pcf85063a). I wonder if there are any means to get it working with FreeBSD ? I spent yesterday trying to figure this out and adding things like dtparam=i2c_vc=on...
  8. W

    Tutorial for bluetooth audio adapter

    Tried FreeBSD-14.3-RC1-arm64-aarch64-RPI.img on the Raspberry Pi Zero 2, attached an USB Hub, an Asus 8188EUS Wifi Dongle, a Behringer USB Audio and there was sound. Now I want the thing listen for sound input on the Bluetooth dongle. Anybody got a tutorial for this? (for Linux there are...
  9. K

    Which USB Wifi Adapter do you recommend for Freebsd 14 instead of my RTL8821CE?

    Perhaps the better USB dongle I have used is the EW-7711UAN. It uses the if_run(4) driver which is very stable and effectively is just one big antenna. That said, I would recommend using a USB extension cable to pull it slightly further away from the shielding of your metal PC tower itself...
  10. Maturin

    Looking for a specific / general Bluetooth USB dongle(s) supported by FreeBSD...

    By a quick glance at the product's webpage you linked and I'm not mistaken, this keyboard doesn't provide BT at all, but SPI Interface So besides the webpage also says it's sold out, and you need to find out if it's available elswhere or anyhow, you better look for if FreeBSD and your board...
  11. cracauer@

    Other Best practices running on inexpensive flash devices (e.g., USB flash drives, SD cards)?

    I highly doubt that you will be able to wear out a USBed Optane on a Raspberry Pi even if you tried. It really depends on what you are doing. A firewall can be run readonly trivially (in fact I ran one on write-protected a 1.44 MB floppy). A mailserver I would estimate is not a wise thing to...
  12. gpw928

    Other Best practices running on inexpensive flash devices (e.g., USB flash drives, SD cards)?

    I have been running Raspberry Pis as firewalls for 10 years. Older ones boot from SD. But they have all run from a USB stick. In 20 Pi years, I have had one USB stick die. Admittedly they run Raspbian, not FreeBSD. I think the answer depends on the duty cycle and quality of the storage...
  13. T

    Other Best practices running on inexpensive flash devices (e.g., USB flash drives, SD cards)?

    In general: configure your system to run from memory (it boots from flash, copies stuff needed into RAM, then runs from there), do not write log files to the flash device (if you need logs, look into remote syslog). Raspberry Pi 1's was / are notorious when it comes to eating SD / microSD...
  14. K

    Other Best practices running on inexpensive flash devices (e.g., USB flash drives, SD cards)?

    What are some best practices for configuring a FreeBSD host to maximize media lifetimes when using inexpensive flash devices for the base system & pkgs? Backstory: for about 4 years, I've run 2 Raspberry Pis and 1 amd64 machine using (at different times on different machines) UFS-formatted USB...
  15. computeronix

    Bug - FreeBSD 14.2 - Raspberry Pi 4 with 4GB+ Won't Boot

    The public documentation has been updated to include this known issue and this can now be closed as a result https://wiki.freebsd.org/action/login/arm/Raspberry%20Pi#Known_RPi_4_Issues Thank you all!
  16. R

    Nobody Understands the Word "Uninstall"

    My main server at home has been running FreeBSD since about 2012. It has been installed 3 times: Once the original installation. Then I decided to reinstall it since I had skipped all upgrades from roughly version 8 to version 11, and a full install was going to be more efficient than a long...
  17. B

    Hardware recommendations please

    Any old junk rescued from a dumpster, such as root@i5-2400 # inxi System: Host: i5-2400.lan Kernel: FreeBSD 14.2-RELEASE-p1 amd64 bits: 64 Machine: Type: Desktop Mobo: Intel model: DH67BL v: AAG10189-206 serial: BTBL1210005K UEFI: Intel v: BLH6710H.86A.0119.2011.0523.1030 date...
Back
Top