I want to set the network configuration of my evk board for ethernet routing.
I know it can be changed by 'route' command,
but I want to apply the configuration through the config file so that the my-config remained permanently.
But I don't know where could I found the file for network configuration
such as '/etc/sysconfig/network' or '/etc/network/interfaces' of other Linux system.
I'm using imx8mq-evk board now.
If your board is boot up in Linux, then you could configure the network setting same as other Linux system. Or i think you could add the setting in the start up script. You may get more examples in google search.