How to get the default gpio.bootconf value?

Hello,

The new VF50 image V1.5b4 seems to use the new ConfigBlock GPIO setup (gpio.bootconf). The documentation says to only add to the default bootconf settings. How does one get this default value?

Thank you.
Jerry

To query the default configuration

  • clear user setting if there was one applies already

  • Display the current setting (which is then the default)

    clear gpio
    set gpio
    The documentation was kind of confusing, because the default bootconf setting for VF50/VF61 and iMX7 is an empty string.
    I just updated the developer page article to point out this fact.