Other Parts Discussed in Thread: INA3221, LM90
Tool/software: TI C/C++ Compiler
Hi,
I download the sdk from the link
it is
PROCESSOR-SDK-LINUX 07_01_00_10
I try to build the sdk with the user guide,
I build the sdk with Make, so the following steps.
1. sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools
2. GCC92PATH=$HOME/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin:$HOME/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf/bin
export PATH=$GCC92PATH:$PATH
3. make
4. make linux
5.make sysfw-image
the command above run successfully.
Then I try to Installing to SD card rootfs, Do the follow steps:
it occurs the errors:
How can I solve the issue?
Thanks!