4.6.3. Building U-Boot
- Overview U-Boot build process (three steps)
- cleanup:
make distclean
- configure:
make sequoia_config
- build:
make all
- resulting files are u-boot.bin (binary), u-boot (ELF), u-boot.srec (S-Record) and u-boot.map (memory map)
- out of tree build
4.6.2. An Introduction to git | 1. Denx Training Topics | 4.6.4. Configuring and building the Linux kernel | |||
Prev | Home | Next | |||