I'm building a mini cluster using a single external power supply for all the boards. All the boards power on immediately when I switch on the power supply. I'd like to disable this behavior and power on the board to sleep mode and force the power button to be the power on / off. I didn't see anything in the manual about this. Is this possible?
Page 52 of the manual: http://download.udoo.org/files/UDOO_X86/Doc/UDOO_X86_MANUAL.pdf The setting is 'power fail resume type'
I have tried setting it to Always OFF and Last State. But the board still always powers on when I plug in the DC jack. Do you have a test board you can confirm it is working on? FWIW, I am running BIOS 1.02 on the board I am testing (I have 6 boards). The boards all have the CMOS battery (though, I am not sure a good way to test it). Steps I am doing to test: Go in to SCU / BIOS and set Power Fail Resume Type to Always OFF. Go to Exit and select Exit saving changes. Board resets (briefly yellow light then green) and I manually power off the board (yellow light). Unplug power from DC jack and wait a couple seconds. Plug power in and board powers on (green light). I expect board to stay off (yellow light).
OK. It seems it may just be a misunderstanding of this feature. It does work but only if the board was shut down via ACPI. I suspect that having never been booted into an operating system something in the ACPI saved state was empty. Booting once into Linux and then shutting down the board seems to have it working properly now.