readme.oxc

来自「u-boot-1.1.6 源码包」· OXC 代码 · 共 25 行

OXC
25
字号
This document contains different information about the portof U-Boot for the OXC board designed by Lucent Technologies,Inc.1. Showing activityU-Boot for the OXC board can show its current status usingthe Active LED. This feature is configured by the followingoptions:CONFIG_SHOW_ACTIVITY  When this option is on, the Active LED is blinking fastwhen U-Boot runs in the idle loop (i.e. waits for usercommands from serial console) and blinking slow when itdownloads an image over network. When U-Boot loads an imageover serial line the Active LED does not blink and its stateis random (i.e. either constant on or constant off).CONFIG_SHOW_BOOT_PROGRESS  When this option is on, U-Boot switches the Active LEDoff before booting an image and switches it on if bootingfailed due to some reasons.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?