meta-intel-edison
meta-intel-edison copied to clipboard
Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI...
YP Kirkstone documentation lists `git gcc python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa pylint3 python3-subunit mesa-common-dev zstd liblz4-tool` as required for building that edison-fw does not list. Edison-fw documentation...
i think that npm should work regardless of the opperating system but I am unable to find a way to get MRAA back and my code examples to work. any...
Suddenly found an article: https://dougseven.com/2016/02/23/intel-edison-node-js-and-azure-iot/ I'm wondering if we need to document how to achieve same or similar with this project.
in original firmware, we use tty channels and sysfs nodes to coummunicate with the MCU. in thud branch, the /dev/ttymcuX is missing, sysfs node /sys/devices/platform/intel_mcu does not exist, only a...
In edison-arduino-hardware-guide.pdf, it said ``` Some additional functions are available on certain SoC pins, such as I2S and UART flow control, but they are not currently supported by the Arduino...
I am use arduino library, 1.6.7+1.0 after compile and upload sketch, it was running but not work as expect. should I upgrade sysroot in packages/Intel/hardware/i686/1.6.7+1.0, and patch some file to...