Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
I'm on the phone now.Can't do much.
Maybe if we can find that software will be easy to adapt some changes?
http://docplayer.net/823167-Hoteltv-...286-01-06.html
Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Collapse
X
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
I don't think it will work.
Even for same board,17MB95,I see by looking at mboot.bin with hex editor that are two kind of mboot.
Even mboot have same role maybe are different origins,depending on vendor.
Even so,original mboot or rewrited one recognise txt file by name,inside text command mboot what to extract from mb90 bin file and where to write.
That means mb90_en.bin must match with address defined in txt file.
Trying tu use update_mb90.bin (or what is real name,can't remember now) is not good ideea,sure it won't work.
Update file must be installed from menu.If menu option of upgrade is not present,maybe by code keys from remote.
Anyway some related with remote exist in mboot.
I tested some Sharp firmware and don't touched mboot during software upgrade.But after that my remote didn't work even for rewrite other firmware,In first line of serial console I can see keypad 0,ir 1 like usual when trying tu write software from USB with OK on remote pressed.But that didn't happend,normal boot continue ignoring OK pressed on remote.
Next thing was to external program spi chip and remote works again.
To bad that I don't save content first to compare and see what was changed.
As for programmer I use Postal3 AVR,cheap and good.But don't know where you can buy.I see solded as is or as kit.
Also you may try some BIOS programmers TL866 or others but firs check devices supported.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
I don't think it will work.
Even for same board,17MB95,I see by looking at mboot.bin with hex editor that are two kind of mboot.
Even mboot have same role maybe are different origins,depending on vendor.
Even so,original mboot or rewrited one recognise txt file by name,inside text command mboot what to extract from mb90 bin file and where to write.
That means mb90_en.bin must match with address defined in txt file.
Trying tu use update_mb90.bin (or what is real name,can't remember now) is not good ideea,sure it won't work.
Update file must be installed from menu.If menu option of upgrade is not present,maybe by code keys from remote.
Anyway some related with remote exist in mboot.
I tested some Sharp firmware and don't touched mboot during software upgrade.But after that my remote didn't work even for rewrite other firmware,In first line of serial console I can see keypad 0,ir 1 like usual when trying tu write software from USB with OK on remote pressed.But that didn't happend,normal boot continue ignoring OK pressed on remote.
Next thing was to external program spi chip and remote works again.
To bad that I don't save content first to compare and see what was changed.
As for programmer I use Postal3 AVR,cheap and good.But don't know where you can buy.I see solded as is or as kit.
Also you may try some BIOS programmers TL866 or others but firs check devices supported.Last edited by gabiz_ro; 02-09-2016, 02:29 AM.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
If your mboot on the SPI is bad and the TV won't start at all you are going to have to remove the SPI chip off the board and reprogram it with mboot using an SPI flasher. I had to do that a couple of times.
By the way the remote control configurations I think look to be in the file mb95_hwprofile.bin in the CONF volume. I don't understand why you can't just use the toshiba firmware from their website though. If you get your mboot working again it should be straightforward to install the toshiba software you downloaded.
I cant find any cheap ones that support these chips .Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Hi Gabiz_ro , Many thanks for that , I am getting confused with the service menu, I will try in the morning and report back.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
If your mboot on the SPI is bad and the TV won't start at all you are going to have to remove the SPI chip off the board and reprogram it with mboot using an SPI flasher. I had to do that a couple of times.
By the way the remote control configurations I think look to be in the file mb95_hwprofile.bin in the CONF volume. I don't understand why you can't just use the toshiba firmware from their website though. If you get your mboot working again it should be straightforward to install the toshiba software you downloaded.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Just tested this evening on another and I can change value from none to +1
That is hotel meniu not service menu.Hotel menu have editable options.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
I tried the program you sent but it did not work on my set possibly as I have already played about with the SPI so I think I need a virgin set to try however you have given me some food for thought and I am going to try modifiyng it to suite another Mboot file and see what happens with a fully working set.
By the way the remote control configurations I think look to be in the file mb95_hwprofile.bin in the CONF volume. I don't understand why you can't just use the toshiba firmware from their website though. If you get your mboot working again it should be straightforward to install the toshiba software you downloaded.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Michael, let me know how it goes and what else you find out along the way.
By the way as I said I don't know if that script will work with all versions as the partition sizes may be different. If you can get on the u-boot console via uart you can do it all step by step and see what's going on.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
I have tried this but the remote command is read only , in fact many of the commands on this set are read only .Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
@michael dranfield
you may try
HOTEL MODE: MENU, 7,9,3,5 then something with multiple remote control turn to on
Then test with original remote if works.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
On all update txt file seems to be same mac address.
I have removed quiet from boot arguments and now kernel show many console messages.
I remember on the last ones after complete boot up is something like
SPI mac address invalid
But my LCD display is dead (hope I can fix it) so I can't check if wired network works or if missing mac etc
For remote control I read somewhere you can go into service menu or hotel menu and enable multiple remote support.
In the service menu most options were marked read-only and couldn't be changed. Not sure if remote control was one of them.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Code:dynpart edb64M-nand:0x500000(KL),0xFA0000(CONF),0x7200000(UBIA),0x7860000(UBIB),-(NA)
If I remember you can also see the partition sizes from the u-boot console with the command printenv.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
On all update txt file seems to be same mac address.
I have removed quiet from boot arguments and now kernel show many console messages.
I remember on the last ones after complete boot up is something like
SPI mac address invalid
But my LCD display is dead (hope I can fix it) so I can't check if wired network works or if missing mac etc
For remote control I read somewhere you can go into service menu or hotel menu and enable multiple remote support.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Not tried internet as yet but I suspect your fault was software driven , I will keep in touch and let you know how I get on .Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Michael, let me know how it goes and what else you find out along the way.
By the way as I said I don't know if that script will work with all versions as the partition sizes may be different. If you can get on the u-boot console via uart you can do it all step by step and see what's going on.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
The one I sold connected fine with Ethernet on orginal software, so possibly software fault on yours.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
By the way did anyone manage to get one of these sets to connect to the internet? I didn't have the specific wifi dongle that you need but also had no luck connecting to my network via ethernet. I'm wondering if that was related to using different software as well.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Michael, let me know how it goes and what else you find out along the way.
By the way as I said I don't know if that script will work with all versions as the partition sizes may be different. If you can get on the u-boot console via uart you can do it all step by step and see what's going on.Leave a comment:
-
Re: Bush (Vestel) led40127fhdcntd - turns off and on repeatedly
Also on these 17MB95S make sure to stick the Usb update in the bottom port ! If you put it in the top one it will mess it up massive time and the board will need a whole new flash IcLeave a comment:
Related Topics
Collapse
-
Hi, I was recently given a Bush Smart TV by a friend and the main board seems to be hanging on by a thread.
Before we get to that, my first obstacle was figuring out the model number since the back sticker has gone for a walk. Upon taking off the back case, I noticed the following Vestel parts, 17MB95m mainboard, 17IPS71 (what I'd assume is power supply) and a VES420UNVL-3D-S02 display panel. After doing some research I think the TV I have is a Bush ELED42240FHDCNTD3D, based on the matching image here (https://www.manualslib.com/manual/11...td3d.html#manu... -
by StephenMacBook Pro 14" M1 Pro Turns on functions then turns off when I plug in USB C cable to reset the computer. I disconnect the battery fully and then reconnect it and it won't turn back on. After letting it sit for a day I plug the battery back up, and the MagSafe 3 cable and it powers on and stays ons, once I plug in a USB C cable into the port closes to the MagSafe port it turns off and the Amber light turns off and won't turn on. No water damage, nothing, I want to do a DFU restore to wipe the computer since the customer stated they did an update and ever since it just decided to not work...
-
by wwwI am testing an old LG L192WS-BN monitor I have that gives an image, but has a backlight issue. When you turn it on the backlight turns on 1 second and it turns off, turns on again, 1 second and it turns off and stays off. Using a flashlight I can see there's still an image.
I replaced a bulged cap on the main board, but made no difference. I also got another exact same model monitor that has a broken ccfl (the connector got ripped from the panel and the main screen connector is also broken so I can't use this panel to test), tried using the main board from this one, same issue....-
Channel: Troubleshooting Computer Displays
-
-
by ChrissygizmoI've picked up a bush led40127fhdcntd & the standby led is constantly flashing .. It flashes around 10 seconds then the backlights come on with a blank screen, led continues to flash for about 20 - 30 seconds & then the backlights go off , this is a continuous cycle..
I will upload photos of the mb ,...11-03-2021, 08:28 PM -
by zklgfsHi,
I have an Anker SoundCore 2 (A3105) that I saved from the trash (well, I guess there's a reason why it was supposed to go into the trash...). The problem is that it always turns off after a few seconds (sometimes it stays on a bit longer, between 30 and 60 seconds, but it still turns off). The power light turns on and the bluetooth light starts blinking, but both abruptly turn off again. The "turn off sound" is still played after the lights turn off. Sometimes, it also loops the on-off cycle several times without me pressing any buttons. If I connect an AUX cable, music...-
Channel: Troubleshooting Audio Equipment
08-11-2025, 02:14 PM -
- Loading...
- No more items.
Leave a comment: