Site Tools


upgrading_lcd_panel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
upgrading_lcd_panel [2012/02/20 13:18] – [Compiling & Installing] nicofsupgrading_lcd_panel [2012/02/20 13:56] – [Changing the Source] nicofs
Line 67: Line 67:
  .yres = 600,  .yres = 600,
   .bits_per_pixel = 16,   .bits_per_pixel = 16,
- };</code> and replace lines 2 and 3 with: <code> .xres = 1280, + };</code>replace lines 2 and 3 with: <code> .xres = 1280, 
- .yres = 720,</code>+ .yres = 720,</code> and insert after line 4:<code> .flags = TEGRA_FB_FLIP_ON_PROBE,</code>
   - save your changes and quit the editor   - save your changes and quit the editor
 ==== Compiling & Installing ==== ==== Compiling & Installing ====
 Now that the source code is changed according to your hardware, you can compile your custom kernel by entering <code>sudo make paz00_defconfig zImage modules modules_install</code> As this might take up to 60 minutes, you may lean back and watch the show or do something else in the meantime. After (hopefully) successfully compiling, by now the required modules should be installed and you only need to flash the kernel onto your AC100 by typing:<code>abootimg -u /dev/mmcblk0p2 -k arch/arm/boot/zImage</code> Now that the source code is changed according to your hardware, you can compile your custom kernel by entering <code>sudo make paz00_defconfig zImage modules modules_install</code> As this might take up to 60 minutes, you may lean back and watch the show or do something else in the meantime. After (hopefully) successfully compiling, by now the required modules should be installed and you only need to flash the kernel onto your AC100 by typing:<code>abootimg -u /dev/mmcblk0p2 -k arch/arm/boot/zImage</code>
 After rebooting, you should be able to fully enjoy your new LCD panel. After rebooting, you should be able to fully enjoy your new LCD panel.
upgrading_lcd_panel.txt · Last modified: 2021/02/14 11:40 by paulf