Updated info text

pull/8/head
Mark Qvist 2022-01-10 11:18:52 +01:00
parent 058a7f8a02
commit 2d6bc1cb47
1 changed files with 15 additions and 0 deletions

View File

@ -665,6 +665,21 @@ class RNode():
RNS.log("Device signature validated")
else:
RNS.log("Device signature validation failed")
RNS.log("")
RNS.log("WARNING! This device is NOT verified and should NOT be trusted")
RNS.log("unless you produced it yourself and flashed a firmware downloaded")
RNS.log("as binaries or compiled from source from one of the following URLs:")
RNS.log("")
RNS.log(" https://unsigned.io/rnode")
RNS.log(" https://github.com/markqvist/rnode_firmware")
RNS.log("")
RNS.log("Proceed at your own risk and responsibility. If you created this")
RNS.log("device yourself, please read the documentation on how to create")
RNS.log("your own signing key to avoid this warning.")
RNS.log("")
RNS.log("You can reflash and bootstrap this device to a verifiable state")
RNS.log("by using this utility. Read the program help for more info.")
RNS.log("")
if self.eeprom[ROM.ADDR_CONF_OK] == ROM.CONF_OK_BYTE:
self.configured = True