Команды U-Boot

    Инфо      Память    Хранилище    Выполнение    Загрузка    Окружение    FDT    Sunxi  

  ?    bdinfo    colorbar    coninfo    echo      help      i2c    logo    screen_char    version  

help *


Вывод описания и применения команд (print command description/usage)

Help: => help help help - print command description/usage Usage: help - print brief description of all commands help command ... - print detailed usage of 'command' =>

Команда help (короткая: h или ? ) выводит на печать онлайн-справку. Без каких-либо аргументов она печатает список всех команд U-Boot, доступных в вашей конфигурации U-Boot. Вы можете получить подробную информацию о конкретной команде, введя ее имя в качестве аргумента help команды:


=> help protect protect - enable or disable FLASH write protection Usage: protect on start end - protect FLASH from addr 'start' to addr 'end' protect on start +len - protect FLASH from addr 'start' to end of sect w/addr 'start'+'len'-1 protect on N:SF[-SL] - protect sectors SF-SL in FLASH bank # N protect on bank N - protect FLASH bank # N protect on all - protect all FLASH banks protect off start end - make FLASH from addr 'start' to addr 'end' writable protect off start +len - make FLASH from addr 'start' to end of sect w/addr 'start'+'len'-1 wrtable protect off N:SF[-SL] - make sectors SF-SL writable in FLASH bank # N protect off bank N - make FLASH bank # N writable protect off all - make all FLASH banks writable =>