Murray
Murray
I found these things in dmsg when booting linux 6.1: ``` [drm] amdgpu kernel modesetting enabled [drm] BIOS signature incorrect 0 0 amdgpu: Invalid PCI ROM header signature: expecting 0xaa55,...
There is an existing issue for this: #6288 In fact there are two but this one has been closed: #6068 (there was no fix, it was just a misunderstanding and...
Looks abandoned so I'm closing this
According to one Neil Race there is a suspiciously similar issue with stm32flash: https://sourceforge.net/p/stm32flash/tickets/161/
I did some experiments: ``` $ stat -c '%s' small.bin big.bin 824 9704 $ st-flash write small.bin 0x08000000 st-flash 1.8.0-2-g65f062f 2024-02-15T17:35:51 INFO common.c: STM32H7Ax_H7Bx: 128 KiB SRAM, 1024 KiB flash...
CBOR should be considered as a serialization format if and when a decision is made: http://cbor.io/ Similar to msgpack but more consistent allowing for smaller implementations.
This is a feature I've not implemented so far, but I'm not against it.
The solution you propose is still incorrect. The client may receive less data than could fit in the provided buffer even if that is not the entire message sent as...