-
1. Re: Incorrect CPU GPIO mapping
Apr 9, 2018 4:58 AM (in response to DanMadill)This message was posted on behalf of Intel CorporationHello Dan,
Thank you for bringing this to our attention, I will work with the appropriate team to fix the documentation.
With the Aero compute board, you can access CPU_GPIO_01, CPU_GPIO_03, and CPU_GPIO_04 from the "J1" Power board port on the 80-pin accessories connector. The CPU_GPIOs can be set by exporting the gpio486, gpio481, gpio487 on the Linux consoles with the following commands:
echo 481 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio481 /direction
echo 1 > /sys/class/gpio/gpio481 /value
echo 0 > /sys/class/gpio/gpio481 /value
Hope this helps.
Regards,
Octavian -
2. Re: Incorrect CPU GPIO mapping
Apr 13, 2018 1:30 AM (in response to Intel Corporation)This message was posted on behalf of Intel CorporationHello Dan,
Do you require any more assistance with this issue?
Regards,
Octavian -
3. Re: Incorrect CPU GPIO mapping
DanMadill Apr 13, 2018 7:28 AM (in response to Intel Corporation)No, thank you. I just thought Intel should know that their documentation doesn't appear to match the hardware. BTW, we also noticed that after updating the BIOS using a soft reboot, the aero-get-version.py utility reports the new BIOS version, but the BIOS doesn't really seem to take effect until the next power cycle of the board (i.e., the CPU GPIO fixed by the 01.00.16 BIOS update don't become available until after a hard reboot).
Thanks again.
Regards,
Dan