linux,intel,firmware,galileo,bsp
You have issues with compiling ACPI tables. Crucial error message here is next: ASL Input: /home/mark/Quark_EDKII_v1.1.0/Build/QuarkPlatform/DEBUG_GCC44/IA32/QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables/OUTPUT/Dsdt/Platform.iiii - 1301 lines, 48788 bytes, 568 keywords Compilation complete. 15 Errors, 0 Warnings, 0 Remarks, 31 Optimizations Probably your ACPICA tools outdated. You need to figure out, which version of ACPI compiler (from ACPICA...
python,interface,arduino,intel,galileo
I have very similar code working with my Galileo interfacing with Python, and I notice two differences that could be causing your errors: When I make the system call, I save it as a file, not a text file: system("python /media/realroot/Files/tweetcheck.py > /media/realroot/result"); Maybe saving it as a text file...