Adminy

Results 181 comments of Adminy

But does this affect ssd boot on the Pi 5 Plus? Surely directly it would boot from SSD or does that bug presist here too?

`rk3588.dtsi` is already in the mainline latest version, I wonder if they have something that's not in [your fork of it](https://github.com/Joshua-Riek/linux). Should we try to rebase to main and make...

The standard SDK is using Zephyr OS Deeply, so even if you won't call it directly, the SDK will.

Count me in also. Otherwise I might just fork and start this work anyways. I'd like to explore more rust based approaches for parallel work like [rust-gpu](https://github.com/Rust-GPU/rust-gpu). The current multi-options...

Not too far from SPI, would GPIO pins be working out of the box? Anybody knows the physical pins for Cluster6C?

I think my vendor id and product id are not the same. I'm not sure which version of CP210x I have. `lsusb`: ``` Bus 003 Device 008: ID 10c4:ea60 Silicon...

maybe some OOK examples first since they are simpler?

when you do `lsusb`, you get something like this: ``` Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0...

why not just take in the output of dumbpipe connect and pipe it into a binary that does broadcasting? e.g. ```bash # sender ffmpeg ... | dumbpipe listen | wl-copy...