“UBootManual”的版本间的差异
来自百问网嵌入式Linux wiki
第1行: | 第1行: | ||
+ | {{DISPLAYTITLE:U-Boot和Linux中文参考指南}} | ||
=Abstract= | =Abstract= | ||
=Introduction= | =Introduction= | ||
第309行: | 第310行: | ||
= Glossary= | = Glossary= | ||
+ | [[Category:Uboot]] |
2020年5月7日 (四) 10:47的版本
- 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
- [−] 6 Embedded Linux Configuration
- [−] 7 Booting Embedded Linux
- 8 Building and Using Modules
- [−] 9 Advanced Topics
- [−] 10 Debugging
- 11 Simple Embedded Linux Framework
- [−] 12 Books, Mailing Lists, Links, etc.
- [−] 13 Appendix
- [−]
14 FAQ - Frequently Asked Questions
- [−]
1 ELDK
- 1 ELDK Installation under FreeBSD
- 2 ELDK Installation Hangs
- 3 .gvfs: Permission Denied
- 4 Installation on Local Harddisk
- 5 System Include Files Missing
- 6 patch: command not found
- 7 ELDK Include Files Missing
- 8 Using the ELDK on a 64 bit platform
- 9 GDB Problems with BDI2000/BDI3000 on e500 Cores
- 10 How can I check if Floating Point support is working?
- 11 ELDK 2.x Installation Aborts
- 12 Enable SSH Access
- [−]
2 U-Boot
- 1 Can U-Boot be configured such that it can be started in RAM?
- 2 Relocation cannot be done when using -mrelocatable
- 3 Source object has EABI version 4, but target has EABI version 0
- 4 U-Boot crashes after relocation to RAM
- 5 Warning - bad CRC, using default environment
- 6 Net: No ethernet found
- 7 Wrong debug symbols after relocation
- 8 Decoding U-Boot Crash Dumps
- 9 Porting Problem: cannot move location counter backwards
- 10 U-Boot Doesn't Run after Upgrading my Compiler
- 11 How Can I Reduce The Image Size?
- 12 Erasing Flash Fails
- 13 Ethernet Does Not Work
- 14 Where Can I Get a Valid MAC Address from?
- 15 Why do I get TFTP timeouts?
- 16 Why is my Ethernet operation not reliable?
- [−] 17 How the Command Line Parsing Works
- 18 How can I load and uncompress a compressed image
- 19 How can I create an uImage from a ELF file
- 20 My standalone program does not work
- 21 Linux hangs after uncompressing the kernel
- 22 How can I implement automatic software updates?
- [−]
3 Linux
- 1 Linux crashes randomly
- 2 Linux crashes when uncompressing the kernel
- 3 Linux Post Mortem Analysis
- 4 Linux kernel register usage
- 5 Linux Kernel Ignores my bootargs
- 6 Cannot configure Root Filesystem over NFS
- 7 Linux Kernel Panics because "init" process dies
- 8 Unable to open an initial console
- 9 System hangs when entering User Space (ARM)
- 10 Mounting a Filesystem over NFS hangs forever
- 11 Ethernet does not work in Linux
- 12 Loopback interface does not work
- 13 Linux kernel messages are not printed on the console
- 14 Linux ignores input when using the framebuffer driver
- 15 How to switch off the screen saver and the blinking cursor?
- 16 BogoMIPS Value too low
- 17 Linux Kernel crashes when using a ramdisk image
- 18 Ramdisk Greater than 4 MB Causes Problems
- 19 Combining a Kernel and a Ramdisk into a Multi-File Image
- 20 Adding Files to Ramdisk is Non Persistent
- 21 Kernel Configuration for PCMCIA
- 22 Configure Linux for PCMCIA Cards using the Card Services package
- [−] 23 Configure Linux for PCMCIA Cards without the Card Services package
- 24 Boot-Time Configuration of MTD Partitions
- 25 Use NTP to synchronize system time against RTC
- [−] 26 Configure Linux for XIP (Execution In Place)
- 27 =Space requirements and RAM saving, an example
- 28 Use SCC UART with Hardware Handshake
- 29 How can I access U-Boot environment variables in Linux?
- 30 The =appWeb= server hangs *OR* /dev/random hangs
- 31 Swapping over NFS
- 32 Using NFSv3 for NFS Root Filesystem
- 33 Using and Configuring the SocketCAN Driver
- 34 Telnet / SSH (dropbear) server not working
- [−] 4 Self
- [−] 5 RTAI
- [−] 6 BDI2000
- [−] 7 Motorola LITE5200 Board
- [−]
1 ELDK
- 15 Glossary