First, I have remark that version of RTOS 1.3.0 was purged of "*.old.*.ld" inside LD Folder. On Non-OS 1.5.0 and 1.5.2, the files still there.
Now if you retake all operation from Gen_misc.bat the first step is:
Code: Select all
Please follow below steps(1-5) to generate specific bin(s):
STEP 1: choose boot version(0=boot_v1.1, 1=boot_v1.2+, 2=none)
OK, if you choose boot_v1.1, it's gonna COMPILE with old file inside LD Folder. But when it's gonna be time to flash, it's where that I find a little weird. It's beautiful to COMPILE with old file, but we don't have Boot_v1.1.bin.
Now we face two possible problem:
[*]Programmer forget to update version string inside Gen_misc.bat
- "0=boot_v1.2, 1=boot_v1.4(b1), 2=none"
"0=boot_v1.2, 1=boot_v1.5, 2=none"
Thanks
Waiting answer