We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d97fe31 + ac8b9cb commit 07da25eCopy full SHA for 07da25e
extras/tools/bin2ota.py
@@ -39,6 +39,8 @@
39
magic_number = 0x45535033.to_bytes(4,byteorder='little')
40
elif board == "UNOR4WIFI":
41
magic_number = 0x23411002.to_bytes(4,byteorder='little')
42
+elif board == "PORTENTA_C33":
43
+ magic_number = 0x23410068.to_bytes(4,byteorder='little')
44
else:
45
print ("Error,", board, "is not a supported board type")
46
sys.exit()
0 commit comments