Hello,
is this possible to change mode using Linux?
The main target is to record all four channels with the use of a BeagleBone Black and save recorded file on a SD card. I know that USB to I2S and I2C can only transport 2 channels of audio over a single I2S to USB stream, so I want to send 2 channels over that and other 2 over I2C directly to BBB using J8 pins. In order to do that I need to change mode 0, on which the EVM is running after booting to mode 2. I also know, that GUI change registers upon switching modes, so is there any option to send commands, that respond to swtiching modes without the use of GUI?
Is this possible, or maybe there is a better solution?