From 9d2cf9dc314d71496305030537136d3482b83d14 Mon Sep 17 00:00:00 2001 From: ranchuan Date: Thu, 19 Dec 2024 17:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=20-b=20=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=B4=A9=E6=BA=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/bootram_kl1_build.bin | Bin 45487 -> 45492 bytes kunlun.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/bootram_kl1_build.bin b/bin/bootram_kl1_build.bin index 9b3f094f4f150ae7eb655f6c9a9cdeb4f619d85c..b4fdd93a7405be6a7cbe0edaea53c7ff38ec0037 100644 GIT binary patch delta 92 zcmZ4gm}$#nCXVTXj0}?-51MY|IL9c=BP`6`UN_?~Z@MtMc%$;9=M1cyUowizGfv#h wsQ9`_#3eOZ!O&8{$iT>i!O+~w#K6kHaMP4rS#Aa($ok>HA)vr8xp<=u09@D`RsaA1 delta 87 zcmdn;m}&iECXVTXj0}?-8O=6woMRN`5)fu@ubXk0HC>o}`2yuh&lw~)zho4bXKdZf rsQ9`_#6P)2!O%>>$iT>i!O*}8hz!g(P05vI%lhHKA)qk1VxtWJ)WRE7 diff --git a/kunlun.py b/kunlun.py index b0053ef..0908922 100644 --- a/kunlun.py +++ b/kunlun.py @@ -383,7 +383,8 @@ def global_def(): log_file=args.ram_file elif(args.bin_convert is not None): function_type='convert' - log_file=args.bin_convert + iot_flash_file=args.bin_convert + log_file=iot_flash_file elif(args.console is not None): log_file=args.console function_type='console'