Skip to content

Commit f08139f

Browse files
committed
sync platform 7c8c8152526c0969c36dc526b6ffc3c24356f9d2
1 parent 6eb762d commit f08139f

421 files changed

Lines changed: 9365 additions & 17603 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def check_bootloader_bin(build_root) -> bool:
6868
"normal_bootloader",
6969
"bootloader.bin")
7070
real_md5sum = calc_md5sum(boot_file)
71-
exp_md5sum = "eed24a0637a4e96749aba006807eb3b7"
71+
exp_md5sum = "04071779f81970998f2b7c0a00fe5d76"
7272
if real_md5sum != exp_md5sum:
7373
print(f"Error md5sum: real[{real_md5sum}], expectation[{exp_md5sum}]")
7474
return False

0 commit comments

Comments
 (0)