找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3274|回复: 2

玩客云供学习研究用的资料

[复制链接]
本帖最后由 nh_wzg 于 2022-8-30 15:05 编辑

收到一台V1.0的玩客云,参照《玩客云v1.0刷首选底包刷5.90必备(专治1.0emmc不启动)》https://www.right.com.cn/forum/thread-4754348-1-1.html
分阶段得到的学习资料。
【1、】》1、用双usb数据线刷首选底包靠近hdmi的那个口子
【1.1、】拆机、焊接TTL插针。
【1.2、】双USB公头线连接,短接特征接点,进入‘首选底包.img’上载到设备的软件界面。成功完成。
【1.3、】连接TTL_USB接口模块,杜邦线,PC内软件Putty设置COM口、速率、接收信息解析格式、生成LOG文件的格式。
【1.4、】Putty按正确设置打开,玩客云接上电源开机。了解进入后的环境。退出,保存、打印LOG文件进行学习。
要是有个大侠给讲解下就好了,现在都瞎猜。
  1. QA5:B;SVN:B72;POC:1FF;STS:0;BOOT:0;INIT:0;READ:0;CHECK:0;PASS:0;

  2. UBoot SPL (09:27:30 Jan 30 2020) for Onecloud
  3. Built By Lin. <767763591@qq.com>

  4. CPU: Amlogic S805 Quad Cortex-A5 up to 1.524GHz running at 1200MHz
  5.        MEM: 1392MHz 2T 1GB DDR3 OK
  6. Boot From SDIO C
  7. Decompress... OK
  8. Boot from internal device 1st eMMC on SDIO C

  9. Starting...


  10. U-boot-00000-g20fe16d-dirty(m8b_m201_v1@master) (Jan 30 2020 - 09:27:28)

  11. clr h-ram
  12. DRAM:  1 GiB
  13. relocation Offset is: 2feb8000
  14. show partition table:
  15. part: 0, name :       logo, size : 100000
  16. part: 1, name :       boot, size : 1000000
  17. part: 2, name :      cache, size : 20000000
  18. part: 3, name :     system, size : end
  19. aml_card_type=0x200
  20. MMC:   SDIO Port B: 0, SDIO Port C: 1
  21. power init
  22. out reg=c110804c,value=dfffffff
  23. out reg=c8100024,value=bfff3fff
  24. out reg=c8100024,value=bffb3ff7
  25. register usb cfg[0][1] = 3ff67610
  26. register usb cfg[2][0] = 3ff6a5f4
  27. enter emmc boot
  28. Emmckey: Access range is illegal!
  29. [mmc_init] SDIO Port C:1, if_type=6, initialized OK!
  30. [mmc_get_partition_table] skip cache partition.
  31. Partition table get from SPL is :
  32.         name                        offset              size              flag
  33. ===================================================================================
  34.    0: bootloader                         0            400000                  0
  35.    1: reserved                     2400000           4000000                  0
  36.    2: cache                        6c00000          20000000                  1
  37.    3: env                         27400000            800000                  0
  38.    4: logo                        28400000            100000                  1
  39.    5: boot                        28d00000           1000000                  1
  40.    6: system                      2a500000         1a7b00000                  1
复制代码
这个版本的UBoot命令帮助:
  1. m8b_m201_1G#help

  2. ?       - alias for 'help'
  3. adc     - M6 ADC test
  4. aml_sysrecovery- Burning with amlogic format package from partition sysrecovery
  5. amlnf   - AMLPHYNAND sub-system
  6. amlnf_test- AMLPHYNAND sub-system
  7. autoping- do auto ping test
  8. autoscr - run script from memory
  9. base    - print or set address offset
  10. bdinfo  - print Board Info structure
  11. bmp     - manipulate BMP image data
  12. boardid_prefetch- boardid sub-system
  13. bootm   - boot application image from memory
  14. bootp   - boot image via network using BOOTP/TFTP protocol
  15. cali    - configure clock phare
  16. calinfo - calinfo print the chip calibration info
  17. cbusreg - cbus register read/write
  18. checkhw - Get the hardware revsion
  19. clear_rebootmode- clear rebootmode
  20. clkmsr  - measure PLL clock
  21. cmp     - memory compare
  22. coninfo - print console devices and information
  23. cp      - memory copy
  24. cpu_temp- cpu temp-system
  25. crc32   - checksum calculation
  26. dcache  - enable or disable data cache
  27. defenv  - default environment
  28. defenv_reserve_env- reserve env
  29. defenv_without- defenv without environment variables
  30. dhcp    - boot image via network using DHCP/TFTP protocol
  31. echo    - echo args to console
  32. editenv - edit environment variable
  33. efuse   - efuse version/licence/mac/hdcp/usid read/write or dump raw efuse data commands or info(display chip efuse info)
  34. env     - environment handling commands
  35. ethchk  - check ethernet status
  36. ethdbg  - set ethernet debug level
  37. ethmode - set ethernet mac mode
  38. ethrst  - reset ethernet phy
  39. exit    - exit script
  40. ext2load- load binary file from a Ext2 filesystem
  41. ext2ls  - list files in a directory (default /)
  42. false   - do nothing, unsuccessfully
  43. fatexist- find the file from a dos filesystem
  44. fatinfo - print information about filesystem
  45. fatload - load binary file from a dos filesystem
  46. fatls   - list files in a directory (default /)
  47. fdt     - flattened device tree utility commands
  48. get_img_size- get img size and save the result as a environment variable
  49. get_rebootmode- get reboot mode
  50. go      - start application at address 'addr'
  51. gset    - gpio commands
  52. help    - print command description/usage
  53. icache  - enable or disable instruction cache
  54. imgread - Read the image from internal flash with actual size
  55. imxtract- extract a part of a multi-image
  56. itest   - return true/false on integer compare
  57. keyunify- key unify sub-system
  58. kgdb    - enter gdb remote debug mode
  59. loadb   - load binary file over serial line (kermit mode)
  60. loadenv - load environment at address 'addr'
  61. loads   - load S-Record file over serial line
  62. loadx   - load binary file over serial line (xmodem mode)
  63. loady   - load binary file over serial line (ymodem mode)
  64. logo    - logo sub-system
  65. loop    - infinite loop on address range
  66. macreg  - ethernet mac register read/write/dump
  67. md      - memory display
  68. mdc_clk - do mdc clock
  69. mm      - memory modify (auto-incrementing address)
  70. mmc     - MMC sub system
  71. mmcinfo - mmcinfo <dev num>-- display MMC info
  72. msleep  - delay execution for some time
  73. msr     - Meson msr sub-system
  74. mtest   - simple RAM read/write test
  75. mw      - memory write (fill)
  76. netspd_f- enforce eth speed
  77. nm      - memory modify (constant address)
  78. phyreg  - ethernet phy register read/write/dump
  79. ping    - send ICMP ECHO_REQUEST to network host
  80. printenv- print environment variables
  81. put     - put  storage
  82. pwm     - pwm sub-system
  83. rarpboot- boot image via network using RARP/TFTP protocol
  84. reset   - Perform RESET of the CPU
  85. run     - run commands in an environment variable
  86. saradc  - saradc sub-system
  87. saveenv - save environment variables to persistent storage
  88. sdc_burn- Burning with amlogic format package in sdmmc
  89. sdc_update- Burning a partition with image file in sdmmc card
  90. secukey - security KEY sub-system
  91. setenv  - set environment variables
  92. showvar - print local hushshell variables
  93. sleep   - delay execution for some time
  94. source  - run script from memory
  95. ssecukey- NAND KEY sub-system
  96. store   - STORE sub-system
  97. suspend - suspend
  98. test    - minimal test like /bin/sh
  99. tftpboot- boot image via network using TFTP protocol
  100. true    - do nothing, successfully
  101. unpackimg- unpack imgpack to single
  102. update  - Enter v2 usbburning mode
  103. usb     - USB sub-system
  104. usb_burn- Burning with amlogic format package in usb
  105. usb_update- Burning a partition with image file in usb host
  106. usbbc   - test usb bc
  107. usbboot - boot from USB device
  108. usid_prefetch- usid sub-system
  109. uuid_prefetch- uuid sub-system
  110. version - print monitor, compiler and linker version
  111. video   - video sub-system
  112. m8b_m201_1G#version


  113. U-boot-00000-g20fe16d-dirty(m8b_m201_v1@master) (Jan 30 2020 - 09:27:28)
  114. arm-none-eabi-gcc (Sourcery G++ Lite 2010q1-188) 4.4.1
  115. GNU ld (Sourcery G++ Lite 2010q1-188) 2.19.51.20090709
  116. m8b_m201_1G#
复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
其实有直刷包,用不着这么多步骤了
https://www.right.com.cn/FORUM/thread-8246606-1-1.html
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
直刷包的帖子,这个我知道,我现在想了解的是,整个详细的编译过程。因为没搞过。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-29 19:01

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表