Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. # cu -l /dev/ttyS0 -s 115200
  2. Connected.
  3.  
  4. BOOT_OK!LDR_OK
  5. LZMA Decompression...ok
  6. MDrv_PM_RtcGetCounter(CurrentCounter=0)
  7.  
  8. Hello U-Boot
  9.  
  10.  
  11. U-Boot 1.1.6 (Jun 27 2012 - 08:51:17)
  12.  
  13. Board: MSTAR KRNOUS (CPU Speed 552 MHz)
  14. DRAM: 128 X 0 MBytes
  15. U-Boot is running at DRAM 0x87600000
  16. ###############BOARD CONFIGURATION#####################
  17. DEFAULT ENBALE L2-Cache
  18. FPU(DISABLE)
  19. ENABLE_DDR3_16BIT_MODE
  20. DDR_FREQUENCY(1600MHz)
  21. ###############BOARD CONFIGURATION#####################
  22. Module: USB FAT FLASH SPI OSD ENV=SERIAL
  23. Flash is detected (0x0803, 0x01, 0x02, 0x16)
  24. MDrv_SERFLASH_GetInfo()
  25. u32AccessWidth = 1
  26. u32TotalSize = 8388608
  27. u32SecNum = 128
  28. u32SecSize = 65536
  29. In: serial
  30. Out: serial
  31. Err: serial
  32. MSVC00B000100100208768TH0000000T
  33. Hit any key to stop autoboot: 0
  34.  
  35. << MStar >># ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
  36. Unknown command 'ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg' - try 'help'
  37. << MStar >># help
  38. ? - alias for 'help'
  39.  
  40. do Lzma for compress image
  41.  
  42. base - print or set address offset
  43.  
  44. bdinfo - print Board Info structure
  45.  
  46. bootm - boot application image from memory
  47.  
  48. cmp - memory compare
  49.  
  50. coninfo - print console devices and information
  51.  
  52. cp - memory copy
  53.  
  54. cpmsbin - Copy ms bin file (Chakra) from nand to dram
  55.  
  56. crc32 - checksum calculation
  57.  
  58. cusid check the image is release by the valid guys
  59.  
  60. dcache - enable or disable data cache
  61.  
  62. draw_pixel - draw a pixel with color
  63.  
  64. draw_string - draw string with color
  65.  
  66. draw_rect - draw rect with color
  67.  
  68. draw_string - draw string with color
  69.  
  70. du - Disable UART
  71.  
  72. env2flash - read environment parameter file and restore it to flash
  73.  
  74. envbin - read out environment parameter and store it to usb disk
  75.  
  76. erase - erase FLASH memory
  77.  
  78. fatinfo - print information about filesystem
  79.  
  80. fatload - load binary file from a dos filesystem
  81.  
  82. fatls - list files in a directory (default /)
  83.  
  84. fatwrite - write binary file to a dos filesystem
  85.  
  86. flinfo - print FLASH memory information
  87.  
  88. go - start application at address 'addr'
  89.  
  90. help - print online help
  91.  
  92. loop - infinite loop on address range
  93.  
  94. md - memory display
  95.  
  96. mm - memory modify (auto-incrementing)
  97.  
  98. mstar - update kernal & root file system automatically by script file
  99.  
  100. mtest - simple RAM test
  101.  
  102. mw - memory write (fill)
  103.  
  104. ustar - update kernal & root file system automatically by script file
  105.  
  106. nm - memory modify (constant address)
  107.  
  108. osd_create - create osd layer
  109.  
  110. osd_destroy - destroy osd layer
  111.  
  112. pnlinfo - set panel info and save to nand flahs
  113.  
  114. printenv- print environment variables
  115.  
  116. protect - enable or disable FLASH write protection
  117.  
  118. reset - Perform RESET of the CPU
  119.  
  120. run - run commands in an environment variable
  121.  
  122. saveenv - save environment variables to persistent storage
  123.  
  124. setenv - set environment variables
  125.  
  126. spi_dma - SPI copy data from flash to DRAM by PIU DMA
  127.  
  128. spi_ea - SPI erase all
  129.  
  130. spi_eb - SPI erase block
  131.  
  132. spi_gfo - SPI get flash info
  133.  
  134. spi_gr - SPI get Chip Rev
  135.  
  136. spi_id - SPI read ID
  137.  
  138. spi_in - SPI initialization
  139.  
  140. spi_r - SPI read commands
  141.  
  142. spi_rb - SPI read buffer
  143.  
  144. spi_rdc - SPI read code from SPI flash to DRAM
  145.  
  146. spi_rs - SPI read status
  147.  
  148. spi_w - SPI write commands
  149.  
  150. spi_wb - SPI write buffer
  151.  
  152. spi_wp - SPI write protect
  153.  
  154. spi_wrc - SPI write code from DRAM to SPI flash
  155.  
  156. sspi - SPI utility commands
  157.  
  158. sysinfo - set system info and save to nand flahs
  159.  
  160. usb - USB sub-system
  161.  
  162. ustar - update kernal & root file system automatically by script file
  163.  
  164. usbboot - boot from USB device
  165.  
  166. ustar - update kernal & root file system automatically by script file
  167.  
  168. version - print monitor version
  169.  
  170. << MStar >># printenv
  171. bootdelay=0
  172. baudrate=115200
  173. preboot=echo;echo Type "help" for more commands.
  174. MS_BOARD=BD_MST124D_D02A_S
  175. stdin=serial
  176. stdout=serial
  177. stderr=serial
  178.  
  179. Environment size: 145/65532 bytes
  180. << MStar >>#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement