mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/WeTek_Play_2: include logo image into Android OTA package to make sure it is compatible with current u-boot
This commit is contained in:
parent
a23798b9c9
commit
8d4455fdf1
BIN
projects/WeTek_Play_2/install/files/logo.img
Normal file
BIN
projects/WeTek_Play_2/install/files/logo.img
Normal file
Binary file not shown.
@ -31,6 +31,9 @@ show_progress(0.018000, 0);
|
||||
ui_print("Writing bootloader");
|
||||
write_raw_image(package_extract_file("bootloader.img"), "bootloader");
|
||||
|
||||
ui_print("Writing logo");
|
||||
write_raw_image(package_extract_file("logo.img"), "logo");
|
||||
|
||||
set_bootloader_env("upgrade_check", "defenv_reserv; setenv upgrade_step 2; saveenv;");
|
||||
show_progress(0.100000, 0);
|
||||
ui_print("LibreELEC Installed Successfully");
|
||||
|
Loading…
x
Reference in New Issue
Block a user