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

    a short status: I installed FreeBSD 14.3-release on a SD card and booted it. The EFI loader, the FreeBSD loader and the FreeBSD console all works. Nice. Network is via a usb-to-ethernet dongle, as the internal wired and wireless on the Pi5 doesn't work yet. Also, I thought the fan would spin all...
  2. wb7odyfred

    Raspberry pi 5 status

    Fred Finster Raspberry Pi 500 keyboard model running FreeBSD Arm64 15.0 Raspberry Pi . COM forum post with details that worked for me. Suggestions on where to post a 3GB single binary image file to write into a microSD card to boot the RPI 5 or RPI 500 keyboard. Also, how easy it is with...
  3. T

    Raspberry pi 5 status

    that one worked. Thanks.
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. 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?
  9. 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.
  10. 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...
  11. 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 ?
  12. 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...
  13. 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.
  14. 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
  15. 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.
  16. 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.)
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top