Hello everyone,
I am more of a hardware engineer than a software engineer, so please bear with me. I am trying to create a board with an AM335x. On this I am using the following modules:
- I2C0
- LCDC
- MMC0
- OSC0
- OSC1
- RTC
- USB0
I had planned on using the SPI0 under boot mode #3 and boot from a FLASH part like the W25Q64 part on the Eval board. We are using the Android development system and my software engineer is telling me that a boot image can only be created for the Linux system, on a Linux system.
Since I am using the LCD module, I will have pin conflicts with the GPMC module and am trying to avoid that if possible.
Can you tell me if there are any resources on how to create a serial boot image for Android, and/or if there is another way I should plan to do this?
Thanks so much for your input..
Jonathan