4.6.3. Building U-Boot
- download with git
- tour the sources
- Overview U-Boot build process (three steps)
make distclean make sequoia_config 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
- the U-Boot build process
- Porting
- Update strategies
4.6.2. An Introduction to git | 1. Denx Training Topics | 4.6.4. Configuring and building the Linux kernel | |||
Prev | Home | Next | |||