How to run android on stm32mp157c-dk2
Hi,
I'm lead embedded engineer at some company. Our current tech stack is android board for GUI and networking connected to stm32f2 over uart, which controls our hardware.
We're trying to give a shot to stm32mp1, which could be great way to reduce hardware cost and give us better tools to offload some not-real-time, but cpu intensive, tasks to application processor.
We've bought STM32MP157C-DK2 with intention of porting our software on it. First step would, obviously, be running Android on it. Since we've got android image from vendor of our current android boards and modified it only slightly, we have no experience with android development. Where should we start? I assume that it should be rather simple task, since ST provides bsp for stm32mp157c-ev1; which shares same MPU. I basically need, right now, usb storage, MIPI DSI display (DK2's built in one will be fine for now) with touch screen and uart peripheral. I'll leave running wifi dongle, usb camera and ethernet for later.
