Building U-Boot |
The default U-Boot configuration is a capable Linux bootloader so typically our customers do not require re-building and re-installing U-Boot. However, certain projects still do require customizations to the U-Boot firmware, which implies making changes to the U-Boot code, rebuilding the U-Boot binary and then updating it on the STM32H753i-EVAL board. Building U-Boot The full U-Boot source for the STM32H753i-EVAL board is included in the software distribution available from the Emcraft web site. Refer to the u-boot/ sub-directory in the software distribution tree. The key board specific-configuration files for the STM32H753i-EVAL board are as follows:
Step through the following procedure to build U-Boot for the STM32H753i-EVAL board:
$ . ./ACTIVATE.sh $ cd u-boot $ make distclean $ make -s |