Guest User

/BOOT/boot.ini XU4 1280x1024

a guest
Jun 7th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. ODROIDXU-UBOOT-CONFIG
  2.  
  3. # U-Boot Parameters (DO NOT MODIFY)
  4. setenv version 3.10
  5. setenv zimage zImage
  6. setenv fdtbin exynos5422-odroidxu3.dtb
  7.  
  8. # --- Screen Configuration for HDMI --- #
  9. # ---------------------------------------
  10. # Uncomment only ONE line! Leave all commented for automatic selection.
  11. # Uncomment only the setenv line!
  12. # ---------------------------------------
  13. # ODROID-VU forced resolution
  14. # setenv videoconfig "video=HDMI-A-1:1280x800@60"
  15. # -----------------------------------------------
  16. # ODROID-VU forced EDID
  17. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1280x800.bin"
  18. # -----------------------------------------------
  19. # 1920x1080 (1080P) with monitor provided EDID information. (1080p-edid)
  20. ###setenv videoconfig "video=HDMI-A-1:1920x1080@60"
  21. # -----------------------------------------------
  22. # 1920x1080 (1080P) without monitor data using generic information (1080p-noedid)
  23. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1920x1080.bin"
  24. # -----------------------------------------------
  25. # 1920x1080 50hz (1080P) with monitor provided EDID information. (1080p 50hz-edid)
  26. # setenv videoconfig "video=HDMI-A-1:1920x1080@50"
  27. # -----------------------------------------------
  28. # 1920x1080 50hz (1080P) without monitor data using generic information (1080p 50hz-noedid)
  29. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1920x1080_50hz.bin"
  30. # -----------------------------------------------
  31. # 1440x900 with monitor provided EDID information.
  32. # setenv videoconfig "video=HDMI-A-1:1440x900@60"
  33. # -----------------------------------------------
  34. # 1440x900 without monitor data using generic information
  35. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1440x900.bin"
  36. # -----------------------------------------------
  37. # 1280x1024 without monitor data using generic information
  38. setenv videoconfig "drm_kms_helper.edid_firmware=edid/1280x1024.bin"
  39. # -----------------------------------------------
  40. # 1280x720 (720P) with monitor provided EDID information. (720p-edid)
  41. # setenv videoconfig "video=HDMI-A-1:1280x720@60"
  42. # -----------------------------------------------
  43. # 1280x720 (720P) without monitor data using generic information (720p-noedid)
  44. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1280x720.bin"
  45. # -----------------------------------------------
  46. # 1024x768 without monitor data using generic information
  47. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x768.bin"
  48. # -----------------------------------------------
  49. # 1024x600 without monitor data using generic information (ODROID VU7+)
  50. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x600.bin"
  51. # -----------------------------------------------
  52. # 800x600 without monitor data using generic information
  53. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x600.bin"
  54. # -----------------------------------------------
  55. # 800x480 without monitor data using generic information (ODROID 7")
  56. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x480.bin"
  57. # -----------------------------------------------
  58. # 720x576 without monitor data using generic information
  59. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x576.bin"
  60. # -----------------------------------------------
  61. # 720x480 without monitor data using generic information
  62. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x480.bin"
  63. # -----------------------------------------------
  64. # 640x480 without monitor data using generic information
  65. # setenv videoconfig "drm_kms_helper.edid_firmware=edid/640x480.bin"
  66.  
  67.  
  68. # --- HDMI / DVI Mode Selection ---
  69. # ------------------------------------------
  70. # - HDMI Mode
  71. ###setenv vout "hdmi"
  72. # - DVI Mode (disables sound over HDMI as per DVI compat)
  73. setenv vout "dvi"
  74.  
  75.  
  76. # --- CPU Governor Setup ---
  77. # Uncomment only one line. New governor is set after 90secs after boot.
  78. # ------------------------------------------
  79. # - Performance (Keep all the CPU's at Maximum frequency)
  80. setenv governor "performance"
  81. # ------------------------------------------
  82. # - Ondemand
  83. # setenv governor "ondemand"
  84. # ------------------------------------------
  85. # - Interactive (Pretty much just like ondemand with more possible customization via sysfs.)
  86. # setenv governor "interactive"
  87. # ------------------------------------------
  88. # - Conservative (Like ondemand, but do the frequency transitions more slowly, great for battery powered applications)
  89. # setenv governor "conservative"
  90. # ------------------------------------------
  91. # - Powersave (Keeps the CPU's to the lowest possible temps)
  92. # setenv governor "powersave"
  93.  
  94.  
  95. # --- HDMI CEC Configuration ---
  96. # ------------------------------------------
  97. setenv cecenable "false" # false or true
  98. # set to true to enable HDMI CEC
  99.  
  100. #------------------------------------------------------------------------------
  101. #
  102. # HDMI Hot Plug detection
  103. #
  104. #------------------------------------------------------------------------------
  105. #
  106. # Forces the HDMI subsystem to ignore the check if the cable is connected or
  107. # not.
  108. # false : disable the detection and force it as connected.
  109. # true : let cable, board and monitor decide the connection status.
  110. #
  111. # default: true
  112. #
  113. #------------------------------------------------------------------------------
  114. setenv HPD "false"
  115. setenv hdmi_phy_control "HPD=${HPD} vout=${vout}"
  116.  
  117. setenv zimage_addr_r 0x40008000
  118. setenv fdtbin_addr_r 0x44000000
  119.  
  120. setenv fdt_high "0xffffffff"
  121.  
  122. # Default boot argument
  123. setenv bootrootfs "root=/dev/mmcblk0p2 rootwait ro"
  124. setenv console "console=ttySAC2,115200n8 consoleblank=0 vt.global_cursor_default=0"
  125.  
  126. # boot commands
  127. fatload mmc 0:1 ${zimage_addr_r} ${zimage}
  128. fatload mmc 0:1 ${fdtbin_addr_r} ${fdtbin}
  129.  
  130. fdt addr 0x44000000
  131. if test "${cecenable}" = "false"; then fdt rm /cec@101B0000; fi
  132.  
  133. setenv bootargs "${bootrootfs} ${console} governor=${governor} ${videoconfig} ${hdmi_phy_control}"
  134.  
  135. bootz ${zimage_addr_r} - ${fdtbin_addr_r}
Advertisement
Add Comment
Please, Sign In to add comment