Bootanimation on edge-v aosp source code

i am working on the bootanimation on khadas edge v ,
for that where i need to place my animation and how to do…??
what is the procedure to bootanimation ?
please give me solution for this issue.

@ramesh hello,
Are you sure to play the animation instead of starting the image logo?

Yes actually i am trying to play own bootanimation while booting board…

@ramesh hi,
1、If you know QT programming development, you can use QT to make a startup animation;
2、The following is the Fenix processing of our company’s image logo for our own animation adaptation in Ubuntu. You can learn from or check the information for more in-depth understanding:

commit b8f9f91bdc3173167aea6be43106e9142e34af13
Author: Nick Xie <nick@khadas.com>
Date:   Fri Mar 26 22:25:30 2021 +0800

    splash: update plymouth logo image
    
    Signed-off-by: Nick Xie <nick@khadas.com>

diff --git a/archives/filesystem/common/usr/share/plymouth/themes/fenix/fenix.script b/archives/filesystem/common/usr/share/plymouth/themes/fenix/fenix.script
index 5b04c21..30001f1 100644
--- a/archives/filesystem/common/usr/share/plymouth/themes/fenix/fenix.script
+++ b/archives/filesystem/common/usr/share/plymouth/themes/fenix/fenix.script
@@ -55,10 +55,10 @@ fsck_progress_fade_image = Image("fsck-fade.png");
  * Sprites */

But in the end, I suggest that QT is more convenient.