Advertisement
Guest User

shiki

a guest
Sep 21st, 2010
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. U-Boot 1.1.4 (May 14 2010 - 00:11:51)
  2. WonderMedia Technologies, Inc.
  3. WMT U-Boot Version : 0.12.01.00.17
  4. U-Boot code: 03F80000 -> 03FB8298 BSS: -> 040066A8
  5. RAM Configuration:
  6. Bank #0: 00000000 128 MB
  7. boot from spi flash.
  8. flash:
  9. Bank1: FFF80000 -- FFFFFFFF
  10. Bank2: FF780000 -- FFF7FFFF
  11. Flash: 8.5 MB
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. ### main_loop entered: bootdelay=1
  16.  
  17. bootcmd="nand read 3c00000 19300000 30000;logo show;run text1;run text2;run text3"
  18. CE0: NAND FLASH ID: 0xECD514B6
  19. CE0: NAND FLASH Name: SAMSUNG_K9XXG08UXM (2048 MB)
  20. block4095 tag=74624230 version =1
  21. block4094 tag=62743142 version =1
  22. g_nfinfo[0].id = 0xE, g_nfinfo[1].id = 0xFFFF
  23. Read finsih
  24. show logo .....
  25. LCD param (setting): 1,30000,8,800,480,48,40,40,3,29,13
  26. PWM param (setting): 0,4,599,449
  27. LCD FrameBuffer = 0x07900000, BMP Address = 0x03C00000
  28. Loading BMP .....
  29. colorBits = 24
  30. logo_width = 238, logo_height= 228
  31. lcd_width= 800, lcd_height = 480
  32. ok
  33. no string ....
  34. PWM0 input freq = 47916666 Hz, output freq = 19998 Hz
  35. PWM0 register setting: scalar = 3, period = 598, duty = 448
  36. "Android version: 1.6"
  37. "kernel version: 2.6.29"
  38. "WMT SDK version: 1.7.2"
  39. Execute register operation:
  40. reg op: 0xD8110064 | 0x4
  41. reg op: 0xD811008C | 0x4
  42. reg op: 0xD81100B4 & 0xFFFFFFFB
  43. reg op: 0xD8110064 | 0x8
  44. reg op: 0xD811008C | 0x8
  45. reg op: 0xD81100B4 | 0x8
  46. reg op: 0xD8130054 | 0x1
  47. ### main_loop: bootcmd="nand read 0 0 300000;bootm 0"
  48. Hit any key to stop autoboot: 0
  49.  
  50. WMT # help
  51. ? - alias for 'help'
  52. autoscr - run script from memory
  53. base - print or set address offset
  54. bdinfo - print Board Info structure
  55. boot - boot default, i.e., run 'bootcmd'
  56. bootd - boot default, i.e., run 'bootcmd'
  57. bootm - boot application image from memory
  58. bootp - boot image via network using BootP/TFTP protocol
  59. cleanlcd - clean LCD screen
  60. cmp - memory compare
  61. coninfo - print console devices and information
  62. cp - memory copy
  63. crc32 - checksum calculation
  64. dhcp - invoke DHCP client to obtain IP/boot params
  65. diskboot- boot from IDE device
  66. dmacp - dma memory copy
  67. echo - echo args to console
  68. erase - erase FLASH memory
  69. fatinfo - print information about filesystem
  70. fatload - load binary file from a dos filesystem
  71. fatls - list files in a directory (default /)
  72. fatstore - store binary file to a dos filesystem
  73. flinfo - print FLASH memory information
  74. go - start application at address 'addr'
  75. help - print online help
  76. ide - IDE sub-system
  77. iminfo - print header information for application image
  78. imls - list all images found in flash
  79. itest - return true/false on integer compare
  80. lcdinit - initialize LCD
  81. loadb - load binary file over serial line (kermit mode)
  82. loads - load S-Record file over serial line
  83. show -
  84. loop - infinite loop on address range
  85. md - memory display
  86. mii - MII utility commands
  87. mm - memory modify (auto-incrementing)
  88. mmcinit - init mmc card
  89. mtest - simple RAM test
  90. mw - memory write (fill)
  91. nand - NAND sub-system
  92. nfs - boot image via network using NFS protocol
  93. nm - memory modify (constant address)
  94. ping - send ICMP ECHO_REQUEST to network host
  95. printenv- print environment variables
  96. protect - enable or disable FLASH write protection
  97. randmac - generate a random MAC address and save to "ethaddr" environment variable
  98. rarpboot- boot image via network using RARP/TFTP protocol
  99. reset - Perform RESET of the CPU
  100. run - run commands in an environment variable
  101. saveenv - save environment variables to persistent storage
  102. sdwaitins - wait sd card inserted or removed
  103. sdwaitins 0 -- waiting removed
  104. sdwaitins 1 -- waiting inserted
  105. setenv - set environment variables
  106. sleep - delay execution for some time
  107. textout - show text to the screen
  108. textout x y "str" color
  109. color is 24bit Hex, R[23:16], G[15:8], B[7:0]
  110. for example: textout 0 0 "hello world" FFFFFF
  111. tftpboot- boot image via network using TFTP protocol
  112. tmpt - execute Mass Production Tool
  113. uploadfile- Transfer the spi flash image to the server.
  114. version - print monitor version
  115. WMT #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement