Page 3 of 4

Re: UA32B6000 (T-CHL5DAUC)

Posted: Wed Sep 22, 2010 10:57 pm
by erdem_ua
Firmware is your last problem since you can compile new kernel.
But I don't know if internal exeDSP program support ethernet.

Re: UA32B6000 (T-CHL5DAUC)

Posted: Sun Oct 10, 2010 8:06 am
by juusso
merv07 wrote: how could I try apps or get 'Content Library' loaded to try apps if it's possible on the B6000 model with T-CHL5DAUC firmware?
It`s much easier than booting from external source ;)
You can start samygo extensions using gdbtrick. Topic is here (from this place down). You need have patched firmware (to run samygo.sh with right commands inside), next you need gdb binary and gdbtric.sh script. Wiki page here. Don`t worry that you don`t have content library - it works w/o it.

merv07, could You help us?

We have UA326000VR by mistake upgraded with wrong firmware. Could You provide firmware upgrade file (if You have offcourse) t-chl5deuc.exe version 2004.1 or its much better to have dumps of tbml2 tbml4 tbml5 tbml8 tbml9. We don`t have u-boot working and all other dumps are required to restore funktionality of TV. if tbml8 and tbml9 are not available, pls make dumps of tbml10 and tbml11. Thank You!

Re: UA32B6000 (T-CHL5DAUC)

Posted: Mon Oct 11, 2010 8:20 am
by juusso
merv07 wrote: but unfortunately my TV and firmware are UA32B6000VF T-CHL5DAUC (T-CHL5DAUC.exe 2001.1 version).
Let me know if dumps from my version can help.
If You can, make pls dumps of tbml0/1, tbml0/2, tbml0/3, tbml0/4, tbml0/5, tbml0/6, tbml0/7. Its verry important. It doesn`t matter, that You have other firmware version. You can make dumps via Ex-Link cable by commands:

Code: Select all

bml.dump /dev/bml0/1 /dtv/usb/sda1/bml_1
bml.dump /dev/bml0/2 /dtv/usb/sda1/bml_2
bml.dump /dev/bml0/3 /dtv/usb/sda1/bml_3
bml.dump /dev/bml0/4 /dtv/usb/sda1/bml_4
bml.dump /dev/bml0/5 /dtv/usb/sda1/bml_5
bml.dump /dev/bml0/6 /dtv/usb/sda1/bml_6
bml.dump /dev/bml0/7 /dtv/usb/sda1/bml_7
where /dtv/usb/sda1/ is USB from df -h command.

Re: UA32B6000 (T-CHL5DAUC)

Posted: Mon Oct 11, 2010 2:18 pm
by juusso
then use cat:

Code: Select all

cat /dev/bml0/1 > /dtv/usb/sda1/bml_1
cat /dev/bml0/2 > /dtv/usb/sda1/bml_2
cat /dev/bml0/3 > /dtv/usb/sda1/bml_3
cat /dev/bml0/4 > /dtv/usb/sda1/bml_4
cat /dev/bml0/5 > /dtv/usb/sda1/bml_5
cat /dev/bml0/6 > /dtv/usb/sda1/bml_6
cat /dev/bml0/7 > /dtv/usb/sda1/bml_7
Paste here the output of command

Code: Select all

df -h
and

Code: Select all

cat /proc/partitions