Manawyrm
Manawyrm
> @Manawyrm but can it possibly do packet based ATAPI? stuff like PIO mode 4? that's non dma right? Sadly not easily. You still need to reply to those registers...
> It's closed source. The source code is available here: https://rloewelectronics.com/distribute/PATCHMEM/PRO7.2/ (broken SSL cert, but the site works)
Hm, unsure. Running node.js software is probably beyond both the RAM and CPU of the S3 SoC. There seems to be a armv7 compiled version of the plexamp binary, so...
You could probably try to just "scp" the [Plexamp-Linux-headless-v4.6.1.tar.bz2](https://plexamp.plex.tv/headless/Plexamp-Linux-headless-v4.6.1.tar.bz2) file (more specifically it's contents) to the root FS of the Ottercast and try to run it. I suspect that you'll...
Replacement connector already arrived from the US, that was quick 😄 Windows PE & Debian 12 seem to work well: Couldn't install Windows due to missing non-USB storage media, but...
brillant idea. You can buy LU1 dongles in china for under 10$. Programming them on the other side is unfortunatly a bit strange/hard, you either need to buy the really...
OK, now its getting strange... After a reboot: ``` SPI device: /dev/spidev0.0 CE GPIO: 24 IRQ GPIO: 25 STATUS: 0xe RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0 RX_ADDR_P0–1: 0xe7e7e7e7e7 0xc2c2c2c2c2 RX_ADDR_P2–5: 0xc3...
Not quite, I couldn't get any data events out of it, but seemed to be able to program the chips registers after a reboot of the raspberry. But still --...
Hi, I'm using the `de_DE.utf8` locale as well, so that's not the issue :smiley: The software will only show a notification if you get below "thresholdWarning", 30% battery state. You...
Hi, > if you were able to control the ISA bus with this code Yes, I was. I wrote about it on https://www.vogons.org/viewtopic.php?f=63&t=76311 > what did you base it on?...