Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Possible to make usb burn tool image from sd card files?

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

    Possible to make usb burn tool image from sd card files?

    Just wondering if it's possible to make an image for the usb burn tool from the 3 files on the sd card?

    #2
    No.
    To make a image to use with the Burn tool you need more files than the ones in a zip package
    if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
    then mv $user.contact.up.post /.trash; set response($response.type = ignore);
    $user.up.post.ignore_in_future = true; fi;

    Comment


      #3
      OK, reason being is that the only version that will unbrick my box is done via sd card. Now when I try to unbrick, the red light turns blue when power is applied with the sd card in but continues to show "no signal" on the tv. Before it would turn blue but start the recovery process. I'm thinking the uboot on the box might be messed up? BTW, it's a S805 V3_1 20161230. Was thinking I could convert those files to an image I could try with the usb burn tool.

      Comment


        #4
        Originally posted by abdul_pt View Post
        No.
        To make a image to use with the Burn tool you need more files than the ones in a zip package
        So it is possible to make a image file? what files is needed then?

        Comment


          #5
          Don't know all from memory, but they are around 10 files. Split a image to seen

          Tapatalked

          if [ $up.post.type = $type.two.lazy.to_use_google ] || [ $up.post.type = $type.silly_question ];
          then mv $user.contact.up.post /.trash; set response($response.type = ignore);
          $user.up.post.ignore_in_future = true; fi;

          Comment


            #6
            Originally posted by abdul_pt View Post
            Don't know all from memory, but they are around 10 files. Split a image to seen

            Tapatalked
            There is total 13 files extracted by Amlogic Customization Tool:
            Code:
            aml_sdc_burn.ini
            boot.PARTITION
            bootloader.PARTITION
            DDR.USB
            image.cfg
            logo.PARTITION
            meson.dtb
            meson8m2_n200C_1G.dtd
            meson8m2_n200C_2G.dtd
            platform.conf
            recovery.PARTITION
            system.PARTITION
            UBOOT_COMP.USB
            If I rename and replace
            boot.PARTITION
            recovery.PARTITION
            system.PARTITION
            with
            boot.emmc.win (from TWRP backup)
            recovery.img (from this site)
            system.ext4.win
            ,will I able to flash this via USB Burning Tool and boot into recovery?

            Btw is there a way to extract bootloader.img from TWRP backup files? Thanks.
            Code:
            boot.emmc.win 33,554,432
            boot.emmc.win.md5 48
            logo.emmc.win 33,554,432
            logo.emmc.win.md5 48
            recovery.log 240,701
            system.ext4.win 913,044,992
            system.ext4.win.md5 50
            system.info 64
            Last edited by js44; 08-13-2016, 14:48.

            Comment

            Working...
            X