Associate II
November 25, 2021
Solved
The problem with facilitating uboot errors
- November 25, 2021
- 4 replies
- 2556 views
When compiling the U-boot, these four commands are used:
PC $& gt; export KBUILD_OUTPUT=.. /build/stm32mp15_trusted
PC $& gt; export DEVICE_TREE=stm32mp157c-dk2
PC $& gt; make stm32mp15_trusted_defconfig
PC $& gt; make all
use the first: export KBUILD_OUTPUT=.. /build/stm32mp15_trusted, the compiler will fail, but if there is no first statement, the compiler will succeed
