Skip to content

Commit

Permalink
set pin 19 to GPIO in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Sep 8, 2023
1 parent c5fb0c0 commit bb552e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion milkv/overlay/mnt/system/duo-init.sh
@@ -1,6 +1,9 @@
#!/bin/sh

# set PWR_GPIO[4] to gpio
# Set Pin-29(PWR_SEQ2) to GPIO
devmem 0x0502707c 32 0x111
devmem 0x03001068 32 0x3

# Set Pin-19(SD0_PWR_EN) to GPIO
cvi_pinmux -w SD0_PWR_EN/XGPIOA_14 > /dev/null

0 comments on commit bb552e5

Please sign in to comment.