I am currently installing swupdate
but
getting an error while running make command
in swupdate file.
I followed the following steps to first install it -
sudo apt-get install libgpiod-dev
Ran make command in the swupdate file
Even after installing gpiod following error was shown
error
*too many arguments to function ```gpio_line_request_output``*`
Is there a way I can make changes in menuconfig
?
libgpiod has rather changed its API and the signature of that function. To fix this, you have to set (or unset, it depends on the installed libgpiod) CONFIG_UCFW_OLD_LIBGPIOD in SWUpdate configuration.