@Persian Prince:
In order to add generic machine configuration for KI Plus (S905), KII Pro (S905), KI Pro (S905D) and KIII ProI (S912), I have tried to create an s905.conf file which is available here:
http://github.com/en...op/conf/machine
Moreover, I have also tried to clone other necessary files here:
http://github.com/en...amlogic-3.14.29
In addition to those, I want to use following files (dvb drivers and device tree files) in the build:
http://github.com/kszaq/dvb_tv-aml
http://github.com/ks...05-device-trees
Can you look at all these and help me in adding these to your meta-amlogic (if possible)?
Wow... good to see the progress...
Remember: We have 5 models:
K1 Plus (s905) - Android 5.1
K1 Pro ((s905d) - Android 7.1
"old" K2 Pro (s905) - Android 5.1
"new" K2 Pro (s905d) - Android 7.1
K3 Pro (s912) - Android 7.1
Then, I see: boot.ini
Please add only the difference (old and new K2 Pro): https://www.cnx-soft...-android-7-1-2/
KII-Pro-New-Model-Improvements.jpg 50.82KB 9 downloads
if test "${boxname}" = "K2pro"; then fatload mmc 0:1 ${dtb_loadaddr} gxbb_p200_k2_pro.dtb; fi if test "${boxname}" = "K1pro"; then fatload mmc 0:1 ${dtb_loadaddr} gxl_p230_k1_pro.dtb; fi
if test "${boxname}" = "K3pro"; then fatload mmc 0:1 ${dtb_loadaddr} gxm_q200_k3_pro.dtb; fi
if test "${boxname}" = "K1plus"; then fatload mmc 0:1 ${dtb_loadaddr} gxbb_p200_k1_plus.dtb; fi