Andrew Duffy @a10y.dev · Dec 2

Ahah! The thing I want! But what the heck is this doing?

0 likes 1 replies

?

Replies

Andrew Duffy · Dec 2

The first thing I was doing wrong was that copying the file to device should happen in normal mode, not BOOTSEL mode. The script then does some vary nasty raw device IOs to stream bytes from the host, while also launching a Python repl on device to receive bytes...🤯 github.com/dhylands/rsh...