From e09ea1eaf41fc688311a7e4564a28fa8ff3ab528 Mon Sep 17 00:00:00 2001 From: Damien <74568785+damienwolf07@users.noreply.github.com> Date: Fri, 3 May 2024 18:34:07 -0400 Subject: [PATCH 1/2] Update wireless-settings.md --- en/wireless-settings.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/wireless-settings.md b/en/wireless-settings.md index 489c169..7e4ebb2 100644 --- a/en/wireless-settings.md +++ b/en/wireless-settings.md @@ -14,13 +14,14 @@ Wireless settings devmem 0x100C0080 32 0x530 ``` +> [!IMPORTANT] +> Some drivers are not included in the premade OpenIPC firmware binaries, You may have to compile it yourself. + - The variables [are listed here][1] and be can set with: ```shell fw_setenv wlandev mt7601u-hi3516ev300-camhi ``` ---- - ### Enter wireless credentials - Credentials can be added with: From ee2386d2de3dd64452c301884d9e62db50c5b740 Mon Sep 17 00:00:00 2001 From: Damien <74568785+damienwolf07@users.noreply.github.com> Date: Fri, 3 May 2024 18:46:29 -0400 Subject: [PATCH 2/2] Update u-boot-settings.md --- en/u-boot-settings.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/u-boot-settings.md b/en/u-boot-settings.md index 940618d..fd14fc5 100644 --- a/en/u-boot-settings.md +++ b/en/u-boot-settings.md @@ -5,7 +5,7 @@ U-Boot settings --------------- ### bootdelay -To be continued... +Use this to set the delay before we start the kernel, This is the time where you can get into the bootloader. ### bootnfs To be continued... @@ -14,10 +14,10 @@ To be continued... Mandatory setting, available in all OpenIPC bootloaders ### gatewayip -To be continued... +This is the camera's gateway IP address, Mostly used for when you are flasing using TFTP in U-Boot. ### ipaddr -To be continued... +This is the camera's IP address, Mostly used for when you are flasing using TFTP in U-Boot. ### osmem Mandatory setting, available in all OpenIPC bootloaders @@ -29,9 +29,9 @@ The type of sensor used on the device is set automatically in most cases Specify the full path to the archive with custom OpenIPC firmware in .tgz format ### wlandev -To be continued... +The Wi-Fi Driver to use for the Wi-Fi interface. ([Learn how to use it here](../en/wireless-settings.md)) ### wlanmac -To be continued... +The MAC for the Wi-Fi Interface.