Hi,
I'm trying to disable wkup_uart0 from TIFS firmware,
but I need the firmware sources.
would it be possible to have these with a guide on how to compile the firmware?
Best Regards
Domenico Acri
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm trying to disable wkup_uart0 from TIFS firmware,
but I need the firmware sources.
would it be possible to have these with a guide on how to compile the firmware?
Best Regards
Domenico Acri
Hello Domenico,
Here is an option to disable wkup_uart0 used by DM-FW for logs.
software-dl.ti.com/.../DEVELOP_AND_DEBUG_DMR5.html
Best,
-Hong
Hi,
thanks a lot for the answer.
After compiling I have these files:
Which of these files should I use to build uboot via tisdk for Linux?
Do I have to replace the file in the "prebuild-images/ti-fs-firmware-am62x-gtp.bin"?
Best Regards
Domenico Acri
Hello Domenico,
1/. rebuild dm-fw binary in MCU+SDK
The generated dm-fw binary is "am62-wkup-r5f0_0-fw" once dm-fw is built in MCU+SDK.
2/. use the generated dm-fw binary in u-boot build
- for building u-boot for GP
replace "prebuilt-images/ipc_echo_testb_mcu1_0_release_strip.xer5f" with the generated "am62-wkup-r5f0_0-fw".
- for building u-boot for HS-FS and HS-SE
the generated "am62-wkup-r5f0_0-fw" needs to be signed, and then used in u-boot build process for HS-FS and HS-SE
Best,
-Hong