Arduinoの商用(組み込み)のライセンスについて
Arduinoの商用(組み込み)のライセンスについて2つ質問です。
一つは
Arduinoの公式ページの商用利用の項目(Can I build a commercial product based on Arduino?)
において回答として
"Using the Arduino core and libraries for the firmware of a commercial product does not require you to release the source code for the firmware. The LGPL does, however, require you to make available object files that allow for the relinking of the firmware against updated versions of the Arduino core and libraries. Any modifications to the core and libraries must be released under the LGPL."
との記載があります。
これはArduinoのライブラリやコア自体はLGPLであるものの、これらを改変せず用いれば組み込みとしての頒布においては自身で書いたスケッチはLGPLに縛られることはないとの解釈でよろしいのでしょうか。
二つ目は、GPLライブラリをリンクしたスケッチを書き込んだ1台目のArduinoと、サードパーティー製のMIT,Apache2.0,BSDライセンスのライブラリを書き込んだ別の2台目のArduinoをシリアル通信で動作させる組み込みシステムを制作した場合、この2台目のArduinoに書き込んでいるスケッチはGPL感染を避けることができますでしょうか。
ライセンスなどに詳しい方がいらっしゃいましたら、ご回答よろしくお願いいたします。