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.

請問 TI LINUX GPL協議問題

Expert 2272 points


1. 我使用TI SDK 6.0 Kernel 3.2  

我修改了Board-am35xevm,micrel,gpmc.. 等檔案,我需要將我修改過的kernel 開放原始碼嗎?

2.我的driver 使用到  gpio_free, 所以我必須宣告 MODULE_LICENSE("GPL");  我的AP Program Call我的driver, 

我必須開放我的driver 原始碼嗎? 

我必須開放我的AP program 原始碼嗎?

3.我使用busybox 編譯工具,我在我的AP Program 中Call Busybox 工具

我必須開放我的AP program 原始碼嗎?