Advertisement
GAMELASTER

Untitled

Oct 8th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. elif test "${pinebook_lcd_mode}" = "batch3"; then
  2. echo "Fixing LCD parameters to use Pinebook Batch 3"
  3. fdt set /soc@01c00000/boot_disp output_type "<0x00000001>" # Set boot disp to LCD
  4. fdt set /soc@01c00000/boot_disp output_mode "<0x0000000a>" # Set boot disp mode to 1080p60
  5. fdt set /soc@01c00000/disp@01000000 screen0_output_mode "<0x0000000a>" # Set boot disp mode to 1080p60
  6. fdt set /soc@01c00000/lcd0@01c0c000 lcd_x "<0x780>"
  7. fdt set /soc@01c00000/lcd0@01c0c000 lcd_y "<0x438>"
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement