added a few instructions

pull/125/head
Benoit Duffez 2023-08-25 14:35:35 -07:00
parent 8001827b81
commit c46725d869
No known key found for this signature in database
GPG Key ID: 11FBD5CB9F6782D6
1 changed files with 9 additions and 2 deletions

View File

@ -15,12 +15,19 @@ Follow the [instructions](help-uboot.md#bypassing-password-protected-bootloader)
Back up the flash and install OpenIPC according to the [instructions](https://openipc.org/cameras/vendors/hisilicon/socs/hi3518ev200).
Select a 16MB NOR flash, and use the Ultimate firmware if you want to use WiFi.
## WiFi
In order to connect to WiFi, you need to configure the [wireless device](wireless-settings.md#initial-configuration) with:
In order to connect to WiFi, you need to configure the [wireless device](wireless-settings.md#initial-configuration) with `rtl8188fu-hi3518ev200-lifesmart`
```
rtl8188fu-hi3518ev200-lifesmart
fw_setenv wlandev rtl8188fu-hi3518ev200-lifesmart
# also configure your WiFi
fw_setenv wlanssid "MySSID"
fw_setenv wlanpass "password"
# and then...
reboot
```
This will power up the USB device (WiFi card) and load the appropriate Kernel driver.