Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
odroid-n2:application_note:bootlogo_n2 [2020/03/31 12:14] luke.go old revision restored (2019/08/02 10:10) |
odroid-n2:application_note:bootlogo_n2 [2021/01/05 08:23] joy.cho [How to replace boot logo with your custom image] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ========= Tips for boot logo on ODROID-N2 | + | ========= Tips to use custom |
+ | <note important> | ||
+ | The instruction on this page is only available for ODROID-C4/ | ||
+ | </ | ||
<WRAP info round> | <WRAP info round> | ||
Using the display auto detection option, the broken logo display can be shown with the latest version.\\ | Using the display auto detection option, the broken logo display can be shown with the latest version.\\ | ||
Line 5: | Line 8: | ||
</ | </ | ||
===== Boot Logo Image Format ===== | ===== Boot Logo Image Format ===== | ||
- | The basic image format for the ODROID-N2 | + | The basic image format for a boot logo file is as follows. |
=== Format === | === Format === | ||
Line 15: | Line 18: | ||
</ | </ | ||
- | Here is the sample | + | Here is the sample |
{{: | {{: | ||
Line 46: | Line 49: | ||
=== Auto scaling option === | === Auto scaling option === | ||
- | On ODROID-N2 uboot, **image scaling for boot logo** is supported, | + | On the bootloader <U-Boot>, **image scaling for boot logo** is supported, |
so displayed boot logo will be fixed automatically for output mode as described in boot.ini.\\ | so displayed boot logo will be fixed automatically for output mode as described in boot.ini.\\ | ||
For example, in case of using the mode " | For example, in case of using the mode " | ||
===== How to replace boot logo with your custom image ===== | ===== How to replace boot logo with your custom image ===== | ||
- | ODROID-N2 scans the existence of the following three parts in numerical order.\\ | + | Your ODROID |
- | - boot-logo.bmp in VFAT partition | + | |
- boot-logo.bmp.gz in VFAT partition | - boot-logo.bmp.gz in VFAT partition | ||
+ | - boot-logo.bmp in VFAT partition | ||
- logo data in Android LOGO partition | - logo data in Android LOGO partition | ||
==== Android ==== | ==== Android ==== | ||
- | In Android, you can replace boot logo with your custom image. | + | In Android, you can replace |
There are two ways to change the boot logo image. | There are two ways to change the boot logo image. | ||
Line 68: | Line 71: | ||
=== 2. Android Logo Partition === | === 2. Android Logo Partition === | ||
- | If you want to replace the logo data in logo partition, please follow this guide.\\ | + | If you want to replace the logo data in the logo partition, please follow this guide.\\ |
- | First, you must get into your U-Boot command line while pressing the **ENTER** key when your ODROID-N2 is powered up.\\ | + | First, you must get into your U-Boot command line while pressing the **ENTER** key when your ODROID |
And execute **fastboot** command from U-Boot and connect it with your desktop using a USB cable. | And execute **fastboot** command from U-Boot and connect it with your desktop using a USB cable. | ||
- | **[ ODROID-N2 Target | + | **[ On ODROID ]** |
<code bash target> | <code bash target> | ||
- | odroidn2# fastboot | + | # fastboot |
</ | </ | ||
Line 87: | Line 90: | ||
<WRAP round important> | <WRAP round important> | ||
- | If you will use bmp data on logo partition, make sure there is **NO boot-logo.bmp.gz file on your VFAT area**, \\ | + | If you will use BMP data on logo partition, make sure there is **NO boot-logo.bmp.gz file on your VFAT area**, \\ |
because U-Boot first checks if there is a boot-logo.bmp/ | because U-Boot first checks if there is a boot-logo.bmp/ | ||
</ | </ | ||
Line 124: | Line 127: | ||
<code bash target> | <code bash target> | ||
- | odroidn2 | + | # help showlogo |
showlogo - Displaying BMP logo file to HDMI screen with the specified resolution | showlogo - Displaying BMP logo file to HDMI screen with the specified resolution | ||