Please apologize our late answer and thank you for your patience. First of all, the Ixora carrier board was not designed for lowest power consumption. This means, the board is not optimized for battery operated systems.
Nevertheless, let us discuss the consumption of the Ixora. If you power on the Ixora board without an module plugged in, it consumes a bit less than 50mW (measured with a 12V supply). However, this is not actually the consumption the board has in your use cases, since the module is not present and therefore, the 5V DC/DC and the 3.3V_SW rails are off. By disassembling R15 and placing it to the position of R14, these two rails can be switched on without the need of a module. The power consumption of the Ixora rises now up to 346mW. This consumption represents pretty much the consumption of the carrier board in your use case if there is no additional peripheral device such as an USB device or mini-PCIe card is plugged in.
As @notthetup already mentioned, the biggest load on the carrier board are the two CAN transceivers. They have a built in power isolator which has quite a high quiescent current. Unfortunately, there is currently no option to turn these two devices off if not needed. The only way is do disassemble them (IC10 and IC11) or to lift up pin 8 of each devices. That is what I did in my next test. The current consumption of the carrier board dropped now to 63mW. This means, removing the CAN transceivers dramatically reduces the consumption of the Ixora carrier board.
Now, lets talk about the power consumption of the Apalis TK1 module itself. This module was actually designed for minimizing the power consumption. The following power consumption numbers have been tested on the Apalis Evaluation board since we do have the option there to measure the current consumption of the module only.
If an Apalis TK1 module with our regular Linux image is plugged in and just left in idle, the consumption is around 2.20W. The actual consumption is temperature dependent and can different between devices due to the “silicon lottery”. By disabling the Ethernet controller in software, the consumption can be reduced to 2.0W. On the Evaluation board, there is a PCIe switch. This means the module is keeping the PCIe interface up and running even if there is no device plugged in tot he switch. The PCIe interface is quite a power hungry interface. Disabling the external PCIe switch by holding down its reset reduces the power consumption of the module to 1.4W. On the Ixora board, there is no PCIe switch. However, the Ethernet controller is also connected over PCIe to the module. Therefore, I highly recommend to disable the Ethernet controller if not needed. This means the actual power consumption numbers of an Apalis TK1 with a modified Ixora (no CAN) can be quite similar to the consumption of the Jetson board.
You wrote that you have measured also the consumption in the LP0 sleep. Looking at the numbers, we believe that the system was hanging somewhere and therefore not going into LP0 sleep. We have tested the LP1 sleep on the evaluation board and have been able to go down to 0.79W. We have tested it with disabled Ethernet and PICe devices. According to our experiences, the LP0 sleep mode will not reduce the power consumption dramatically compared to the LP1 sleep mode.
I hope these number will help you figuring out how you can further reduce the power consumption.