Advertisement
Guest User

uboot command-line options

a guest
Sep 20th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. => help
  2. ? - alias for 'help'
  3. base - print or set address offset
  4. bdinfo - print Board Info structure
  5. blkcache - block cache diagnostics and control
  6. boot - boot default, i.e., run 'bootcmd'
  7. bootd - boot default, i.e., run 'bootcmd'
  8. bootefi - Boots an EFI payload from memory
  9. bootelf - Boot from an ELF image in memory
  10. booti - boot Linux kernel 'Image' format from memory
  11. bootm - boot application image from memory
  12. bootp - boot image via network using BOOTP/TFTP protocol
  13. bootvx - Boot vxWorks from an ELF image
  14. cmp - memory compare
  15. coninfo - print console devices and information
  16. cp - memory copy
  17. cpu - Multiprocessor CPU boot manipulation and release
  18. crc32 - checksum calculation
  19. date - get/set/reset date & time
  20. dcache - enable or disable data cache
  21. dhcp - boot image via network using DHCP/TFTP protocol
  22. dm - Driver model low level access
  23. echo - echo args to console
  24. editenv - edit environment variable
  25. eeprom - EEPROM sub-system
  26. env - environment handling commands
  27. erase - erase FLASH memory
  28. exit - exit script
  29. ext2load - load binary file from a Ext2 filesystem
  30. ext2ls - list files in a directory (default /)
  31. ext4load - load binary file from a Ext4 filesystem
  32. ext4ls - list files in a directory (default /)
  33. ext4size - determine a file's size
  34. false - do nothing, unsuccessfully
  35. fatinfo - print information about filesystem
  36. fatload - load binary file from a dos filesystem
  37. fatls - list files in a directory (default /)
  38. fatmkdir - create a directory
  39. fatrm - delete a file
  40. fatsize - determine a file's size
  41. fatwrite - write file into a dos filesystem
  42. fdt - flattened device tree utility commands
  43. flinfo - print FLASH memory information
  44. fsl_mc - DPAA2 command to manage Management Complex (MC)
  45. fstype - Look up a filesystem type
  46. fstypes - List supported filesystem types
  47. go - start application at address 'addr'
  48. gpio - query and control gpio pins
  49. gpt - GUID Partition Table
  50. grepenv - search environment variables
  51. gzwrite - unzip and write memory to block device
  52. hash - compute hash message digest
  53. help - print command description/usage
  54. i2c - I2C sub-system
  55. icache - enable or disable instruction cache
  56. iminfo - print header information for application image
  57. imxtract - extract a part of a multi-image
  58. itest - return true/false on integer compare
  59. ln - Create a symbolic link
  60. load - load binary file from a filesystem
  61. loadb - load binary file over serial line (kermit mode)
  62. loads - load S-Record file over serial line
  63. loadx - load binary file over serial line (xmodem mode)
  64. loady - load binary file over serial line (ymodem mode)
  65. loop - infinite loop on address range
  66. ls - list files in a directory (default /)
  67. lzmadec - lzma uncompress a memory region
  68. md - memory display
  69. mdio - MDIO utility commands
  70. mii - MII utility commands
  71. mm - memory modify (auto-incrementing address)
  72. mmc - MMC sub system
  73. mmcinfo - display MMC info
  74. mtest - simple RAM read/write test
  75. mw - memory write (fill)
  76. nfs - boot image via network using NFS protocol
  77. nm - memory modify (constant address)
  78. nvme - NVM Express sub-system
  79. optee_rpmb- Provides commands for testing secure storage on RPMB on OPTEE
  80. panic - Panic with optional message
  81. part - disk partition related commands
  82. pci - list and access PCI Configuration Space
  83. ping - send ICMP ECHO_REQUEST to network host
  84. poweroff - Perform POWEROFF of the device
  85. printenv - print environment variables
  86. protect - enable or disable FLASH write protection
  87. pxe - commands to get and boot from pxe files
  88. random - fill memory with random pattern
  89. reset - Perform RESET of the CPU
  90. run - run commands in an environment variable
  91. save - save file to a filesystem
  92. saveenv - save environment variables to persistent storage
  93. scsi - SCSI sub-system
  94. scsiboot - boot from SCSI device
  95. setenv - set environment variables
  96. setexpr - set environment variable as the result of eval expression
  97. sf - SPI flash sub-system
  98. showvar - print local hushshell variables
  99. size - determine a file's size
  100. sleep - delay execution for some time
  101. source - run script from memory
  102. sysboot - command to get and boot from syslinux files
  103. test - minimal test like /bin/sh
  104. tftpboot - boot image via network using TFTP protocol
  105. tlv_eeprom- Display and program the system EEPROM data block.
  106. true - do nothing, successfully
  107. unlz4 - lz4 uncompress a memory region
  108. unzip - unzip a memory region
  109. usb - USB sub-system
  110. usbboot - boot from USB device
  111. vdd_override- override VDD
  112. vdd_read - read VDD
  113. version - print monitor, compiler and linker version
  114. wdt - Watchdog sub-system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement