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

    Raspberry pi 5 status

    that one worked. Thanks.
  2. P

    bhyve Various questions about bhyve for router, nas, webserver VMs at home

    Hi everyone, I am planning to build a new virtualization server with bhyve since I read a lot positive articles and posts about it. I don't have too much experience with FreeBSD yet, but am a longtime GNU/Linux user. But I'm getting more and more fed up with the whole Linux ecosystem feeling...
  3. S

    Fixed Wireless (3G/4G/5G) Internet through dongles, phones & standalone modems

    More thoughts on this: Because its the way the phone works, for connecting, as opposed to a Raspberry or Beaglebone. It's more limited in features in this way, and less customizable than FreeBSD or any other OS meant for that hardware. Back to the APN, one may want to note down other...
  4. S

    AOSP on same computer as FreeBSD

    It seems that to use Android's AOSP for everything except Raspberry Pi, that it must be built from source. Raspberry has image builds for it. I wouldn't bring it up, except, that sometimes another OS is needed for programs which have requirements not met by FreeBSD. Unless you want to have a...
  5. SirDice

    I think FreeBSD support for Mediatek Filogic routers would be awesome

    You think installing FreeBSD on one of those devices would be plug and play? How do you expect "installing" FreeBSD on an embedded device would work?
  6. K

    I think FreeBSD support for Mediatek Filogic routers would be awesome

    Those Filogic routers are awesome. Don't want to put together an raspberry pi it's a lot of hard work and boring. Why can't we have Mediatek Filogic support on BSD?
  7. eternal_noob

    Raspberry PI 400: black screen with FreeBSD 14

    Sorry, can't help, i am afraid. I stopped using FreeBSD on my Pies (400 and 5) long ago, it's just not worth it. No sound, no wifi, no hardware accelerated graphics, boot problems and so on. If you need a better OS than Raspberry Pi OS, i suggest Void Linux. I use it and it runs great.
  8. mro

    Raspberry PI 400: black screen with FreeBSD 14

    doing this # thanks https://forums.FreeBSD.org/threads/raspberry-pi-400-black-screen-with-freebsd-14.100057/post-726457 $ curl -LO https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz $ unxz...
  9. eternal_noob

    Raspberry PI 400: black screen with FreeBSD 14

    What's the problem? Did you update the u-boot.bin with the one from the repository and it still does not work? Edit: Have you seen Raspberry Pi 4 with 4GB+ RAM Won't Boot ?
  10. mro

    Raspberry PI 400: black screen with FreeBSD 14

    read https://forums.freebsd.org/threads/complete-noob.99680/post-722560 download https://download.freebsd.org/releases/arm64/aarch64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz $ unxz FreeBSD-14.3-RELEASE-arm64-aarch64-RPI.img.xz $ dd...
  11. P

    Raspberry pi 5 status

    Try this https://wiki.freebsd.org/RonaldKlop/Raspberry%20Pi%205%2016GB It's a shame that there are now two Pi 5 pages on the FreeBSD wiki. It's hard enough to maintain one that is clear and authoritative.
  12. T

    Raspberry pi 5 status

    Has anyone tried FreeBSD on a Raspberry Pi 5 16GB recently? The wiki isn't very clear on the issue of that works or not https://wiki.freebsd.org/arm/Raspberry%20Pi%205
  13. T

    Cross-compiling Rust for aarch64 from amd64

    I have experimented a bit with arm64 laptops (Samsung Snapdragon, Mac M2), but they do not work for FreeBSD yet. ("Do not work" -> I haven't managed to install FreeBSD on them). And from what I read on these forums and elsewhere, Raspberry Pi 5 isn't so easy either.
  14. Beastie7

    Orange Pi 6 Plus

    It's a compelling board on paper spec-wise; although i'm skeptical of having chinese chips on my network (allwinner, rockchip, mediatek, cix, etc.) The lack of documentation doesn't help either. I'd shoot for Raspberry, SolidRun, ODroid, etc. stuff instead. (broadcom, qualcomm, amlogic, nxp, etc.)
  15. T

    ODB code reading on FreeBSD

    Exactly. In early ECU days, it stands for Engine Control Unit, but recently, often considered to stand for Electronic Control Unit (not limited with engine alone). And recent Engine Control Units hesitates to even fire the engine up unless the engine is sanely on board, making testing on test...
  16. R

    ODB code reading on FreeBSD

    It's complicated. OBD and OBD2 is both a connector standard (the two-row connector, about 1.5 x 3cm, with about 20 pins), and a protocol standard. Some of the pins in the OBD connector are CAN bus protocol, with the standard IEEE-something electrical signaling. But the CAN bus that's visible on...
  17. R

    Python pip installs fail - so many times - solution?

    I don't experience it very often. But then, I avoid using very large libraries (like Jupyter); the largest python library I have are probably gRPC, mercurial and certbot, all of which install perfectly. I use Debian for some development, and honestly I have more pip / python problems there than...
  18. liendolucas

    Extremely slow access point (dual wifi setup on Pine RockPro64)

    serjsk8 Thanks for supplying those lines. I'll compare them with what I currently have when I get back home. Is kind of relieving to also hear that someone else also has the same or a very similar issue. In the past while not with this config I experienced something kind of related: when...
  19. serjsk8

    Extremely slow access point (dual wifi setup on Pine RockPro64)

    I have the same problem on my Raspberry Pi3. I was using a Realtek RTL8188EUS usb Wi-Fi, and the connection kept degrading every time under not very heavy loads. I couldn't figure out what the problem was... the driver, the configuration, or the hardware. I tried switching to an Ethernet cable...
  20. victort

    Restream Internet Radio locally

    Nice. Wasn’t aware of that. MediaMTX was not in ports last I checked, but I’m assuming it you who added it? Nice, as I also use it for video streaming. I use script as it makes it easy to mount directories and do some stuff that would otherwise need to be done manually.
Back
Top