Advertisement
Guest User

config.ini

a guest
Aug 9th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. #------------------------------------------------------------------------------------------------------
  2. #
  3. # config.ini
  4. #
  5. #------------------------------------------------------------------------------------------------------
  6.  
  7. #------------------------------------------------------------------------------------------------------
  8. #
  9. # Console Setup
  10. #
  11. # consoleopt='console=ttyS0,115200 console=tty0 no_console_suspend'
  12. #
  13. #------------------------------------------------------------------------------------------------------
  14.  
  15. #------------------------------------------------------------------------------------------------------
  16. #
  17. # CPU Frequency Control
  18. #
  19. # WARNING!!! WARNING!!! WARNING!!!
  20. # Before changing anything here please read the wiki entry at:
  21. # https://wiki.odroid.com/odroid-n2/application_note/software/set_cpu_freq
  22. #
  23. # max_freq_a73='1800'
  24. # max_freq_a53='1896'
  25. #
  26. #------------------------------------------------------------------------------------------------------
  27.  
  28. #------------------------------------------------------------------------------------------------------
  29. #
  30. # HDMI CEC Control
  31. # Set by CoreELEC Settings
  32. #
  33. cec_func_config='27'
  34. #
  35. #------------------------------------------------------------------------------------------------------
  36.  
  37. #------------------------------------------------------------------------------------------------------
  38. #
  39. # HDMI CEC OSD Name
  40. # Set by CoreELEC Settings
  41. #
  42. cec_osd_name='CoreELEC'
  43. #
  44. #------------------------------------------------------------------------------------------------------
  45.  
  46. #------------------------------------------------------------------------------------------------------
  47. #
  48. # IR setup
  49. # Setup a custom keycode to wake the N2/C4 from suspend or poweroff
  50. # You can stop kodi and eventlircd and use "ir-keytable -u" to obtain a compatible u-boot
  51. # IR keycode
  52. # This setting will require a injected bl301 blob.
  53. #
  54. # remotewakeup='0x31ce4db2'
  55. #
  56. # decode_type can be one of the following:
  57. # NEC='0x0', DUOKAN='0x1', TOSHIBA='0x2', RCA='0x3', RC5='0x4', RC6A='0x5', NEC_TOSHIBA_2IN1='0x6',
  58. # NEC_RCA_2IN1='0x7', RCMM='0x8', NEC_RC5_2IN1='0x9', NEC_RC5_2IN1='0xa', RC6='0xb'
  59. # This setting will require a injected bl301 blob.
  60. #
  61. # decode_type='0x0' # NEC
  62. #
  63. # remote power key mask:
  64. # Some IR protocols implement a toggle bit, this can be ignored by the "and" mask:
  65. # RC5='0x37ff', RC6='0x1effff', RC6A='0xffff7fff'
  66. # This setting will require a injected bl301 blob.
  67. #
  68. # remotewakeupmask='0xffffffff'
  69. #
  70. #------------------------------------------------------------------------------------------------------
  71.  
  72. #------------------------------------------------------------------------------------------------------
  73. #
  74. # WOL Setting, 0=off/1=on
  75. # Set by CoreELEC Settings
  76. #
  77. # wol=1
  78. #
  79. #------------------------------------------------------------------------------------------------------
  80.  
  81. #------------------------------------------------------------------------------------------------------
  82. #
  83. # Power Off and Wake Up using GPIO Key Button
  84. # Valid options for Odroid N2/C4 are 476,477,478,479,480,481,483,484,485,486,487,488,489,490,491,492
  85. # Valid option for Khadas VIM3 is 503
  86. #
  87. # gpiopower=476 # (pin 16 of J2 header)
  88. #------------------------------------------------------------------------------------------------------
  89.  
  90. #------------------------------------------------------------------------------------------------------
  91. #
  92. # USB specific options
  93. #
  94. # usbopts='usb-xhci.tablesize=2'
  95. #
  96. #------------------------------------------------------------------------------------------------------
  97.  
  98. #------------------------------------------------------------------------------------------------------
  99. #
  100. # USB Power Control
  101. # Set by CoreELEC Settings
  102. #
  103. # usbpower=0
  104. #
  105. #------------------------------------------------------------------------------------------------------
  106.  
  107. #------------------------------------------------------------------------------------------------------
  108. #
  109. # HDMI custom mode
  110. # You can use this setting to set a custom video mode
  111. # modeline "horpixels,verpixels,pixel_clock,hor_freq,ver_freq,hdisp,hsyncstart,hsyncend,htotal,vdisp,
  112. # vsyncstart,vsyncend,vtotal,hsync_polarity,vsync_polarity,progress_mode"
  113. #
  114. # Example for 1920x1080p@60hz
  115. # modeline='1920,1080,148500,67500,60,1920,2008,2052,2200,1080,1084,1088,1125,1,1,1'
  116. #
  117. #------------------------------------------------------------------------------------------------------
  118.  
  119. #------------------------------------------------------------------------------------------------------
  120. #
  121. # VOUT mode
  122. # You can use this setting to set a specific video mode at boot.
  123. #
  124. # vout='1080p60hz'
  125. #
  126. #------------------------------------------------------------------------------------------------------
  127.  
  128. #------------------------------------------------------------------------------------------------------
  129. #
  130. # Fractional Refresh Rate
  131. # You can use this setting to set a fractional refresh rate. So for example if vout mode it set to
  132. # 1080p60hz then setting this to 1 will make the refresh rate switch to 59.97hz instead of the modes
  133. # default of 60hz. In this example setting it to 0 will keep the modes default of 60hz.
  134. #
  135. # frac_rate_policy='0'
  136. #
  137. #------------------------------------------------------------------------------------------------------
  138.  
  139. #------------------------------------------------------------------------------------------------------
  140. #
  141. # Busybox console keyboard layout
  142. # Set by CoreELEC Settings
  143. #
  144. keymap='hu'
  145. #
  146. #------------------------------------------------------------------------------------------------------
  147.  
  148. #------------------------------------------------------------------------------------------------------
  149. #
  150. # CoreELEC Developer Options
  151. # Valid options are: textmode debugging progress nofsck nosplash noram overlay quiet ssh
  152. #
  153. # coreelec='quiet'
  154. #
  155. #------------------------------------------------------------------------------------------------------
  156.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement