[root@kindle root]# modprobe -c
# On-demand autoloading of the watchdog driver - Jean II
So now to see about including.
/BLDS/buildroot/build/linux-custom/fs/binfmt_misc.ko
EDIT:
[root@kindle root]# cd /mnt/us
[root@kindle us]# ls bin*
bin/ binfmt_misc.ko
[root@kindle us]# insmod binfmt_misc.ko
Does some further reading...
http://linux.about.com/od/commands/l...l8_modprob.htm
http://linux.about.com/od/commands/l/blcmdl8_insmod.htm
http://linux.about.com/library/cmd/blcmdl8_depmod.htm
http://linux.about.com/library/cmd/blcmdl8_lsmod.htm <-- This one I think
http://en.wikipedia.org/wiki/Binfmt_misc
Ah yeah. lsmod.
[root@kindle us]# lsmod
Code:
Module Size Used by
binfmt_misc 8392 0
option 12512 2
usbserial 27756 5 option
ehci_hcd 38880 1 option
usbcore 136388 4 option,usbserial,ehci_hcd
g_serial 16844 0
arcotg_udc 38628 1 g_serial
ar6000 161076 0
ppp_async 8612 1
crc_ccitt 1856 1 ppp_async
ppp_generic 19252 5 ppp_async
slhc 5984 1 ppp_generic
volume 8900 0
fiveway 23552 1
mxc_keyb 15904 1
uinput 7776 0
fuse 48348 2
mwan 7324 2 ehci_hcd,ppp_async
eink_fb_shim 118588 0
eink_fb_hal_broads 397532 0
eink_fb_hal 59764 8 eink_fb_shim,eink_fb_hal_broads
there you go.
Hope this helps out knc1 some for his emu. seems to swallow it okay.
EDIT THE ATTACHMENT IS NOW BUILT WITH THE CS2006q3 TC. Thanks.