Skip to content

Commit

Permalink
projects/WeTek_Play_2: fix an issue when LE cannot boot after install…
Browse files Browse the repository at this point in the history
…ig on top of Android Marshmallow
  • Loading branch information
codesnake committed Aug 13, 2017
1 parent 0ce7b37 commit 7c75d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/WeTek_Play_2/install/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ show_progress(0.018000, 0);
ui_print("Writing bootloader");
write_raw_image(package_extract_file("bootloader.img"), "bootloader");

set_bootloader_env("upgrade_step", "1");
set_bootloader_env("upgrade_check", "defenv_reserv; setenv upgrade_step 2; saveenv;");
show_progress(0.100000, 0);
ui_print("LibreELEC Installed Successfully");

0 comments on commit 7c75d85

Please sign in to comment.