I am able to get an s9 to boot from the SD card but the python script that is supposed to install the OS to the controller itself is completely broken and doesnt work.
It just pukes out garbage when following the instructions to the letter:
Connecting to remote host...
/home/geo/braiins-os-firmware_zynq-am1-s9_2018-09-22-1-8d9b127d/factory_transition/.env/lib/python3.5/site-packages/paramiko/rsakey.py:119: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
algorithm=hashes.SHA1(),
Traceback (most recent call last):
File "upgrade2bos.py", line 182, in <module>
main(args)
File "upgrade2bos.py", line 131, in main
with SSHManager(args.hostname, USERNAME, PASSWORD) as ssh:
File "/home/geo/braiins-os-firmware_zynq-am1-s9_2018-09-22-1-8d9b127d/factory_transition/ssh.py", line 89, in __enter__
self._client.connect(hostname=self._hostname, username=self._username, password=None, look_for_keys=False)
File "/home/geo/braiins-os-firmware_zynq-am1-s9_2018-09-22-1-8d9b127d/factory_transition/.env/lib/python3.5/site-packages/paramiko/client.py", line 366, in connect
raise BadHostKeyException(hostname, server_key, our_server_key)
paramiko.ssh_exception.BadHostKeyException: ('10.70.0.244', <paramiko.rsakey.RSAKey object at 0x7fbbbc21a048>, <paramiko.rsakey.RSAKey object at 0x7fbbbd11bf60>)