OP: next time, if you post in the wrong section, report your own post and request that it be moved. Do not cross-post. That makes it harder for people to keep track of the advice you receive. -Hu]
I'm trying to chroot into a sd card to cross compile for my raspberry pi zero. I'm stuck on this part
returnsOnce done it is necessary to register ARM executables interpretatior in running kernel:Code: Select all
root # echo ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm:' > /proc/sys/fs/binfmt_misc/register
Code: Select all
bash: echo: write error: Invalid argument
