Skip to content

Commit

Permalink
Merge pull request #17 from OlegLxx/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ZigFisher committed Sep 30, 2023
2 parents 29acdb2 + 6d36983 commit eea49ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Many firmwares in the list below are compatible with multiple different image se
Use vendor-specific software (e.g. XiongMai DeviceManager), [IPCam_DMS](https://team.openipc.org/ipcam_dms/IPCam_DMS_20201121_EN.zip), or the camera's built-in web server (n.b. not all vendor firmwares support browser based updates) to install the OpenIPC coupler firmware binary.

## Initial configuration
After flashing and rebooting, the camera will request an IP from a DHCP server. It will listen for web based management on port 85 (e.g. http://w.x.y.z:85/ where the w.x.y.z is replaced with the IP address is the one that your local DHCP server has assigned), and also on ssh. The coupler firmware build may not be the latest, so you may want to upgrade the firmware further at this point.
After flashing and rebooting, the camera will request an IP from a DHCP server. It will listen for web based management on port 85 (e.g. http://w.x.y.z:85/ where the w.x.y.z is replaced with the IP address is the one that your local DHCP server has assigned), and also on ssh. After the first boot with the new firmware you need to clean the overlay partition. Run this command in your terminal window: ```firstboot``` . The coupler firmware build may not be the latest, so you may want to upgrade the firmware further at this point.

If no image is available via the web interface, then the sensor may need to be manually configured. This can be checked via ssh with `fw_printenv -n sensor`, which may respond `unknown`. On HiSilicon SoCs, a list of known sensor types can be found in the `/usr/bin/load_hisilicon` script. Once you have a matching sensor type, it can be set with e.g. `fw_setenv sensor imx291_i2c`.

Expand Down

0 comments on commit eea49ff

Please sign in to comment.