irungentoo / Xiaomi_Yi_4k_Camera

Stuff for the xiaomi yi 4k (and 4k+) cameras.
265 stars 91 forks source link

t script binary missing #79

Closed tg-- closed 6 years ago

tg-- commented 6 years ago

I currently have a 4K here to fix and trying to get access (wifi is broken, so no telnet for me), but the autoexec scripts are not working, and I assume its because newer(?) firmwares don't include the "t" binary anymore. I looked in the squashfs images of the most recent 1.10.7 and the oldest available on the website 1.4.14 and neither has a "t" binary anywhere.

Am I missing something or has this been removed?

irungentoo commented 6 years ago

The t commands are for the RTOS, not the linux OS that runs parallel to it.

On Thu, May 31, 2018 at 2:16 PM, thomasg notifications@github.com wrote:

I currently have a 4K here to fix and trying to get access (wifi is broken, so no telnet for me), but the autoexec scripts are not working, and I assume its because newer(?) firmwares don't include the "t" binary anymore. I looked in the squashfs images of the most recent 1.10.7 and the oldest available on the website 1.4.14 and neither has a "t" binary anywhere.

Am I missing something or has this been removed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/issues/79, or mute the thread https://github.com/notifications/unsubscribe-auth/ACH5s-RqFGXlSY6FA-ZmLp4Kvr5oFCqiks5t4DNpgaJpZM4UVgYe .

SaibotC commented 6 years ago

@irungentoo Can the RTOS commands be send from the Telnet via SendToRTOS? Or RTOS commands can only be implemented with autoexec.asc?

tg-- commented 6 years ago

Thanks for the response, I assumed the "t" binary was the shell that sends commands to the RTOS and should be available under linux. My mistake.