This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The customer has installed the SDK for AM437X on a PC with Linux installed. When they run make linux according to the Linux build procedure, they receive an error and it does not seem to complete successfully.
Q1. Is there any reference material on the Linux build procedure for AM437X?
Q2. The error display looks like the following image. I would like to confirm the error content and would like your advice. The SDK installed is "ti-processor-sdk-linux-am437x-evm-08.02.00.24-Linux-x86-Install.bin".
Thanks,
Conor
Hi Conor,
/bin/sh: 1: bison: not found
This log has the message above. It indicates bison package is missing.
Hi Bin,
OK, so I have to add the bison package from below, right?
https://directory.fsf.org/wiki/Bison
Thanks,
Conor
Hi Conor,
Please run the following command in Ubuntu to install the bison package:
$ sudo apt update && sudo apt install bison
Hi Bin,
The problem mentioned earlier has been resolved.
The build is being performed with reference to 1.2.2.2 Build Steps in the build manual of the Linux SDK. When doing so, I get an error (unable to connect to git.openembedded.org) as shown in the image below, and the connection times out.
Can you please tell me how to resolve this error?
Thanks,
Conor
Conor,
The new error is related to Yocto, which is not in my expertise. Can you please create a new E2E thread for the issue? It will be routed to our Yocto expert for comments.