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
Languages
Python
100%