We're no longer updating This wiki!!

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:c1_tips [2015/03/12 10:53]
codewalker [How to change U-boot configuration by BOOT.INI]
en:c1_tips [2017/11/14 10:48]
codewalker [Using FASTBOOT]
Line 47: Line 47:
 === U-boot === === U-boot ===
 If you are able to get into U-boot, this is simply possible with 3 commands below. This will change the resolution value and restart the board. If you are able to get into U-boot, this is simply possible with 3 commands below. This will change the resolution value and restart the board.
 +This scheme is only available when booting with '​boot.ini'​ is not used.
 <​code>​ <​code>​
 setenv hdmimode 1080p setenv hdmimode 1080p
Line 54: Line 55:
 === Android shell === === Android shell ===
 If you are able to use **adb shell**, then you can do these command to change **hdmimode**. This will change the resolution value and restart the board as well. If you are able to use **adb shell**, then you can do these command to change **hdmimode**. This will change the resolution value and restart the board as well.
 +This scheme is only available when booting with '​boot.ini'​ is not used.
 <​code>​ <​code>​
 # fw_setenv hdmimode 1080p # fw_setenv hdmimode 1080p
Line 168: Line 170:
 Next, run **fastboot** command from your desktop. Next, run **fastboot** command from your desktop.
 <​code>​ <​code>​
-$ fastboot flash logo hardkernel-720.bmp+$ fastboot flash logo hardkernel-720.bmp.gz
 </​code>​ </​code>​
en/c1_tips.txt ยท Last modified: 2017/11/14 10:48 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0