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

    How to run FreeBSD on new boards built on Rockchip 35XX..

    it seems that graphics on arm boards that are not raspberry pi's do not interest many freebsd users nobody on the arm mailling list replied (except you and jsm)
  2. rbranco

    Wayland - yay or nay?

    I don't notice it even on a Raspberry Pi 5b with ZFS and LUKS on Debian. I do notice it on FreeBSD though. Something should be done about it. I hate that Linux devs made crypto functions EXPORT_GPL_ONLY that made them unusable by ZFS, so ZFS had to implement their own. That's why I avoid...
  3. N

    FreeBSD on Qemu (emulating PowerPC Mac) not working

    I'd like to run FreeBSD in PowerPC emulation. I'm getting the same error on UTM (based on Qemu 9) on Mac and on Qemu 7 on Raspberry Pi. Basically it boots up to a certain point where it says "pci0: <unknown> at device 16.0 (no driver attached)" then "panic: no PIC detected". The following is...
  4. AriZuu

    Raspberry PI CM4 and RTC

    sysctl.conf won't work because it is loaded after kernel. But for my purposes, having gpio=44=a2 in config.txt is ok.
  5. Phishfry

    Raspberry PI CM4 and RTC

    The first place to try would be /etc/sysctl.conf. Since config.txt is unique to RPi I wonder if the "alt" muxing of pins works on other platforms like Rockchip. Is this just a Raspberry Pi thing? Referencing mux modes as "alt" ?
  6. Phishfry

    Raspberry PI CM4 and RTC

    I am pretty sure you need this setting too: I seem to remember that setting from my RPi3 boards. I did not realize this is an ONLOGIC baseboard. So is it clone of CM4 baseboard? With M.2 slots you might need the bcm2711-rpi-cm4 -io.dtb file. Have you looked at the dtbs and bootloader provided...
  7. Phishfry

    Raspberry PI CM4 and RTC

    If you install the sysutils/rpi-firmware package it installs the necessary files in /usr/local/share/rpi-firmare/. There are two DTB an I am not sure the difference. bcm2711-rpi-cm4.dtb bcm2711-rpi-cm4-io.dtb The ports instructions mention this: I don't know that I would copy everything...
  8. ZioMario

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

    ...This is what I tried to do yesterday and today,but I failed : https://forums.freebsd.org/threads/firefox-installed-from-packages-on-my-raspberry-pi-zero-crashes-every-time-i-launch-it.97528/post-704178 But before to try to fix that,here I have a problem with the ums.ko module. It won't...
  9. IAmPaigeAT

    Solved Running an NTP time server in a jail?

    If you cant white list system calls I'm just gonna take a guess that ipsec-tools isn't work either which sucks. that's not even a complete list security.jail.mount_nullfs_allowed: 0 security.jail.vmm_allowed: 0 security.jail.mount_linsysfs_allowed: 0 security.jail.mount_linprocfs_allowed: 0...
  10. AriZuu

    Raspberry PI CM4 and RTC

    I did some experiments with i2c scanning. I enabled all i2c busses by putting this into config.txt: dtoverlay=i2c0 dtoverlay=i2c1 dtoverlay=i2c2 dtoverlay=i2c3 dtoverlay=i2c4 dtoverlay=i2c5 dtoverlay=i2c6 After that, dmesg shows actually six busses: iichb0: <BCM2708/2835 BSC controller> mem...
  11. ZioMario

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

    yes. My HDMI monitor didn't turn on. For this reason I created this post : https://forums.freebsd.org/threads/firefox-installed-from-packages-on-my-raspberry-pi-zero-crashes-every-time-i-launch-it.97528/post-703902
  12. 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)
  13. 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...
  14. 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...
  15. 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).
  16. 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/
  17. 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.
  18. 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...
  19. 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...
Back
Top