I am trying to use the following within a file to set some GPIO on boot up along with some other configblock settings using the ConfigBlock Editor V1.6 in batch mode.
setconfig gpio.bootconf = “[gpio_5] altfn=-1 dir=out lvl=1 pull=none outmode=std [gpio_15] altfn=-1 dir=out lvl=1 pull=none outmode=std [gpio_111] altfn=-1 dir=out lvl=0 pull=none outmode=std [gpio_91] altfn=-1 dir=out lvl=1 pull=none outmode=std”
saveconfig gpio
[The setconfig and saveconfig each are a single line in the file]
Unfortunately, the GPIO settings do not seem to be taking hold.
Does command line mode in the ConfigBlock Editor change log mean something else other than batch mode? Is there an example of how to use the ConfigBlock Editor to set the GPIO.BootConf for configuring the boot GPIO settings?
Thank you.