Part Number: J722SXH01EVM
Other Parts Discussed in Thread: AM67A
Tool/software:
Hi,
we are having trouble toggling the GPIOs on the AM67A EVM. We've tried three GPIOs so far:
- Pin17 on J33 (22Pin CSI camera port): GPIO0_15
- Pin18 on J33 (22Pin CSI camera port): GPIO0_16
- Pin13 on J28 (40Pin User Expansion Header): GPIO0_33
But no matter how we toggle these GPIO pins via "chardev", the electrical level never changes (checked with logic analyzer and multimeter), it is always low. For example, to set GPIO0_15 to HIGH, we used:
$ gpioset -m wait gpiochip2 15=1
where gpiochip2 is 600000.gpio according to
$ gpiodetect
gpiochip0 [1-0023] (24 lines)
gpiochip1 [4201000.gpio] (24 lines)
gpiochip2 [600000.gpio] (92 lines)
gpiochip3 [601000.gpio] (52 lines)
gpiochip4 [2-0020] (16 lines)
but the level on J33.Pin17 never goes up even before "Enter" is hit.
I wonder is it the way I am toggling these pins wrong, or am I missing some H/W or S/W configurations here? Please help, thanks!
Danxuan