Hi Everyone,
I used the instructions in the Tiny Core Book to create an extension. Since I already had a build tree, I only needed this command.
$ mksquashfs app.tcz /tmp/buildroot/
This tcz file was copied to my tiny core VM, but I was unable to install it.
$ tce-load -i fapp.tcz
mount: mounting /dev/loop47 on /tmp/tcloop/app failed: Invalid argument
I'm using the lastest Tiny Core Plus image. Is there something I'm missing here?