Hello everyone,
I am working on a project that requires the kernel (and application) to run in a completely headless environment. And by headless, I really mean headless, no video, keyboard or serial comm circuitry or hardware even present on the target board.
Will the default pre-built kernel even work in that environment, or will it panic if it can't find and console HW? If it would panic, can a custom kernel be created that would work?
Thanks much!