Networking and servers • Re: wifi mac unknown by online tools
One of the many MAC lookup sites says this about it (never mind the English wtf ) I haven't looked for how they determined that yet.It's also be a randomized MAC. Media Access Control (MAC) address...
View ArticleAdvanced users • Re: Image File Utilities
@hgraus,I actually added support for the PIMORONI NVMe Base DUO back in April, but somehow it never got uploaded.Please download the new version from the first post of this topic and verify that it...
View ArticleTroubleshooting • No network: Pi Zero W, Imager, Bookworm
Hi! --Pi Zero W v1.1, Imager 1.8.5, burning "custom" image 2024-10-22-raspios-bookworm-armhf-lite.img from here, on Kubuntu 22.10. I configure the local wifi ssid/pw in the Imager GUI.Burn goes fine,...
View ArticleRaspberry Pi OS • Re: mousepad for editing extreme files
did you try geanysuppose to be for people who need more Statistics: Posted by kerry_s — Sat Nov 16, 2024 2:16 am
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
Have you tried using sudo raspi-config from a Terminal to set Advanced Options, Wayland, X11 "Openbox window manager with X11 backend "then reboot?Thank you for your suggestion, but after I opened...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Tried a test with 4GB files the first was fine then 30secs later I sent another. At 2.2GB everything hung as usual. So 4+2.2=6.2 ! seems to be limit somewhere.Since 6GB is not a huge amount of data,...
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
This guide, while for regular Pi and not Zero, should help you get VSCode set up for OpenOCD and debugging. Should be similar except for Zero specific stuff (see post by rst for that - different...
View ArticleGeneral discussion • Re: RPI3 Boot from USB m.2?
Possibly the adaptor isn't one supported for booting by the 3B. That was the first Pi to support booting from USB and it doesn't support as many adaptors as the newer units.You could try making an SD...
View ArticleBare metal, Assembly language • Re: Bare metal programming and operating...
What arm/pi documentation would the authors have used to learn how to write that code?While biased, I suggest you might enjoy this book/lab and source repository. It's free and goes step by step,...
View ArticleBare metal, Assembly language • Re: Visual Studio Code for Bare Metal
Apologies for the late response. You can reach me at my last name dot first name at yahoo.com. Or post an issue in GitHub.Statistics: Posted by sean.lawless — Sun Nov 17, 2024 12:27 am
View ArticleTroubleshooting • Re: Issue with Boot Order on Raspberry Pi 5 (SSD USB vs M.2...
The boot order is from right to left, so BOOT_ORDER=0x4f16 will search M.2, SD, restart, then USB last (in fact USB will never boot because of the F (restart) before it.)Perhaps you need 0xf64, so it...
View ArticleGeneral • Re: Generating a clock on one PIO SM, Getting data on another
JMP PIN branches on the GPIO selected by EXECCTRL_JMP_PIN, a configuration field which selects one out of the maximum of 32 GPIO inputs visible to a state machine, independently of the state machine’s...
View ArticleSDK • Re: Byte (re-)ordering when using 8-bit DMA towards SPI display?
I am talking about hardware. SPI is sending in order how it receives from DMA.DMA takes the bytes how they are in RAM.What is the first byte DMA sends to SPI ?The data in the in-memory buffer I...
View ArticleNetworking and servers • How to set up a calander server on Ras Pi
Hello. I'm looking to set up a server to publish iCal calendars. I'm doing this to self-host a service I don't want to be outsourced to a third party. This will be for personal use only. I want...
View ArticleBeginners • new raspberry pi micro sd card worth ??
my raspberry pi 02w started hanging ,the reason behind is either power or sd card, since my power supply is ok ,so its my old kingston sd card 8 gb ( 10 year old ) which is freezing my pi zeroshould i...
View ArticleBeginners • Re: new raspberry pi micro sd card worth ??
my raspberry pi 02w started hanging ,the reason behind is either power or sd card, since my power supply is ok ,so its my old kingston sd card 8 gb ( 10 year old ) which is freezing my pi zeroshould i...
View ArticleBeginners • Re: Any FBCP (SPI Display Driver) alternatives for Pi5 ?
A better approach would be to use a driver that supports KMS/DRM. When running Raspberry Pi OS on a Pi 5 this will allow the SPI display to be used with Wayland.If you are using Waveshare LCD35-show,...
View ArticleGeneral discussion • Re: RDP black screen at login
Two things then- first I did enable raspberry connect so it might indeed be running Wayland, how do you switch back to X?- is it possible to run raspberry connect with X and not Wayland?Seems like the...
View ArticleOther RP2040 boards • Re: Cheap Pico boards can be dodgy, may not have a...
Flash chip is from BYTe semiconductor. Logo has 'BY' and I tried some alphabets until I got a good hit. (There was also a BYD semiconductor company.) The BYTe logo matches the clone board's flash...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
I also can't see a memory leak go undetected by those who test for such in the kernel. Could it be a protocol incompatibility with the Synology NAS? The fact that the Pi 4 seems fine is mysterious as...
View Article