Merge pull request #330 from ckuethe/wifi_notes

factory firmware can help you pick the right drivers in a custom build
pull/331/head
Signor Pellegrino 2024-02-18 15:48:20 +03:00 committed by GitHub
commit af0847a81e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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.