This project is prepared for flashing images to the emmc of t3-gem-o1 boards using the gem-imager
The project utilizes Taskfile as its build system. Please install it from here.
To compile the project, TI MCU+SDK and compilers are required. They can be installed with the following command:
$ task install-sdkTo configure pinmux settings with sysconfig tool:
$ task syscfg-guiTo build the project:
task buildThe compiled binary is located under the build folder as tiboot3.bin