mtda
mtda copied to clipboard
Multi-Tenant Device Access
When flashing an image via `mtda-cli -r storage write` to remove target, the speed of the copy is significantly lower than when first using scp and then `bmaptool copy` or...
it would be very handy if we could upload (storage write) disk images right from the web interface
We are too fast with trying to mount a partition, it seems. I'm getting most of the time ``` # mtda-cli storage mount 1 'storage mount' failed! ``` for a...
mtda is on 3.0, upstream at 4.9.1. 3.0 uses unmaintained crypto libs (ed25519...), 4.x seems to have resolved that. And 3.0 is breaking over trixie/sid. As it's not a 5-minutes...
zeroconf.ServiceInfo expect the IP address that should be announced by zeroconfig as argument. This should be the IP address of the external interface. At the moment a 'hack' is used...
The nanopi-r1 provides every boot a different MAC address. Reproduction: Build mtda for nanopi-r1 Flash the card Boot Login -> readout ip addr Power off/on Login -> readout ip addr
First of all, a nice bonbon on top of mtda-cli! Some findings, still: * high latency of outputs, interactive console usage is not really enjoyable - fixable? * console size...
some people would like to see MTDA support setups where one assist board could control multiple DUTs (even if this potentially means programming (storage write) to the attached DUTs sequentially...
it would be convenient to add hash methods to the storage APIs to let applications / test-code check that the image written to the shared storage has the expected checksum...
On my RPi4 - which is not really a slow device - I'm facing several seconds of delay between calling `mtda-cli` and getting the prompt. With debug=4, it takes almost...