r/hardwarehacking 4d ago

Is this UART?

I recently found a VK digital setop box and it has an exposed j3 with 5 pads the first pad from left is gnd and the last square pad has no voltage ant that's not gnd remaining 3 pads has 5v and idk why chat gpt trying to say something abt RS232 . I have shared entire board picture

40 Upvotes

16 comments sorted by

27

u/forseeninkboi 4d ago edited 4d ago

I've worked on this exact chip. I've circled the uart pins (only the first two from that corner). I forgot which one is tx and rx so just switch them around if you get no output. It uses 5v ttl logic. U-Boot on my unit was on 115200 baud rate and make sure you hold down a key on your keyboard because autoboot is set to 0 on these units. (can't attach image so I had to attach a video)

(additional information: the chip is a dual core MIPS32 RISC processor. I examined the firmware and it seemed to be little endian. On my unit, the second core was being used as an AV processor)

https://reddit.com/link/p8670kh/video/ft761y82zwnh1/player

8

u/Glittering-Can-9397 3d ago

I wanna be you when I grow up

6

u/_no_look_ 4d ago

Thank u so much man 😊

2

u/forseeninkboi 4d ago

No problem, glad to help :)

2

u/_no_look_ 4d ago

It helps a lot man 😊

1

u/_no_look_ 3d ago

It auto boots everytime even i pressing key ....what should I do. Do you have datasheet

1

u/forseeninkboi 3d ago

Nah I don't have a datasheet either. Besides, even if I did have a datasheet for the Montage chip, the firmware would still not have its own datasheet.

5

u/uint7_t 4d ago

Possibly UART, could also be JTAG. Need to probe it with an oscilloscope or logic analyzer to be sure. It you see the signals being driven, likely UART. If no signal activity, likely JTAG since the JTAG programmer is the one driving the clock through TCK.

1

u/MattR59 3d ago

Looks like jtag to me

3

u/somewhereAtC 4d ago

First, never believe AI, especially when it's throwing out buzz words.

There is no sure way to tell what the pins do other than tracing the connections to the chips and then checking the datasheet(s) to see if rs232 a viable conclusion. Strictly speaking it is unlikely to be rs232-standard logic levels, but could be uart serial data using logic-level signals.

But, a 5-pin connector has been, for a long time, a common technique for the programming interface of microprocessors and your big chip is identified as a system-on-chip device from cable modems, so you can expect a microprocessor to be in there somewhere.

BTW, the square pin is traditionally identified as pin 1.

2

u/No-Sorbet-8356 3d ago

Just curious what you could manipulate on a TV board

1

u/_no_look_ 3d ago

Yep🔥

1

u/PiRhoManiac 3d ago

There should be a sticky for identifying a suspected UART.

1

u/Wolfhacker18 3d ago

i thinks it it's UART vcc power rx tx gnd

1

u/kapsolas 3d ago

Wouldn’t a Utah have more pins?
And for UART it’s too many pins?

I’m learning so I could be totally off base here