OK, I got tired of reset not working, and I want to update my firmware.
I am using the BSP for 0.8.0, section 6. Note: 0.9.0 really improves this section. Like, it tells you what directory to be in when you issue commands.
I found no needed updates to layout.conf, and I manually made links to the appropriate directories.
I get a syntax error I can't find running Makefile capsule:
galileo@robert-virtual-machine:~/sysimage/sysimage.CP-8M-release$ ../../spi-flash*/Makefile capsule
rm -f image.ffs
../../spi-flash-tools_v0.8.0/BaseTools/x86_64/C/bin/GenFw ../../meta-clanton/yocto_build/tmp/deploy/images/grub.efi -o ../../meta-clanton/yocto_build/tmp/deploy/images/grub.efi.fw -e UEFI_APPLICATION || { cat ../../spi-flash-tools_v0.8.0/BaseTools/README.txt; exit 1; }
../../spi-flash-tools_v0.8.0/BaseTools/x86_64/C/bin/GenFw: 1: ../../spi-flash-tools_v0.8.0/BaseTools/x86_64/C/bin/GenFw: Syntax error: "(" unexpected
So... Has anyone sucessfully built a capsule file on 0.8.0? Any ideas on what is wrong?
Crazy me - I thought after successfully building image-spi, the capsule would be the easy part.