Other Parts Discussed in Thread: INA226
Tool/software:
Hi Team,
I am using YOCTO based build system for JACINTO HW (j721e-evm) and below commands used to create the image for HW.
$ ./oe-layertool-setup.sh -f configs/processor-sdk-linux/processor-sdk-linux-09_00_00_06.txt
$ cd build
$ . conf/setenv
$ MACHINE=j721e-evm bitbake tisdk-default-image
After that we are flashing "tisdk-default-image-j721e-evm.wic.xz" in Jacinto HW and booing with Linux image.
Can you please tell me, in this build how to enable FreeRTOS ?