Re: Toshiba 40L1333B blinking red/green power indicator
Although this sounds impatient, anyone have an idea on how long this thing takes? It's been on for almost twenty mins, still flashing really quick.
Toshiba 40L1333B blinking red/green power indicator
Collapse
X
-
Re: Toshiba 40L1333B blinking red/green power indicator
Just realised, got a spare freeview box upstairs.
Currently upgrading, hope this works, thanks for your help!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
So if the Freeview fails the update from Toshiba would probably fix it?
I can code so I've commented out the mboot stuff, cheers for the tips and help!
Giving it a shot now, I'll let you know how I get on. I'm right in saying I need to hold OK on the remote control, right?Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
I cannot guarantee it, but it LOOKS like this manufacturer uses similar parts in their TV:
http://nsi-el.dk/software/
Download MB9X file with product code "40LED6005" you may have to try both files to see which works.
Note: I recommend editing usb_auto_update_A1.txt and commenting out the mboot stuff (prefix "#" on line) as the mboot is probably intact, and corrupting this will remove the one life-line you have (if corrupted, you would have to desolder mboot flash and flash it out of the TV, which requires equipment and soldering skills) - example:
Code:#mboot #For pure mboot.bin upgrade, use below part #fatload usb 0:1 80400000 mboot.bin #spi_wrc 0x80400000 0x00000000 0x0120000
You MAY be able to then upgrade firmware using the Toshiba procedure later, to convert it back into a "Toshiba"...Last edited by tom66; 04-22-2015, 02:18 PM.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Thanks a lot, potentially saving me plenty of £££ here!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Yeah, so you will need the 17MB95 auto update file... I'll have a look, but that's a new one to me, I've only done the 62's and 80's.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Alright. Opened it up. Had nothing imprinted/printed on the board but on the stickers it had MB 95 appear twice, so I assume that's it.
There's plenty other numbers and other stuff but I doubt it's needed.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Cheers, Tom.
I've got the power board number but not the other one (typical!)
I guess I'll have to take the back off.. again.. *sigh*
I'll be back shortly... again, cheers for the help.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
I have loads of those files, but I'm not sure which one you'd need...
What main board does your TV use? 17MBxx should be printed on the main board somewhere (the main board is the one with the HDMI ports on it)
The problem is, it tells the TV which addresses to write in the flash memory, so you need to get exactly the right ones or it won't work...Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Tom, I'm looking at editing the usb_auto_update.txt but can't find one ANYWHERE!
You don't have any idea where to get one, do you?
Cheers,
DeanLeave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
It depends on the fault, not always!
A -lot- of these problems are caused by corrupted software, but not all of them.
Will have a look at the link... not seen it before.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
To all specialists
http://www.eletronicageral.com.br/
Found a lot of flash on this site
Is it good please tell me!
regards thoma!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
If I understand you right if I put in a preprogrammed eeprom from
ohmsupply when I can get no flash software the LCD TV plays again?!
regards thoma!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
If there's a single flash, it's likely that's just a main app flash and there is no linux kernel, no bootloader.
It will contain a copy of the firmware. If you receive one of those flashes, you can copy the data off it and share it with us.
I am sure Andy of OhmSupplies has either copied the data off himself or has contacts in the industry that are providing him with the data. For £20 his service is reasonable considering the cost of programmer, chip, labour, postage. But, it would be nice if others could have access to the files, as we have programmers, and our time is pretty cheap
The power LED flashing will depend entirely on the manufacturer, they might not do anything... in a way Vestel are nice that they give us an error LED at all (it would be even nicer if they flashed, e.g. 2 times for power fault, 3 for firmware, helping narrow it down even further, but I'm not holding my breath.)
BTW, it is a misnomer to call these EEPROMs! They are flash devices, like USB memory sticks, SD cards, solid state drives... EEPROMs operate on a similar, but different principle, notably they store MUCH less data and in most repairs, you can erase the EEPROM with little consequence (the TV software will re-program it) but you cannot do the same with a flash device!Last edited by tom66; 04-21-2015, 09:20 AM.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Thank you very much of the fantastic explaining of bootloader!
I have problem with these lots of memories used in a lcd tv!
In some shops like ohmsupply there are a lot of preprogrammed EEPROMS
What is stored in this?Is it also possible when you have a vestel with flashing
led to change the EEPROM with a preprogrammed if you cant update the firmware because of corrupted software?
regards thoma!
Perhaps it is possible to see a kind of troubleshooting
what to do if led flashes!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
It contains the code which extracts the kernel from the main flash memory/flash area and decompresses it into RAM (if necessary.) It then sets up the kernel boot parameters and starts it booting. At this point, the kernel takes over and the bootloader has no further function.
If the kernel or the main flash image is corrupted, usually the bootloader will toggle the LED red/green as @Reecey says. (I'm guessing Vestel do a checksum of the kernel image, or have some way to check for a kernel loading failure.)
Usually the bootloader survives... if it gets corrupted it's a pain in the arse because you need to remove the bootloader flash (usually a SOIC chip) to reflash it. If corrupted, the bootloader cannot replace itself.
This duality, having a bootloader and main application, is quite common these days as the Linux kernel alone cannot bootstrap itself. Think of the bootloader as the rough equivalent of a PC's bios. If the hard drive (=main application) is missing, the computer will turn on but will give an error message. If the bios (=bootloader) is corrupted, nothing (much) will happen.Last edited by tom66; 04-21-2015, 04:47 AM.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
If you are asking what a bootloader is it is self explanatory TBH.
It loads on boot... So when the TV is booted it loads the files.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Normally when the leds in these sets fail the stby light goes green but there wont be any picture, when the firmware corrupts the stby led will flash red and green. Meaning that your firmware is corrupt.Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
Is it possible to tell what the function of a bootloader is?
regards thoma!Leave a comment:
-
Re: Toshiba 40L1333B blinking red/green power indicator
FAT is FAT32... but anyway, without that "usb_auto_update.txt" file, there is no way to update it with the TV stuck in standby. The file is similar between models using the 17MB90 main board, but there are sometimes subtle differences. The file tells the bootloader exactly where to flash the files in the NAND and sets up the boot parameters for the kernel.
You might have luck contacting Toshiba directly. Also, Finlux, a Vestel company (not even slightly Finnish -- Vestel is from Turkey...) has been known to supply firmware images to fix this problem - so if you can find the equivalent Finlux to your Toshiba (there will be one) that might be workable. (Only problem is any branding in the set's menus etc. would reflect the Finlux name, but that's not that much of a problem...)Leave a comment:
Related Topics
Collapse
-
by mad_phillyHey all,
I have a Toshiba 49U6863DB with a blinking red/green power indicator, although it's intermittent. I went through https://www.badcaps.net/forum/showthread.php?t=45796 which is the same issue on another model.
There are no online updates per the settings menu and I cannot find any firmware for this model, only software from Vestel. I downloaded this and extracted to a blank FAT-formatted flash drive. Turned on the TV and inserted the drive. Media browser popped up and of course didn't recognise the files. Tried powering on with OK pressed but that didn't seem... -
by naddaw000Hello, I am trying to bring back to life my Toshiba 55U7863DG, which has never been the most reliable device - keep on annoying me with its slowness and some random start-up/shutdown issues requiring to unplug the AC. But yesterday it finally said goodbye and decided to not turn on again. Green light is blinking, I've seen this behaviour before and thought that these are some temporary whims again, but unfortunately not this time.
I have checked that my TV is build based on the 17MB130S board, which seems to be quite popular and easy to buy as a used one. Still I would like to ask...1 Photo -
This specification for the Toshiba Satellite Pro C660-1NQ can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the C660-1NQ boardview and C660-1NQ schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant badcaps forum. Please note that we offer no warranties that any specification, datasheet, or download for Toshiba...09-06-2024, 05:27 AM
-
by shahnldGood Day.
I just replaced tcon on my sony kdl 65xg9505 and getting green amber leds blinking. all voltages are ok according to working sequence.
i downloaded firmware from sony and there is no .pkg fike.. after extracting it gives another file which contains multiple files like inf, payload.bin and 3, 4 other files. i just did that usb but did not worked. anyone knows anything how to do it..?
green amber blinking stops after while and then starts again. tv responds to remote control on off etc. before installing new tcon backlite was coming on without backlite... -
This specification for the Toshiba Satellite L655-1DJ Notebook can be useful for upgrading or repairing a laptop that is not working. As a community we are working through our specifications to add valuable data like the L655-1DJ boardview and L655-1DJ schematic. Our users have donated over 1 million documents which are being added to the site. This page will be updated soon with additional information. Alternatively you can request additional help from our users directly on the relevant badcaps forum. Please note that we offer no warranties that any specification, datasheet, or download for Toshiba...09-06-2024, 05:59 AM
- Loading...
- No more items.
Leave a comment: