Advertisement
tieuvinhlong

uboot - s906 - x96

Mar 18th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.24 KB | None | 0 0
  1. gxl_p212_v1#
  2. EnableSelinux=permissive
  3. aml_dt=gxl_p212_1g
  4. baudrate=115200
  5. bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0
  6. x8000 ramoops.console_size=0x4000 androidboot.selinux=permissive logo=osd1,loaded,0x3d800000,576cvbs maxcpus=4 vout=576cvbs,enable hdmimode=1080p60hz
  7. cvbsmode=576cvbs hdmitx= cvbsdrv=0 androidboot.firstboot=0 jtag=apao androidboot.hardware=amlogic mac=c4:4e:ac:0d:05:de androidboot.mac=c4:4e:ac:0d:05:de
  8. bootcmd=run start_autoscript;run storeboot;
  9. bootdelay=1
  10. bootfromnand=0
  11. bootfromrecovery=0
  12. bootup_offset=0x1285678
  13. bootup_size=0x3f4848
  14. 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;
  15. cvbs_drv=0
  16. cvbsmode=576cvbs
  17. display_bpp=16
  18. display_color_bg=0
  19. display_color_fg=0xffff
  20. display_color_index=16
  21. display_height=576
  22. display_layer=osd1
  23. display_width=720
  24. dtb_mem_addr=0x1000000
  25. ethact=dwmac.c9410000
  26. ethaddr=00:15:18:01:81:31
  27. 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;
  28. fb_addr=0x3d800000
  29. fb_height=1080
  30. fb_width=1920
  31. fdt_high=0x20000000
  32. firstboot=0
  33. gatewayip=10.18.9.1
  34. hdmimode=1080p60hz
  35. hostname=arm_gxbb
  36. identifyWaitTime=1050
  37. init_display=osd open;osd clear;imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scale
  38. initargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0
  39. x8000 ramoops.console_size=0x4000
  40. ipaddr=10.18.9.97
  41. jtag=apao
  42. loadaddr=1080000
  43. mac=c4:4e:ac:0d:05:de
  44. maxcpus=4
  45. netmask=255.255.255.0
  46. outputmode=576cvbs
  47. preboot=run factory_reset_poweroff_protect;run upgrade_check;run init_display;run storeargs;run upgrade_key;run upgrade_adc_key;run switch_bootmode;reboot_mode=cold_boot
  48. recovery_from_flash=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};if imgread kernel ${recovery_part} ${loadaddr} ${recovery_offset}; then wipeisb; bootm ${loadaddr}; fi
  49. recovery_from_sdcard=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};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;
  50. recovery_from_udisk=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};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 ec
  51. ho udisk dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;
  52. recovery_offset=0
  53. recovery_part=recovery
  54. sdc_burning=sdc_burn ${sdcburncfg}
  55. sdcburncfg=aml_sdc_burn.ini
  56. serverip=10.18.9.113
  57. start_autoscript=if usb start ; then run start_usb_autoscript;fi;if mmcinfo; then run start_mmc_autoscript;fi;
  58. start_mmc_autoscript=if fatload mmc 0 1020000 s905_autoscript; then autoscr 1020000; fi
  59. start_usb_autoscript=if fatload usb 0 1020000 s905_autoscript; then autoscr 1020000; fi
  60. stderr=serial
  61. stdin=serial
  62. stdout=serial
  63. storeargs=setenv bootargs ${initargs} androidboot.selinux=${EnableSelinux} logo=${display_layer},loaded,${fb_addr},${outputmode} maxcpus=${maxcpus} vout=${outputmode},enable hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig} cvbsdrv=${cvbs_drv} androidboot.firstboot=${firstboot} jtag=${jtag};
  64. setenv bootargs ${bootargs} androidboot.hardware=amlogic;run cmdline_keys;
  65. storeboot=if imgread kernel boot ${loadaddr}; then bootm ${loadaddr}; fi;run update;
  66. 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;try_auto_burn=update 1000 1050;
  67. 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;
  68. upgrade_adc_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;
  69. upgrade_check=echo upgrade_step=${upgrade_step}; if itest ${upgrade_step} == 3; then run init_display; run storeargs; run update;else fi;
  70. upgrade_key=if gpio input GPIOAO_2; then echo detect upgrade key; sleep 3;if gpio input GPIOAO_2; then run update; fi;fi;upgrade_step=2
  71. usb_burning=update 1000
  72. wipe_cache=successful
  73. wipe_data=successful
  74.  
  75. Environment size: 5379/65532 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement