Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. DM365 LEOPARD # help
  2.  
  3. ? - alias for 'help'
  4.  
  5. askenv - get environment variables from stdin
  6.  
  7. base - print or set address offset
  8.  
  9. boot - boot default, i.e., run 'bootcmd'
  10.  
  11. bootd - boot default, i.e., run 'bootcmd'
  12.  
  13. bootm - boot application image from memory
  14.  
  15. bootp - boot image via network using BOOTP/TFTP protocol
  16.  
  17. chpart - change active partition
  18.  
  19. cmp - memory compare
  20.  
  21. coninfo - print console devices and information
  22.  
  23. cp - memory copy
  24.  
  25. crc32 - checksum calculation
  26.  
  27. dhcp - boot image via network using DHCP/TFTP protocol
  28.  
  29. echo - echo args to console
  30.  
  31. editenv - edit environment variable
  32.  
  33. exit - exit script
  34.  
  35. false - do nothing, unsuccessfully
  36.  
  37. fatinfo - print information about filesystem
  38.  
  39. fatload - load binary file from a dos filesystem
  40.  
  41. fatls - list files in a directory (default /)
  42.  
  43. go - start application at address 'addr'
  44.  
  45. help - print command description/usage
  46.  
  47. i2c - I2C sub-system
  48.  
  49. iminfo - print header information for application image
  50.  
  51. imxtract- extract a part of a multi-image
  52.  
  53. itest - return true/false on integer compare
  54.  
  55. lcdregget- reads LCD register on SPI n port
  56.  
  57. lcdregset- writes LCD register on SPI n port
  58.  
  59. loadb - load binary file over serial line (kermit mode)
  60.  
  61. loads - load S-Record file over serial line
  62.  
  63. loady - load binary file over serial line (ymodem mode)
  64.  
  65. loop - infinite loop on address range
  66.  
  67. md - memory display
  68.  
  69. mdc - memory display cyclic
  70.  
  71. mm - memory modify (auto-incrementing address)
  72.  
  73. mtdparts- define flash/nand partitions
  74.  
  75. mtest - simple RAM read/write test
  76.  
  77. mw - memory write (fill)
  78.  
  79. mwc - memory write cyclic
  80.  
  81. nand - NAND sub-system
  82.  
  83. nboot - boot from NAND device
  84.  
  85. nfs - boot image via network using NFS protocol
  86.  
  87. nm - memory modify (constant address)
  88.  
  89. ping - send ICMP ECHO_REQUEST to network host
  90.  
  91. printenv- print environment variables
  92.  
  93. rarpboot- boot image via network using RARP/TFTP protocol
  94.  
  95. reset - Perform RESET of the CPU
  96.  
  97. run - run commands in an environment variable
  98.  
  99. saveenv - save environment variables to persistent storage
  100.  
  101. saves - save S-Record file over serial line
  102.  
  103. setenv - set environment variables
  104.  
  105. showvar - print local hushshell variables
  106.  
  107. sleep - delay execution for some time
  108.  
  109. source - run script from memory
  110.  
  111. sspi - SPI utility commands
  112.  
  113. test - minimal test like /bin/sh
  114.  
  115. tftpboot- boot image via network using TFTP protocol
  116.  
  117. true - do nothing, successfully
  118.  
  119. ubi - ubi commands
  120.  
  121. usb - USB sub-system
  122.  
  123. usbboot - boot from USB device
  124.  
  125. version - print monitor version
  126.  
  127. DM365 LEOPARD #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement