Ferry Toth
Ferry Toth
Hi @andy-shev thanks for the link. I totally agree MRAA seems dead. It would have been nice to keep old code running, and it might be possible for python based...
That should be fairly easy to do as in our Dunfell image PR #126 we already have: ``` root@edison:~# node -v v12.14.1 ``` So connecting to Azure should be the...
According to @andy-shev > The MCU is not supported right now until forward ported
The idea was brilliant. Would have been great to run Zephyr on the MCU. Maybe it will return in a future product.
Don't forget to send a PR when you get stuff to work!
Network: https://edison-fw.github.io/meta-intel-edison/4.2-networking.html#gadget The network should already be up, no service needed. The connection is made from the host side. MCU problems: I don't now, never tried, not even with the...
> but usb0 need manual assign IP. No that is wrong. usb gets ip from host. But you need to tell host to have dhcp server (shared ip connection). Reed...
Sure, there may be multiple ways to do the same thing: ``` root@edison:~# connmanctl connmanctl> technologies .. /net/connman/technology/gadget Name = Gadget Type = gadget Powered = False Connected = False...
That's right. In fact you are 'manually assigning an address' but through a script. That means your host doesn't know the address edison or edison.local unless you also add it...
Correct me if I'm wrong. We now have a ACPI_FEATURES i2s in [meta-acpi](https://github.com/edison-fw/meta-acpi/commit/068da094f91d241529f5f9e8e02633c5604ea66e). This can be enabled in the [edison.conf](https://github.com/edison-fw/meta-intel-edison/blob/d06bc2177e3b5bb2fa6c8d4805e7d904f30d6e8e/meta-intel-edison-bsp/conf/machine/edison.conf#L31). When enabled the acpi tables (notably arduino.asl) will be build...