ADVERTISEMENT

40BV701B - SOFTWARE (VERSION_V.0.7.6).rar

Jak obrócić ekran w Toshiba 40BL702B z płytą główną Vestel po aktualizacji?

have 13 TV 40BL702B with LTA400HM13 screen after failure auto update, some reason Vestel motherboard (was fitted in Toshiba, Sharp, Bush, Grundig, Celcus, Hitachi) is a crap!!! Firmware was tested on 40BV702B with LTA400HM07 screen, worked fine, also was tested on 40BL702B with screen LTA400HM13 , firmware worked fine too, but screen LTA400HM13 in 40BL702B fitted upside down, spend days searching for proper firmware, at moment have no solution, for job what i do need maybe solution to flip screens :) 1. up to 1GB memory stick format in FAT, FAT32 2. extract files from zip/rar folder to memory stick 3. unplug TV from mains, plug memory stick in USB 1 slot 4. hold "OK" button on remote control and plug TV back in to mains 5. hold "OK" till LED on TV flash rapidly, some people recommend hold "OK" button till you see menu to select language


Download file - link to post
  • 40BV701B - SOFTWARE (VERSION_V.0.7.6).rar
    • usb_auto_update_mb65.txt
    • mboot.bin
    • mb65_en.bin


40BV701B - SOFTWARE (VERSION_V.0.7.6).rar > usb_auto_update_mb65.txt

# & lt; - this is for comment / total file size must be less than 4KB

#set partition
dynpart edb64M-nand:0x320000(KL),0xB20000(CONF),0x1600000(UBIA),0x1900000(UBIB),-(NA)
saveenv

#mboot
fatload usb 0:1 80400000 mboot.bin
spi_wrc 0x80400000 0x00000000 0x00DFFFF

#mb65.bin
fatload usb 0:1 80400000 mb65_en.bin
aes_test 0x80400000 0x82000000 0x01920010

## Must erase NAND before making factory.bin
nand bad
nand scrub
nand bad

## Add fake bad block BEFORE making factory.bin ONLY!!!
## 0x10 = 16; 16x512x32=0.25M
## " rsv " command is available since mboot V105
#rsv bad KL A
#rsv bad CONF 10
#rsv bad UBIA 10

#kernel
#nand erase KL
nand write.e 0x82000010 KL 0x320000

#nand erase UBIA
ubi part UBIA
ubi create RFS 0x600000
ubi create VEN 0xE00000

#ROOTFS
ubi write 0x82320010 RFS 0x600000

#VENDOR
ubi write 0x82920010 VEN 0xE00000

#CLEAN CRC32
mw 0x81000000 0xFFFFFFFF 0x04
spi_wrc 0x81000000 0xF1000 0x04

#CRC32 Create
#ubifsmount VEN
#ubifsload 0x82000000 /vendor/aurora.elf
#crc32 0x82000000 0x000000 0x81F00000
#md 0x81F00000
#spi_wrc 0x81F00000 0xF1000 0x04

#conf, please mark below 4 line if you want to keep conf
#nand erase CONF
ubi part CONF
ubi create CON 0xA00000
ubi write 0x83720010 CON 0x200000

#bootargs
setenv MS_UBI ubi.mtd=1 ubi.mtd=2,512 root=ubi1:RFS rootfstype=ubifs rw
setenv MS_MEM LX_MEM=0x3200000 EMAC_MEM=0 DRAM_LEN=0x8000000
setenv bootargs console=ttyS0,115200 $(MS_UBI) $(MS_MEM) $(mtdparts)
saveenv

#bootcmd
setenv bootcmd ' nand read.e 81000000 KL; bootm 81000000;
saveenv

#bootdelay
setenv bootdelay 0
saveenv

printenv

## Read all 64M to RAM,
## then copy 64M from RAM to USB
#rsv good
#nand read.raw 80400000 0x0 0x41EF800
#fatwrite usb 0:1 80400000 factory.bin 0x41EF800

## KL=0x0, size=0x30FC00
## CONF=0x339000, size=0xB37000
## UBIA=0xEB2000, size=0x166E000
## PARA=0x41DF000,size=0x4200
#reset

% & lt; - this is end of file symbol