This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.



2024.10.15
  使用ram.bin 下载程序需要使用build版本因为这个不需要配置串口波特率启动之后会自动进入下载流程
  kl3有两个sbl区如果sbl1校验失败会自动运行sbl2但是如果sbl1存在问题则可能导致程序跑不起来
  烧录的时候只会擦除烧录区域,未烧录的区域会保持原样
  使用bootram.bin时build版本支持全功能

2024.10.15
  烧录文件可能会加密bin的第一个字节表示加密方式 第二个字节表示加密种子,加密算法根据这个种子来计算
  好像加密方式都用的方式3 异或所以取第一个字节与3异或就能得到加密种子

2025.8.11
  添加计算bootram password的脚本 进入bootram之后输入 f i 查看chip id
  然后运行python pass.py chip_id 计算password
  然后在bootram中输入 PSS password 来解除限制
Description
kunlun上位机工具
Readme 2 MiB
Languages
Python 100%