Advertisement
Guest User

printenv_s95_pro

a guest
Apr 23rd, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 KB | None | 0 0
  1. gxb_p200_v1#printenv
  2.  
  3. 1080p_h=1028
  4. 1080p_w=1826
  5. 1080p_x=47
  6. 1080p_y=26
  7. baudrate=115200
  8. bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.mem_address=0x20000000 ramoops.mem_size=0x100000 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=permissive logo=osd1,loaded,0x3f800000,576cvbs hdmimode=1080p60hz cvbsmode=576cvbs hdmitx=cec0xb,rgb0 androidboot.firstboot=0 mac=20:18:0e:02:57:84 androidboot.mac=20:18:0e:02:57:84
  9. bootcmd=run start_autoscript;run storeboot;
  10. bootdelay=1
  11. bootmode_check=get_rebootmode; echo reboot_mode=${reboot_mode};if test ${reboot_mode} = factory_reset; then defenv_reserv aml_dt;setenv upgrade_step 2; save;fi;
  12. bootup_offset=0x1080300
  13. bootup_size=0x384036
  14. cecconfig=cec0xb
  15. cmdline_keys=if keyman init 0x1234; then if keyman read usid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.serialno=${usid};fi;if keyman read mac ${loadaddr} str; then setenv bootargs ${bootargs} mac=${mac} androidboot.mac=${mac};fi;if keyman read deviceid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.deviceid=${deviceid};fi;fi;
  16. cvbsmode=576cvbs
  17. digitaudiooutput=HDMI passthrough
  18. display_bpp=32
  19. display_color_bg=0
  20. display_color_fg=0xffff
  21. display_color_index=32
  22. display_height=576
  23. display_layer=osd1
  24. display_width=720
  25. dtb_mem_addr=0x1000000
  26. edid.crcvalue=0xde8d0000
  27. ethact=Meson_Ethernet
  28. ethaddr=00:15:18:01:81:31
  29. factory_reset_poweroff_protect=echo wipe_data=${wipe_data}; echo wipe_cache=${wipe_cache};if test ${wipe_data} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; if test ${wipe_cache} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi;
  30. fb_addr=0x3f800000
  31. fb_height=1080
  32. fb_width=1920
  33. fdt_high=0x20000000
  34. filesize=23c
  35. firstboot=0
  36. gatewayip=10.18.9.1
  37. hdmimode=1080p60hz
  38. hdmitx_rgb=0
  39. hostname=arm_gxbb
  40. identifyWaitTime=1500
  41. init_display=hdmitx hpd;osd open;osd clear;vout output ${outputmode};imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scale
  42. initargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.mem_address=0x20000000 ramoops.mem_size=0x100000 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=permissive
  43. ipaddr=10.18.9.97
  44. irremote_update=if irkey 0xe31cfb04 0xb748fb04 2500000; then echo read irkey ok!; if itest ${irkey_value} == 0xe31cfb04; then run update;else if itest ${irkey_value} == 0xb748fb04; then run update;\
  45. fi;fi;fi;
  46. is.bestmode=true
  47. loadaddr=1080000
  48. mac=20:18:0e:02:57:84
  49. netmask=255.255.255.0
  50. outputmode=576cvbs
  51. preboot=run factory_reset_poweroff_protect;run upgrade_check;run bootmode_check;run init_display;run storeargs;run upgrade_key;run switch_bootmode;
  52. reboot_mode=cold_boot
  53. recovery_from_flash=if imgread kernel recovery ${loadaddr}; then wipeisb; bootm ${loadaddr}; fi
  54. recovery_from_sdcard=if fatload mmc 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload mmc 0 ${loadaddr} recovery.img; then if fatload mmc 0 ${dtb_mem_addr} dtb.img; then echo sd dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;
  55. recovery_from_udisk=if fatload usb 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload usb 0 ${loadaddr} recovery.img; then if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo udisk dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;
  56. sdc_burning=sdc_burn ${sdcburncfg}
  57. sdcburncfg=aml_sdc_burn.ini
  58. serverip=10.18.9.113
  59. start_autoscript=if usb start ; then run start_usb_autoscript;fi;if mmcinfo; then run start_mmc_autoscript;fi;
  60. start_mmc_autoscript=if fatload mmc 0 1020000 s905_autoscript; then autoscr 1020000; fi
  61. start_usb_autoscript=if fatload usb 0 1020000 s905_autoscript; then autoscr 1020000; fi
  62. stderr=serial
  63. stdin=serial
  64. stdout=serial
  65. storeargs=setenv bootargs ${initargs} logo=${display_layer},loaded,${fb_addr},${outputmode} hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig},rgb${hdmitx_rgb} androidboot.firstboot=${firstboot}; run cmdline_keys;
  66. storeboot=if imgread kernel boot ${loadaddr}; then store dtb read $dtb_mem_addr; bootm ${loadaddr}; fi;run update;
  67. switch_bootmode=get_rebootmode;if test ${reboot_mode} = factory_reset; then run recovery_from_flash;else if test ${reboot_mode} = update; then run update;else if test ${reboot_mode} = cold_boot; then run try_auto_burn; fi;fi;fi;
  68. try_auto_burn=update 700 1500;
  69. update=run usb_burning; run sdc_burning; if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;
  70. upgrade_check=echo upgrade_step=${upgrade_step}; if itest ${upgrade_step} == 3; then run init_display; run storeargs; run update;else if itest ${upgrade_step} == 1; then defenv_reserv; setenv upgrade_step 2; saveenv;fi;fi;
  71. upgrade_key=saradc open 0; if saradc get_in_range 0 0x50; then msleep 50; if saradc get_in_range 0 0x50; then echo update by key...; run update; fi;fi
  72. upgrade_step=2
  73. usb_burning=update 1000
  74. wipe_cache=successful
  75. wipe_data=successful
  76.  
  77. Environment size: 5320/65532 bytes
  78. gxb_p200_v1#helo p
  79.  
  80. ? - alias for 'help'
  81. aml_sysrecovery- Burning with amlogic format package from partition sysrecovery
  82. amlmmc - AMLMMC sub system
  83. amlnf - aml nand sub-system
  84. amlnf_test- AMLPHYNAND sub-system
  85. autoping- do auto ping test
  86. autoscr - run script from memory
  87. base - print or set address offset
  88. bmp - manipulate BMP image data
  89. booti - boot arm64 Linux Image image from memory
  90. bootm - boot application image from memory
  91. bootp - boot image via network using BOOTP/TFTP protocol
  92. cbusreg - cbus register read/write
  93. clkmsr - measure PLL clock
  94. cmp - memory compare
  95. cp - memory copy
  96. crc32 - checksum calculation
  97. cvbs - CVBS sub-system
  98. dcache - enable or disable data cache
  99. defenv_reserv- reserve some specified envs after defaulting env
  100. dhcp - boot image via network using DHCP/TFTP protocol
  101. echo - echo args to console
  102. efuse - efuse read/write data commands
  103. efuse_user- efuse user space read write ops
  104. emmc - EMMC sub system
  105. env - environment handling commands
  106. ethchk - check ethernet status
  107. ethdbg - set ethernet debug level
  108. ethmode - set ethernet mac mode
  109. ethrst - reset ethernet phy
  110. exit - exit script
  111. false - do nothing, unsuccessfully
  112. fatinfo - print information about filesystem
  113. fatload - load binary file from a dos filesystem
  114. fatls - list files in a directory (default /)
  115. fatsize - determine a file's size
  116. fdt - flattened device tree utility commands
  117. get_rebootmode- get reboot mode
  118. go - start application at address 'addr'
  119. gpio - query and control gpio pins
  120. hdmitx - HDMITX sub-system
  121. help - print command description/usage
  122. i2c - I2C sub-system
  123. icache - enable or disable instruction cache
  124. imgread - Read the image from internal flash with actual size
  125. irkey - irkey key_value1 key_value2 time_value
  126. itest - return true/false on integer compare
  127. jtagoff - disable jtag
  128. jtagon - enable jtag
  129. keyman - Unify key ops interfaces based dts cfg
  130. keyunify- key unify sub-system
  131. loop - infinite loop on address range
  132. macreg - ethernet mac register read/write/dump
  133. md - memory display
  134. mdc_clk - do mdc clock
  135. mm - memory modify (auto-incrementing address)
  136. mmc - MMC sub system
  137. mmcinfo - display MMC info
  138. mw - memory write (fill)
  139. netspd_f- enforce eth speed
  140. nm - memory modify (constant address)
  141. open_scp_log- print SCP messgage
  142. osd - osd sub-system
  143. phyreg - ethernet phy register read/write/dump
  144. ping - send ICMP ECHO_REQUEST to network host
  145. printenv- print environment variables
  146. rarpboot- boot image via network using RARP/TFTP protocol
  147. read_temp- cpu temp-system
  148. reboot - set reboot mode and reboot system
  149. reset - Perform RESET of the CPU
  150. rsvmem - reserve memory
  151. run - run commands in an environment variable
  152. saradc - saradc sub-system
  153. saveenv - save environment variables to persistent storage
  154. sdc_burn- Burning with amlogic format package in sdmmc
  155. sdc_update- Burning a partition with image file in sdmmc card
  156. set_trim_base- cpu temp-system
  157. set_usb_boot- set usb boot mode
  158. setenv - set environment variables
  159. showvar - print local hushshell variables
  160. sleep - delay execution for some time
  161. store - STORE sub-system
  162. temp_triming- cpu temp-system
  163. test - minimal test like /bin/sh
  164. tftpboot- boot image via network using TFTP protocol
  165. true - do nothing, successfully
  166. unpackimg- un pack logo image into pictures
  167. update - Enter v2 usbburning mode
  168. usb - USB sub-system
  169. usb_burn- Burning with amlogic format package in usb
  170. usb_update- Burning a partition with image file in usb host
  171. usbboot - boot from USB device
  172. version - print monitor, compiler and linker version
  173. vout - VOUT sub-system
  174. vpu - vpu sub-system
  175. wipeisb - wipeisb
  176. write_trim- cpu temp-system
  177. write_version- cpu temp-system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement