We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5189342 + 43f987c commit a9ff496Copy full SHA for a9ff496
download_app.py
@@ -6,7 +6,7 @@
6
min_version_mcu = 0x01050000 # e.g. 1.5 => 1.5.0.0 => 0x01050000
7
file_name = "/root/iota-ledger/download/app.hex"
8
data_size = 0x00000040 # `cat debug/app.map |grep _nvram_data_size | tr -s ' ' | cut -f2 -d' '`
9
-icon_hex = "0100000000ffffff001000800008004002000000050800220208000100840200100081020400200000" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
+icon_hex = "0100000000ffffff00ffffffffffffffe7ffe75ffffff7e7ffe7fb7ffffffffff2fff3ffffffffffff" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
10
cmd_check_version = "-m get_ledger_version --targetId 0x%08X --minVersionOS 0x%08X --minVersionMCU 0x%08X" % (target_id, min_version_os, min_version_mcu)
11
cmd_load_app = "-m ledgerblue.loadApp --path \"44'/4218'\" --path \"44'/01'\" --appFlags 0x00 --tlv --targetId 0x%08X --delete --fileName %s --appName \"IOTA\" --appVersion 0.0.1 --dataSize 0x%08X --icon %s" % (target_id, file_name, data_size, icon_hex)
12
0 commit comments