From 69bafdd41a62e973cc17853b39c99b075f692bdc Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sat, 17 Feb 2024 11:11:15 -0800 Subject: [PATCH 1/2] factory firmware can help you pick the right drivers in a custom build --- en/adding-wifi-driver.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/en/adding-wifi-driver.md b/en/adding-wifi-driver.md index 5c06065..6c1eb73 100644 --- a/en/adding-wifi-driver.md +++ b/en/adding-wifi-driver.md @@ -49,7 +49,12 @@ BR2_PACKAGE_RTL8733BU_OPENIPC BR2_PACKAGE_RTL8812AU_OPENIPC ``` -Take note of the `BR2_PACKAGE` variable for the driver you need. +Take note of the `BR2_PACKAGE` variable for the driver you need. It may +be useful to observe the boot messages from the original firmware to +determine the network device and interface type since it may not be +obvious from looking at the board. Seeing `atbm603x_wifi_usb` in the +boot messages suggests that this camera has an `atbm603x` wifi device +connected internally over USB. ### Step 3: add BR2_PACKAGE variable to your firmware configuration The firmware configuration files are ordered per chipset in the `br-ext-chip-*`directories. Navigate to the directory for the chipset you are building for, then navigate to the `/configs/` directory. From 4bd073b785b1d6f0733854559c4123f3b5812b50 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sat, 17 Feb 2024 11:36:02 -0800 Subject: [PATCH 2/2] Add some names I found in the app/firmware for my camera --- en/company-names.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/company-names.md b/en/company-names.md index a876466..ec9f782 100644 --- a/en/company-names.md +++ b/en/company-names.md @@ -19,3 +19,6 @@ - Shenzhen Zhongwei Century Technology Co., Ltd. - Shenzhen Hichip Vision Technology Co., Ltd. - Chengdu Powerview Science and Technology Co., Ltd. +- Nanjing Ajcloud Infotech Co., Ltd +- Ajcloud International Inc. +- Wansview Technology Co., Ltd.