There is an standard called USB On The Go, OTG, supported by many phones
and the Raspberry Pi. This standard lets a USB port act as a device or a
host. In the RPi the power port supports OTG, but the last time I looked
there was no support in the Plan 9 driver.
On Wed, Feb 12, 2025, 04:30 Clout To
Forgot the link: https://en.m.wikipedia.org/wiki/USB_On-The-Go
On Wed, Feb 12, 2025, 16:50 Gorka Guardiola wrote:
> There is an standard called USB On The Go, OTG, supported by many phones
> and the Raspberry Pi. This standard lets a USB port act as a device or a
> host. In the RPi the power por
Hi everyone-
I must have been living under a rock, but I just recently saw the acme
implementation in Go in https://github.com/9fans/go! It works pretty well and
even on weird platforms like AIX!
There is definitely a time-honored tradition of re-implementing acme in
various languages, s
Hello,
On 12.02.2025 11:16 am, Ben Huntsman wrote:
I must have been living under a rock, but I just recently saw the
acme implementation in Go in https://github.com/9fans/go [1]! It works
pretty well and even on weird platforms like AIX!
There is definitely a time-honored tradition of re-im
I didn't get too far doing things with USB on the Pi. Inferno at least borrows
code from 9pi to behave as a USB host, and it's fairly simple to get it to talk
to devices.
I've done simple work to make Inferno behave as a USB device on a couple of
systems. Hopefully I can make progress with the R
how do I know? Because it panic'ed in the old fpusysrfork code :-)
I'll work on that function tonight.
It was pretty clear from ftq that we were not getting on an AC ... it's a
handy diagnostic.
Anyway, this current exploding version is now pushed.
--
9fa
Self-promotional plug: I'm making an effort to maintain this one. 😊
> - Edwood, an Acme clone in go: https://github.com/rjkroege/edwood
On Thu, 13 Feb 2025 02:16:17 +0900, Patrick Marchand
said:
>
> Hello,
>
> On 12.02.2025 11:16 am, Ben Huntsman wrote:
>> I must have been living under a roc