Advertisement
Guest User

Aethra SV6044VWn - bootloader commands

a guest
Dec 14th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. SV6044V>help
  2. ? - alias for 'help'
  3. askenv - get environment variables from stdin
  4. base - print or set address offset
  5. bdinfo - print Board Info structure
  6. boot - boot default, i.e., run 'bootcmd'
  7. bootd - boot default, i.e., run 'bootcmd'
  8. bootm - boot application image from memory
  9. bootp - boot image via network using BOOTP/TFTP protocol
  10. clocks - print clock configuration
  11. cmdtimeout- cmdtimeout [0-120] - Set u-boot command timeout in seconds (0 = disabled)
  12. cmp - memory compare
  13. coninfo - print console devices and information
  14. cp - memory copy
  15. crc32 - checksum calculation
  16. date - get/set/reset date & time
  17. dcache - enable or disable data cache
  18. dhcp - boot image via network using DHCP/TFTP protocol
  19. diskboot- boot from IDE device
  20. echo - echo args to console
  21. editenv - edit environment variable
  22. erase - erase FLASH memory
  23. exit - exit script
  24. false - do nothing, unsuccessfully
  25. fatinfo - print information about filesystem
  26. fatload - load binary file from a dos filesystem
  27. fatls - list files in a directory (default /)
  28. fdt - flattened device tree utility commands
  29. flinfo - print FLASH memory information
  30. go - start application at address 'addr'
  31. help - print command description/usage
  32. i2c - I2C sub-system
  33. icache - enable or disable instruction cache
  34. ide - IDE sub-system
  35. iminfo - print header information for application image
  36. imls - list all images found in flash
  37. imxtract- extract a part of a multi-image
  38. itest - return true/false on integer compare
  39. loadb - load binary file over serial line (kermit mode)
  40. loads - load S-Record file over serial line
  41. loady - load binary file over serial line (ymodem mode)
  42. loop - infinite loop on address range
  43. md - memory display
  44. mm - memory modify (auto-incrementing address)
  45. mtest - simple RAM read/write test
  46. mw - memory write (fill)
  47. nfs - boot image via network using NFS protocol
  48. nm - memory modify (constant address)
  49. pci - list and access PCI Configuration Space
  50. ping - send ICMP ECHO_REQUEST to network host
  51. piomode - piomode - set pio mode (change UPM timing)
  52. printenv- print environment variables
  53. protect - enable or disable FLASH write protection
  54. qe - QUICC Engine commands
  55. rarpboot- boot image via network using RARP/TFTP protocol
  56. reset - Perform RESET of the CPU
  57. run - run commands in an environment variable
  58. saveenv - save environment variables to persistent storage
  59. setenv - set environment variables
  60. showvar - print local hushshell variables
  61. sleep - delay execution for some time
  62. sspi - SPI utility commands
  63. test - minimal test like /bin/sh
  64. tftpboot- boot image via network using TFTP protocol
  65. true - do nothing, successfully
  66. version - print monitor version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement