Advertisement
Guest User

uEnv - LCD on

a guest
Oct 27th, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. onsole=ttyS0,115200n8
  2. selinux=permissive
  3. enforcing=0
  4. optargs=no_console_suspend
  5. kernel_filename=kernel
  6. initrd_filename=ramdisk.img
  7. recovery_initrd_filename=ramdisk-recovery.img
  8. hardware=sun50iw1p1
  9.  
  10. # INFO:
  11. # To enable one of below options,
  12. # uncomment them by removing # in front of name
  13.  
  14. # To use android recovery:
  15. # Create empty file recovery.txt in root of this partition
  16.  
  17. # To enable LCD or HDMI, if not changed it will use default (experimental)
  18. disp_screen0=lcd
  19. pine64_lcd=on
  20.  
  21. # disp_screen1=lcd or hdmi
  22. # disp_mode=screen0 or screen1 or dualhead or xinerama or clone
  23.  
  24. # USB OTG port mode (experimental)
  25. # otg_mode=device or host or otg
  26. otg_mode=host
  27.  
  28. # Configure contiguous memory allocation
  29. # This maybe required to be enlarged for 4K displays
  30. cma=384M
  31.  
  32. # To change HDMI display mode:
  33. # hdmi_mode=480i
  34. # hdmi_mode=576i
  35. # hdmi_mode=480p
  36. # hdmi_mode=576p
  37. # hdmi_mode=720p50
  38. # hdmi_mode=720p60
  39. # hdmi_mode=1080i50
  40. # hdmi_mode=1080i60
  41. # hdmi_mode=1080p24
  42. # hdmi_mode=1080p50
  43. # hdmi_mode=1080p60
  44. # hdmi_mode=2160p30
  45. # hdmi_mode=2160p25
  46. # hdmi_mode=2160p24
  47. # hdmi_mode=800x480p
  48. # hdmi_mode=1024x600p
  49.  
  50. # To enable DVI compatibilty:
  51. # disp_dvi_compat=on
  52.  
  53. # To enable CSI camera, if not enabled it will use default:
  54. # camera_type=s5k4ec
  55. # camera_type=ov5640
  56.  
  57. # Configure ethernet speed
  58. eth0_speed=auto
  59. # eth0_speed=1000
  60. # eth0_speed=100
  61. # eth0_speed=10
  62.  
  63. # Disable HDMI CEC
  64. # hdmi_cec=0
  65.  
  66. # Enable experimental HDMI CEC driver
  67. hdmi_cec=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement