dmtan90 / ingenic-t31-drivers

4 stars 3 forks source link

4G solar cam debugging files #1

Open rezamarzban opened 1 year ago

rezamarzban commented 1 year ago

I am looking for V380 pro 4G solar powered camera debugging files. It seems that its chipset is Ingenic t31zl, So where can I find it?

Or which file should I place in an inserted microSD into 4G device to running my scripts?

rezamarzban commented 1 year ago

Maybe answer is found in t31 uboot source where "char aufile" or "char aufiles" is in codelines in below URL:

https://github.com/OpenIPC/u-boot-t31/blob/master/common/cmd_sdupdate.c

Or looking for "char aufile" or "char aufiles" in "common/cmd_sdstart.c" codelines in t31 uboot source that determine which file to be started in the SDcard while booting if exist!

https://github.com/bakueikozo/atoms-uboot/blob/b7a8139e831debf2e958944b7b0863bb869cf310/common/cmd_sdstart.c

Line 31 in above uboot source code: char *aufiles = "factory_t31_ZMC6tiIDQN"; which means this file will be checked in SDcard during boot.

Maybe we should take a look at below URL which contains that file, Wyze mini hack for t31 chipset camera:

https://github.com/gtxaspec/wz_mini_hacks/tree/master/SD_ROOT

Which "factory_t31_ZMC6tiIDQN" is a bootloader BIN file and its name was "t31x_uboot".