Wren Turkal
Wren Turkal
From what I see, it seems that it also is not generic enough to implement the USB CDC interfaces on boards like the leonardo. I would love to help get...
NXP devices can't be probed right now (at least not mine), you need to manually specify the chip type.
BTW, I just posted a PR to enable the debug probe for the s16.
For the lpc55S16-evk, you'd use an arg like this `--chip LPC55S16JBD100`. However, that particular one will not work until my PR (#944) is merged. I don't know what the equivalents...
Check out `./probe-rs/src/probe`. That's where the probe logic is. The problem is that the info discovered in the debug probe doesn't appear to match directly with what is in the...
FWIW, the sequences are documented in user manuals for the various devices. I have the user manual for the s16 in front fof mem and I think I see that...
@jbenninghoff I am just curious. Is the not logging in directly as root meaningfully more secure than allowing multiple keys to auth for root and logging the key fingerprint with...
FWIW, I am more interested in the realtime output part than the interactive input part.
This is great. I've already implemented the limited real time output I see in the docs. What I really want is the output format and using color to show stdout...
I am not the author, so I don't know for sure. However, the underlying bgtunnel library does not support passwords and it uses the ssh binary for it's implementation. The...