Hello,
I'm currently working with a TE0803-03-3BE11-A module and would like to implement the following:
1) When the board is initially powered up, only the R5 is running and waits for input from the user (button press, serial input, etc)
2) After R5 receives the input it's waiting for, the A53 boots into Ubuntu 18.04
3) If the user presses the same button, the R5 signals for the A53 to shut down Ubuntu 18.04 and waits for the button press to boot back in
I have a version working where the A53 and R5 are both running baremetal apps and are powered up, then both suspended until the R5 receives the button press/serial input, but I'm not sure the best way to delay the A53 booting into Ubuntu when the OS is set up and how to trigger the boot process from the R5.
Any help or guidance would be very much appreciated.