diff options
author | wdenk <wdenk> | 2002-11-02 22:58:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-02 22:58:18 +0000 |
commit | cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e (patch) | |
tree | 912691be4a212b399eb470411acd27c8bb6375da /doc/README.OXC | |
parent | 1a4d6164af8f79c0979a2af45d7f5e5353562b19 (diff) | |
download | u-boot-imx-cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e.zip u-boot-imx-cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e.tar.gz u-boot-imx-cc1c8a136f9813d0a9cb9a94d2f12206873ddc4e.tar.bz2 |
Initial revision
Diffstat (limited to 'doc/README.OXC')
-rw-r--r-- | doc/README.OXC | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/README.OXC b/doc/README.OXC new file mode 100644 index 0000000..e7bb76f --- /dev/null +++ b/doc/README.OXC @@ -0,0 +1,25 @@ +This document contains different information about the port +of U-Boot for the OXC board designed by Lucent Technologies, +Inc. + +1. Showing activity + +U-Boot for the OXC board can show its current status using +the Active LED. This feature is configured by the following +options: + +CONFIG_SHOW_ACTIVITY + + When this option is on, the Active LED is blinking fast +when U-Boot runs in the idle loop (i.e. waits for user +commands from serial console) and blinking slow when it +downloads an image over network. When U-Boot loads an image +over serial line the Active LED does not blink and its state +is random (i.e. either constant on or constant off). + +CONFIG_SHOW_BOOT_PROGRESS + + When this option is on, U-Boot switches the Active LED +off before booting an image and switches it on if booting +failed due to some reasons. + |