-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Other interesting board GK7205v300 but need some workaround to flash #993
Comments
Here a similar camera https://aliexpress.com/item/1005003340814126.html |
I also have the uboot password but i am unable to access it given password |
answer |
I tried that one i think. How did u get the password from the binary? |
all i know - in my 1st post here |
At the end i used burn |
Anyone here got this board working with a WiFi module? I was told by a seller in taobao to use this module https://item.taobao.com/item.htm?id=744788471484 which is a altobeam atbm6032ls I have gone as far as building openipc firmware with the driver as .ko so I can |
@csvke there can be a tons of problem
taobao asking for login and not showing any picture. Better to add some pics directrly here |
I have this which is a JFTech IVG-6GS that has a Goke GK7205v300 SoC and the USB are exposed with a 12-pin flex cable connector. Taobao is selling a WiFi+SD card extension board which uses Altobeam atbm6032ls WiFi chip. I cannot get the usb working as it seems to need a trigger to pull the pin 7 of the flex cable connector to pass power through to the WiFi chip. I have observed that pin 7 at low until Openipc boots into loading the kernel. Like what you said, I have tried to pull all the GPIO from 1-79 and it still does not work. My educated guess is that the memory register that control the WIFI_PDN pin that wasn’t registered in Openipc but I carelessly didn’t backup the original firmware to investigate… if someone has the original firmware I maybe able to use ipctool to possibly investigate the GPIO registers. One interesting thing is that when I put this WiFi board to a GK7205v210 board, ‘lsusb’ did recognise the usb device without the need to trigger any GPIO / memory register. But it only proves the WiFi board is functioning, as I cannot get the driver into a Openipc build, not too mention Openipc do not have a GK7205v210 ultimate firmware (despite the camera board comes with 16mb NOR) and the GK7205v210 has been identified as a GK7205v200 so I have to build a GK7205v200 firmware to load into a GK7205v210 (but still cannot get ATBM603X driver into the firmware) And the second point is that no matter what I do I can’t build the BR2_PACKAGE_ATBM603X=Y into the actual firmware like you said. I guess it’s too much hurdles to get this WiFi board working, I may settle with buying a different WiFi chip such as a MT7601 and a RTL8188EU to test. at least I tried. |
Its most problem, i thinking it can be better to open special issue for (owners of) this board roootfs.jffs2 of my board have no relation to drivers, specially ATBM or gpio, but having some strings like 7601 so there need to unpack kernel |
I have the same camera GK7205V300+IMX335 +MicroSD slot and Wifi Module and I'm not able to enable the wifi. Here the link the original firmware backup: https://drive.google.com/file/d/1LBMsVoHrfXAH2sqlfecHysbKXadlIioG/view?usp=drive_link. |
backup-gk7205v300-nor16m.bin.gz I have attached a dump of the same module. The Wifi-SD card module @funkypozzy and @csvke are talking about I suppose is the one witht he silkscreen markings IF-SD-WIFI (mine says IPC_38x38-WIFI-if v1.02 on the bottom silkscreen), with Altobeam 60321s (USB variant of the IC). Some of the known GPIO numbers are listed here:
I will be creating a proper issue to track this. |
Tracking this here #1486 @csvke @Nuts-Underline |
@funkypozzy Your firmware backup contains the WLAN functionality (mine did not), thank you for that! Please move tot he issue I opened for this specific board. |
Solved in the dedicated issue. |
My board teken here https://aliexpress.com/item/1005005471371172.html
Looking good: GK7205V300+IMX335 +MicroSD slot + place for soldering WiFi (usb, WiFi module is option) + UART on pins,
as fact 16MB SPI and 2 UARTs (one prepared for RS485 PTZ but not ADM485 not soldered, direct wired to connector)
Problems:
WORKAROUND, found here
(SPI reader + decompiling) this human known here as @libc0607 He used camera on T31 but same result
answer -> HI2105CHIP <---
this way i can backup oringinal firmware and restore it witjout problem
The text was updated successfully, but these errors were encountered: