Announcement

Collapse
No announcement yet.

Updating Firmware on Toshiba 65X9863DB

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

    Updating Firmware on Toshiba 65X9863DB

    Hi,

    I have a flashing green/red light on this model which then goes to fixed red. No display whatsoever. Voltages at the power supply look OK, so I'm guessing it is a motherboard/firmware issue.

    I've downloaded the firmware for the model and serial number which contains three files:

    mb130_en_bin.gz
    mb130_PM51_connected.bin
    mb130_RomBoot.bin
    usb_auto_update_g10.txt

    Looking at the script file, it look like it wants mb130_en_bin.bin, which is inside the .gz, so I'm guessing I need to extract that before trying to flash? The RomBoot file is also named differently, do I rename this?

    Just want to make double sure - don't want to risk bricking the mobo (if it's not already).

    Also, someone on some other thread, suggested commenting out the mboot part. Do you suggest I do that? What about the PM.bin part?

    Thanks.

    Code:
    #For pure PM.bin upgrade, use below part
    fatload usb 0:1 0x24000000 mb130_PM51_connected.bin
    spi_wrc 0x24000000 0x00000000 $(filesize)
    
    #For pure RomBoot.bin (include mboot.bin) upgrade, use below part
    fatload usb 0:1 0x24000000 mb130E_RomBoot_OLED.bin;
    ncishash 0x24000000 0x24010000 0x24020000 0x24030000 0x3800 0x24033800 0x200000
Working...
X