Part Number: AM3351
Other Parts Discussed in Thread: AM3352, TPS65217
Tool/software: Linux
Hi, i am using "ti-processor-sdk-linux-am335x-evm-03.00.00.04" SDK
i am displaying logo in u-boot, but while loading the kernel it is resetting and display becomes blank.
1.is there any possibility to continue logo up to load the application?
2.in "ti-sdk-am335x-evm-08.00.00.00" SDK i am getting default ti psplash image, how can i enable same in "ti-processor-sdk-linux-am335x-evm-03.00.00.04"
3. i created psplash.service file in /lib/systemd/system like below. but it is running after loading the kernel.
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later versssn.rs
[Unit]
Description=Myinit scripts
[Service]
ExecStart=/etc/init.d/psplash.sh &
[Install]
WantedBy=multi-user.target