+++ Rob Savoye [2014-02-24 07:54 -0700]:
On 02/24/2014 07:15 AM, Wookey wrote:
Where does a 'boards' file go/come from?
It's a DejaGnu config file, used for remote testing.
Yes, or setting QEMU_UNAME on the command line, but I don't see how those work well with the binfmt settings that simply give a binary to run when the kernel spots the relevant binary magic. There is no provision for options or env vars, and the whole thing is clearly going to work much better if the binary just DTRT.
I'm not using binfmt, DejaGnu fires up qemu-aarch64 with the executable name. What would I set QEMU_UNAME to ?
QEMU_UNAME=3.8.0
But that only addresses the 'KERNEL TOO OLD' error.
I still having the problem finding the dynamic linker on an older distro.
I suspect this is a different problem.
Wookey