Hallo everyone,
I have a question about reconfiguring the linux kernel for the DM365. The background is that I work with the DM365EVM from Spectrum Digital (DVSDK 3.10.00.16) and I want to create my own PCB now. On this PCB I don't need any video input interfaces, so it seems logic to me that I can drop any support for e.g. the video encoder ICs (TVP7002 and TVP5146) or the multiplexer which select any of the video encoders as video input. Additionally I don't need any USB support or support for the Keypad module.
Can I reconfigure the kernel (e.g. using 'make menuconfig') and just deselect the support for the modules so that I can simply drop these parts on the PCB?
Can I test this new configuration with the EVM without doing any damage to the EVM?
Do I need to reconfigure the kernel at all or is it possible to just use the original kernel and simply leave the ports for e.g. USB open or terminated?
Do I need to change the 'board-dm365-evm.c' or 'dm365.c' files in the mach-davinci directory of the git-repository too?
Any answers are welcome! Thanks!
Regards,
Matthias