UBootManual
来自百问网嵌入式Linux wiki
- 1 Abstract
- [−] 2 Introduction
- [−] 3 Embedded Linux Development Kit
- [−] 4 System Setup
- [−]
5 Das U-Boot
- 1 Current Versions
- 2 Unpacking the Source Code
- 3 Configuration
- [−] 4 Installation
- 5 Tool Installation
- 6 Initialization
- 7 Initial Steps
- 8 The First Power-On
- [−]
9 U-Boot Command Line Interface
- [−] 1 Information Commands
- [−]
2 Memory Commands
- 1 base - print or set address offset
- 2 crc32 - checksum calculation
- 3 cmp - memory compare
- 4 cp - memory copy
- 5 md - memory display
- 6 mm - memory modify (auto-incrementing)
- 7 mtest - simple RAM test
- 8 mw - memory write (fill)
- 9 nm - memory modify (constant address)
- 10 loop - infinite loop on address range
- [−] 3 Flash Memory Commands
- [−] 4 Execution Control Commands
- [−]
5 Download Commands
- 1 bootp - boot image via network using BOOTP/TFTP protocol
- 2 dhcp - invoke DHCP client to obtain IP/boot params
- 3 loadb - load binary file over serial line (kermit mode)
- 4 loads - load S-Record file over serial line
- 5 rarpboot- boot image via network using RARP/TFTP protocol
- 6 tftpboot- boot image via network using TFTP protocol
- [−] 6 Environment Variables Commands
- [−] 7 Flattened Device Tree support
- [−] 8 Special Commands
- 9 Storage devices
- [−] 10 Miscellaneous Commands
- 10 U-Boot Environment Variables
- 11 U-Boot Scripting Capabilities
- [−] 12 U-Boot Standalone Applications
- 13 U-Boot Image Formats
- [−] 14 U-Boot Advanced Features