Live data from Hacker News

Turning a TV set-top box into a Linux computer (2022)

zeus.ugent.be

111–113 of 113 posts

Re: Turning a TV set-top box into a Linux computer (2022)

#111

author here, surprised to see this on HN. If you have any questions, don't hesitate to ask :)

I’m about to attempt to do something similar on Deco routers, using [this]( https://blog.keane.space/tp-link-deco-m5-hardware-hacking.ht... ) as a base, but have never wired serial to usb manually before. My main question is how do you use a multimeter to tell which pad is which? Great article!

You first need to find ground. You can do this by visual inspection (a bit less risky), or by using your multimeter in continuity mode across external metal parts (for example the outside of the USB port)/negative pin of the power supply. Then, you can use a logic analyzer to find the serial TX pin. The RX pin is usually pretty close, and might be pulled up through a resistor to VCC.

Re: Turning a TV set-top box into a Linux computer (2022)

#112

Earlier quoted context omitted.

Do you happen to know other spec's on these or similar? (Eg, CPU type/speed, RAM etc)

Not much info unfortunately. Some of them apparently use a HiSilicon (owned by Huawei) chipset; the following Alibaba page lists some of them among others. https://www.alibaba.com/countrysearch/CN/dvr-motherboard.htm... Here are a few pages I found that could turn out interesting: https://securitycamcenter.com/firmware-chinese-dvr-nvr-secur... https://github.com/hisilicon And as widely reported, they're quite vulnera…

Most interesting, thank you.

These may have an ARM Cortex A7 dual-core at 1.3Ghz according to this datasheet for the HiSilicon hi3520dv400 (the 4 channel version):

http://wangxunic.com/wp-content/uploads/2019/05/Hi3520DV400....

Not bad at all. And with DDR3.

Re: Turning a TV set-top box into a Linux computer (2022)

#113
post #87

Earlier quoted context omitted.

These boxes generally utilize stock Cortex A53/A55 which are quite good IMO.

"Good" as in they can do anything slowly. A7x boxes won't struggle.

Good as in they implement the ARMv8 architecture fully unlike the crippled cores parent comment was talking about, also being more powerful because they're still 4-cores, GHz CPUs while the MIPS parent was talking about probably only had 1-2 core(s) and low 3-digit MHz clock speed.
Post reply on HN