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.

Linux/AM3358: TI Linux SDK installing packages

Part Number: AM3358


Tool/software: Linux

Hi,

I have question regarding installation of packages with Linux am335x-evm 4.14.79. This kernel comes by default opkg packaging tool. In order to install new package I am trying to follow the steps mentioned in:

- e2e.ti.com/.../666632

- http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK#Installing_Package

In particular I need to install gcc compiler on my BBB (trying to compile: gcc rpmsg_pru_user_space_echo.c -o rpmsg_pru_user_space_echo.out from "Hands on Lab"). My question is: how do I specify the package in this step: MACHINE=am335x-evm bitbake <?package?> ?

If I try: MACHINE=am335x-evm bitbake gcc, I get error:

- ImportError: cannot import name 'spawn'

Thank you in advance.