Skip to content

Commit

Permalink
Merge pull request #3 from muXxer/master
Browse files Browse the repository at this point in the history
Added new icon
  • Loading branch information
muXxer committed Sep 24, 2018
2 parents 5189342 + 43f987c commit a9ff496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_app.py
Expand Up @@ -6,7 +6,7 @@
min_version_mcu = 0x01050000 # e.g. 1.5 => 1.5.0.0 => 0x01050000
file_name = "/root/iota-ledger/download/app.hex"
data_size = 0x00000040 # `cat debug/app.map |grep _nvram_data_size | tr -s ' ' | cut -f2 -d' '`
icon_hex = "0100000000ffffff001000800008004002000000050800220208000100840200100081020400200000" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
icon_hex = "0100000000ffffff00ffffffffffffffe7ffe75ffffff7e7ffe7fb7ffffffffff2fff3ffffffffffff" # python $(BOLOS_SDK)/icon.py $(ICONNAME) hexbitmaponly
cmd_check_version = "-m get_ledger_version --targetId 0x%08X --minVersionOS 0x%08X --minVersionMCU 0x%08X" % (target_id, min_version_os, min_version_mcu)
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)

Expand Down

0 comments on commit a9ff496

Please sign in to comment.