Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
How to use boot video function:
|
|
|
|
1.add the config in device/rockchip/common/BoardConfig.mk :
|
|
BOOT_VIDEO_ENABLE ?= true
|
|
|
|
2.copy the boot video file to device/rockchip/common/bootvideo ,rename to bootanimation.ts please!
|
|
|
|
3.rebuild system.
|
|
|