The Buffalo LinkStation LS220DE is a dual bay NAS, based on Marvell
Armada 370
Hardware:
SoC: Marvell Armada 88F6707
CPU: Cortex-A9 800 MHz, 1 core
Flash 1: SPI-NOR 1 MiB (U-Boot)
Flash 2: NAND 512 MiB (OS)
RAM: DDR3 256 MiB
Ethernet:1x 1GbE
On 2/16/23 17:17, Alexander Papazoglou wrote:
My first guess would be that your microcontroller code doesn't handle repeated
starts properly. All of the i2ctransfer commands you've shown involve at least
one repeated start with the new driver but perhaps not with the old one. To
verify, you ca
Hi Hauke!
On Sun, 19 Feb 2023 21:06:15 +0100
Hauke Mehrtens wrote:
> Hi Torsten,
>
> Sorry for the late answer, I forgot about this mail thread.
No problem.
> > On Sun, 29 Jan 2023 17:08:38 +0100
> > Hauke Mehrtens wrote:
[...]
> ustreamss uses the randomness to generate session keys (incl
On Sun, 19 Feb 2023 21:11:12 +0100
Hauke Mehrtens wrote:
> Instead of keeping a file descriptor open just use the getrandom syscall
> to get random data. This is supported by the musl, glibc and Linux for
> some time now.
>
> This also improves the error handling in case this function returns no