-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22.x.x.x firmware - GOKE GK7102 SoC #2
Comments
the latest firmware (22.00.00.16) already has a working telnetd and an empty root password. |
hi, |
Thanks for the help, it works great:) |
Just because I'm interested: @csirk51 can you tell me which modification do you do with the firmware? How to enable telnetd for later firmware which do not open this port? And: do you know how to flash the device in a manual way? Or how do you do the flashing? |
Before (no telnet available firmwares) I had to use serial pins to get into the device to open telnet for modifications, it was really annoying.
|
Do you do this all manually or do you use some script or patch files to modify the firmware? Maybe you provide your final configuration since I'm also using a Digoo M1Q. Do you have some documentation about all these settings? How do you know what to change? |
I got my camera into bootloop before with wrong config, so I do it manually on the new firmwares for safety, than flash it to the cameras. |
@csirk51 thanks for your feedback. But how do you flash an img file? Simply do a |
I just use the gm_app_fw.py script the way it is written on the main page:
|
I have one of the more recent M1Q's with the 22.0.0.17 firmware, it does not have Telnet open, just 53, 554, and 5000...@csirk51 how are you getting access to the Telnet port? Can busybox be loaded without tapping the serial pins on the pcb? |
You can download the .17 firmware from here (sent by digoo support). |
How can I modify the resolution and bitrate of rtsp video stream? |
I've M1Z version with 22.0.0.40 firmware. @csirk51 how to enable ftp access? I tried to put boot.sh in npc folder (microsd card) with:
but without success. Do You have any solution? |
@ciast, I guess the script is not executed when put on SD card. You need to flash a custom firmware to the device which includes the modified Just download a official firmware and try to extract the contents using the script from this repo. |
"/bin/busybox telnetd" is for telnet, not for ftp. |
Firmware 22.0.0.40 #start npc boot and ulimit -s 2048 After reboot telnet works, root without password. |
I have yoosee cam with 21.00.00.90 version firmware. What do we need so we can we add support for 21.xx.xx.xx? |
To enable the telnet just paste the following line and reboot after that:
|
By accident I bricked my Digoo DG-M1X/M1Q cam which uses the GK7102 SoC by modifiying the boot.sh file - now it wont finish boot as it does not execute boot.sh. I can get into u-boot, but found no way to actually get a shell or modifiy the boot.sh from there ...
|
Well guess what, this actually worked. And the device was running again. |
Hi There, |
Just for information.
I bought this ESCAM "button" Q6. It uses 22.x.x.x series of the same style of firmware. The SoC is a GOKE Electronics GK7102. My plan is to enable telnetd and reconfigure video bitrate (it's rather low for the moment)
http://www.gokemicro.com/GK7102.html
Example firmware upgrade file it tries to fetch:
http://upg.cloudlinks.cn/upg/22/00/npcupg_22.00.00.14.bin
The text was updated successfully, but these errors were encountered: