Please update \etc\wireless\usb to include specific profile for IPC-38x38-WIFI-IF V1.02 - ATBM603x

This configuration works for IVG G6S (GK7205V300+Sony IMX335) with the wifi/SD board IPC-38x38-WIFI-IF V1.02 - ATBM603x
pull/1497/head
funkypozzy 2024-07-23 11:32:19 +02:00 committed by GitHub
parent f09dea95a7
commit 06b977c71e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -258,4 +258,12 @@ if [ "$1" = "atbm603x-t31-zte-k540" ]; then
exit 0
fi
# IVG G6S (GK7205V300+Sony IMX335) with IPC-38x38-WIFI-IF V1.02 - ATBM603x
if [ "$1" = "IPC-38x38-WIFI-atbm603x-usb" ]; then
devmem 0x100C0080 32 0x530
set_gpio 7 0
modprobe atbm603x_wifi_usb
exit 0
fi
exit 1