Posts by NOKIAS

    Hi,

    Did you select the correct chipset for h9?


    In your case it will not be the "Hi3716MV430".

    You can check it by logging the serial when you plug the power (see my first log)

    After flashing fastboot the h9 should start to bootlogo and you should be able to load complete firmware from usb.


    You only need the xml file to flash more partitions. The xml has its addresses.


    The are h9 and h9se. Are you using the correct boot and firmware?


    Good luck!

    Hello,

    Since it's good to find information when we're in trouble, I decided to share my experience of doing something wrong that corrupted my bootloader and how I solved the problem, since this information will certainly help someone else! I decided to share because in the research I did only found little information, "poorly put together" and incomplete.


    Due to a problem with the bootloader and/or information from other partitions that came from the factory on a number of these boxes (I have tested others that did not suffer from this problem), if I put the receiver in deep standby, it would never wake up again without being disconnected from power. Since I tend to flash some of these receivers remotely via ofgwrite rather than loading a full recovery image via usb, I tried flashing some of these partitions manually in search of resolving this issue.


    One of the times I flashed the mtd0 /boot partition, for some reason it became corrupted and the box died (bricked), leaving only the white LED on and not allowing me to do absolutely anything else, including reflashing via USB. So, I got to work to solve the problem.


    Code
    flash_erase /dev/mtd0 0 0 && nandwrite -pm /dev/mtd0 /tmp/fastboot.bin


    The solution that seemed most obvious to me was to try to recover via serial/rs232 ttl, and these are the steps I will explain.


    I used a direct USB to TTL serial interface so we immediately had the necessary GND, TX, RX, 5V connections.


    1.jpeg



    As I tend to deal with this type of thing a lot, I have several, but in this case I used a Profilic PL2303hxa, probably from Aliexpress or Ebay, which I've had for a few years. When trying to use it in Win11, I immediately had a problem with the driver where it gave me a message in the name of the interface something like "PL2303HXA. Phased out since 2012. Please contact your supplier", which for anyone who has the same problem may resolve here:


    PL2303HXA. Phased out since 2012. Please contact your supplier. · Issue #1 · microsoft/farmbeatsforstudents
    Using the retail kit, when I click Connect a Device in the Data Streamer tab in Excel I see this in the dropdown. Using a different usb serial cable (from the…
    github.com

    or

    Redirecting


    Then I used putty to see if I could communicate with the h8. I only used GND, RX and TX. I didn't connect the 5v as it wasn't necessary because the box is powered by its source and the Profilic interface is powered by USB, so one doesn't need to power the other.



    I used a baudrate of 115200,8,1,0 .


    I wasn't precise on the Rx/Tx connection point because I honestly don't know which is which. When there is no communication, I exchange one with the other! The colors I used in the image match those of my TTL interface wires.


    2.jpg


    Then it was time to use the Hisilicon tool to flash the bootloader. Please note that you need to select the correct CPU. In this case it is the "Hi3716MV430" which was possible to confirm through the information obtained in the communication from putty!


    I tried to get a relatively recent version to make sure it would already support this CPU.

    I used version "HiTool-5.3.1.2", which you can download from:

    HiTool-5.3.1.2-OV
    www.mediafire.com


    After choosing the CPU, you must click on "HiBurn", choose Transfer Mode = Serial, choose the COM port assigned to your interface, choose the "Burn Fastboot" tab, flash type "spi nand/nand" and in "file" enter the "fastboot.bin" file that accompanies any full recovery image for your receiver.


    3.jpg


    Follow the instructions to connect power to the receiver so that it starts sending the bootloader as soon as it turns on!

    You should have an output like this:



    After the bootloader is successfully written, the equipment will restart on its own and should be working if there are no more problems. In any case, if there is still a problem with the image, from here you can do the flash/recovery process via USB again as before brick, following the usual steps.


    I hope this information helps not only recover the H8, but all other equipment that can be recovered this way!


    Good luck!