Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

LibreELEC for Tronsmart MIII Plus

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • hscotty55
    replied
    Originally posted by balbes150 View Post
    This option is in the testing phase. After checking I will publish it.
    Thank you!

    Leave a comment:


  • balbes150
    replied
    This option is in the testing phase. After checking I will publish it.

    Leave a comment:


  • hscotty55
    replied
    Originally posted by balbes150 View Post
    Do I understand correctly that You want to install the LE in the internal (eMMC) memory TV box ?
    Yes that is correct.

    Leave a comment:


  • drakulaboy
    replied
    i have intalled LE but from other source, it's in ZIP and the archive contains this





    the updater-script
    Code:
    show_progress(0.500000, 3);
    set_bootloader_env("upgrade_step", "3");
    
    ui_print("Writing kernel image");
    write_raw_image(package_extract_file("KERNEL"), "boot");
    
    show_progress(0.020000, 0);
    
    ui_print("Wiping System");
    format("ext4", "EMMC", "/dev/block/system", "0", "/system");
    mount("ext4", "EMMC", "/dev/block/system", "/system");
    ui_print("Writing system files");
    package_extract_dir("system", "/system");
    set_perm_recursive(0, 0, 0775, 0644, "/system");
    set_perm(0, 0, 0755, "/system/SYSTEM");
    unmount("/system");
    
    set_bootloader_env("upgrade_step", "2");
    show_progress(0.100000, 0);
    ui_print("Image Installed Successfully");

    Leave a comment:


  • balbes150
    replied
    Do I understand correctly that You want to install the LE in the internal (eMMC) memory TV box ?

    Leave a comment:


  • hscotty55
    replied
    Can you use this script without multiboot? I just want to install Liberelec and have it boot right into Libreelec. I don't want Android at all. Thanks

    Leave a comment:


  • balbes150
    replied
    The updated image. A number of changes to the load scripts. Added reboot into Recovery. Note that when using the system with external SD card before selecting reboot into Recovery, you need to remove the script aml_autoscript SD card from FAT partition. Otherwise, when the script aml_autoscript and select reboot into Recovery, the looping start. If this happens, turn off TV box and remove the script. After that, you can continue to use this SD card.

    Leave a comment:


  • balbes150
    started a topic LibreELEC for Tronsmart MIII Plus

    LibreELEC for Tronsmart MIII Plus

    Test image with LE 7.0.2.4. The system can be run from SD card or USB flash drive. To use you need to activate new universal multiboot. For use - download the image, burn to SD card to insert into a TV console, enable using the toothpicks. After a single activation of multi-boot using SD card, you can use a USB flash drive with the recorded image.

    Посмотреть и скачать с Яндекс Диска


    Note that this system uses a different multi-boot system. For use with the new system is multi-boot, the previous system images to SD cards (OE, LE) , you must add these to the SD card FAT partition, the file s805_autoscript (it can be downloaded at the same link).
Working...
X