This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2564B
I'm assisting with a group that is building an open source firmware for an existing product that uses the CC2564B. The question came up about licensing issues with TI's Bluetooth stack vs open source solutions. However, no matter what, the Init Script binary has to be loaded to the chip on power up and must be embedded into the source or distributed somehow.
How is the init script () licensed, and is it compatible with common open source licenses (such as MIT, BSD, or GNU)? Is there a difference between distributing sources with the scripts and distributing compiled firmware with the scripts embedded?
Thank you!
For example, if the source of our project is open and published publicly, is the data of that init script allowed to be embedded in that public source? What type of license is associated with distributing the init script data in either source or compiled binaries?
Essentially we are building an open peice of software and want to know how the inclusion of the mandatory binary init scripts affect us from a licensing/copyright standpoint. I could not find any licensing info on the download page.