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

    Booting Pi 4b

    Could it be the number of peripheral plugged in at the same time(monitor, keyboard and ssd) drawing too much power? My RPI4 is headless, and it boots fine from a SSD only. I use this USB converter (not all are okay that's why I let the URL). Personally I only use fanless cases for these type of...
  2. S

    Low-level programing languages & kernels

    It shows the status of Redox, which its capabilities have improved as an OS. Years ago, it didn't have networking at all, and it didn't have USB capability. This has improved that it has wired Ethernet capability now (still no wifi), and that it works with USB only for input. So now, it's a...
  3. Perceval

    Routing 2 networks (create Guest WAN access only network)

    Hi ! I'm asking for some help because I can't find out my error(s) there, even after reading the handbook and several threads. I'm running a Raspberry Pi 3 Model B with FreeBSD 14.3-RELEASE and I want to create a WiFi Hotspot which redirects users to WAN only (a guest wifi network in its own...
  4. piizog

    RPi4b & FreeBSD: The perfect focuswriter

    Thanks! I'm actually looking at maybe going for a RPi3+, because that has the added benefit of a smaller size footprint and a full size HDMI port, which is always nice. Indeed, the main downside to me of mainline RPi's is the absolutely trashy microHDMI connectors. I have an OrangePi RV2 on the...
  5. T

    RPi4b & FreeBSD: The perfect focuswriter

    Nice write-up and very cool-looking setup! Vim, tmux, and fish are such an awesome combination, my favourite. How did you get the font size to be just so? I always struggle with that. I am not a writer, but I did spend a lot of time experimenting with a text-only distraction-free computer, also...
  6. P

    Booting Pi 4b

    I've been putting up with using a Pi 5 for some time. Recently the fan stopped. I'm not sure if it was because the fan wore out (unlikely, I've tried a replacement and both work fine with Ubuntu and RPi OS) or because of a firmware update. So I got a Pi 4b. First impressions. Ugh. The case is...
  7. Maxfx

    Share your ARM64/AARCH64 experience for FreeBSD

    Hi, i am working for bananapi-r64 drivers. If you would like to test, contact me.
  8. piizog

    RPi4b & FreeBSD: The perfect focuswriter

    I've been struggling a lot with writing as of late and all the distractions of our modern world and lifestyles surrounded by gadgets and things pushing us with ragebait, doomscroll fodder and empty entertainment has not helped. So a while ago I set myself the task of building a setup with...
  9. ZioMario

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

    My suggestion is to don't think at this. JSM is very good. Soren is also present. To have these two great developers interested to work with the rockchip 35xx is a great lucky and advantage. Think positive. And let's go ahead. Today most developers may not be interested,tomorrow this tendency...
  10. 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)
  11. 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...
  12. 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...
  13. 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.
  14. 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" ?
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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
Back
Top