Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:techref:hardware:soc:soc.hisilicon.hi35xx:ivg-hp203y-ay [2021/03/28 14:54] – created deekeydocs:techref:hardware:soc:soc.hisilicon.hi35xx:ivg-hp203y-ay [2021/03/28 16:31] (current) – [Clean u-boot env] deekey
Line 3: Line 3:
 This board consist of Hi3516cv300 CPU and Sony IMX291 chip. This board consist of Hi3516cv300 CPU and Sony IMX291 chip.
 Can be bought on [[https://aliexpress.com/item/32980521726.html|AliExpress]] or other marketplaces. Can be bought on [[https://aliexpress.com/item/32980521726.html|AliExpress]] or other marketplaces.
 +
 +This instruction is based on the information from [[https://openipc.org/firmware/|OpenIPC project]] and with the help of it's community.
 +
 +
 +**Currently not supported:**
 +
 +* Night mode  (based on IR sensor and IR curtain shutter)
  
 ===== Prepare TFTP server ===== ===== Prepare TFTP server =====
Line 100: Line 107:
 </code> </code>
  
-=== Change MAC ==+=== Change MAC and other stuff ==
  
 Change XX:XX:XX:XX:XX:XX for your original MAC address you wrote in the beginning. Change XX:XX:XX:XX:XX:XX for your original MAC address you wrote in the beginning.
Line 108: Line 115:
 uci set network.lan.macaddr=XX:XX:XX:XX:XX:XX uci set network.lan.macaddr=XX:XX:XX:XX:XX:XX
 fw_setenv sensor imx291_i2c_lvds fw_setenv sensor imx291_i2c_lvds
 +uci set ipcam.gpio.ircut1='53'
 +uci set ipcam.gpio.ircut2='54'
 uci commit uci commit
 reboot reboot
 </code> </code>
  • Last modified: 2021/03/28 14:54
  • by deekey