From 538d4b4ac4a0b1eb457f826352cff67ecc1cc7ae Mon Sep 17 00:00:00 2001 From: andy <1414772332@qq.com> Date: Sun, 27 Oct 2024 01:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86oem=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=81=87=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index 289da46..07bac33 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -8,4 +8,9 @@ 2024.10.22 c_cpp_properties.json 中指定了编译器路径之后 如果此编译器不在path路径中 则会出现类似找不到 stdarg.h 的问题 - 指定了 riscv 的编译器之后 clear_csr write_csr 宏可以正常找到 \ No newline at end of file + 指定了 riscv 的编译器之后 clear_csr write_csr 宏可以正常找到 +2024.410.27 + 要解决 oem分区空间不够的问题, + 如果把超出的部分添加在fw分区后面 应该是需要修改 ram.bin 的, + 因为ram.bin 写入数据的长度是读取的分区size 这个size不能动 因为解压也需要使用这个参数 + 或者考虑添加在未压缩的ht.bin 文件后面? \ No newline at end of file