edison-fw / meta-intel-edison

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 enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

should rename ttyMFD2 to ttyGS2? #103

Closed xlla closed 4 years ago

xlla commented 4 years ago

when I do migrate arduino lib, I saw this statement

system("systemctl stop serial-getty@ttyMFD2.service");

and on Edison, I am not found that service, should it be rename? and in meta-intel-edison/meta-intel-edison-distro/recipes-core/post-install/files/post-install.service, reference that service too.

htot commented 4 years ago

No, to ttyS2. That is the tty attached to console.

As you can see in mraa we already have a patch there too, so good catch for this one.

xlla commented 4 years ago

ok, ttySn is fine.