I have a STM32F429DISC board, and I found that:https://hackaday.io/project/1313-openmv/details.So that I want to port openMV in my board .
Then I change BOOTLOADER code: use USB_HS_IN_FS make a VCP device , change STM32F427xx in STM32F429xx and some other F429 config.
after that , I cp omv/boards/OPENMV2 in omv/boards/STM32F429DISC, because I found that Mircopython support STM32F429DISC. Also I change something about FLASH , LD file.
I use cmd make a binary file
Code: Select all
make TARGET=STM32F429DISC
I found that OPENMV2 are not support, but can you get some advices on porting openMV to STM32F429DISC.
OS: WINDOWS 10 pro
VM: ubuntu 14.04
arm-none-linux-gcc: 5.6.1
and I also install openmv and st VCP driver
thanks!