Tool/software: Linux
Hello,
I am using "e2e.ti.com/.../665019 to disable kernel and filesystem logs from u-boot.
what i need to do for re-enable it from u-boot?
Regards,
Prerak
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.
Tool/software: Linux
Hello,
I am using "e2e.ti.com/.../665019 to disable kernel and filesystem logs from u-boot.
what i need to do for re-enable it from u-boot?
Regards,
Prerak
Hello Prerak,
You need to execute these commands to re-enable the disabled kernel logs from U-Boot.
cd <Processor SDK>/board-support/u-boot-<version>
git checkout
git clean -ffdx
cd -
make u-boot_clean && make u-boot
Copy the new MLO and u-boot.img to your board. That is all.
Best regards,
Kemal