Hi,
Im trying to make the changes to the DTS file and want to use the devshell to modify and make the dtb.
I ran the following command
bitbake -c devshell virtual/kernel
(referene link: learning.oreilly.com/.../6bfad1cc-252c-49c7-8142-f3d87aeed718.xhtml)
$ bitbake -c devshell virtual/kernel
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/ubuntu/tisdk/build/bitbake-cookerdaemon.log):
--- Starting bitbake server pid 1067776 at 2023-08-03 11:47:49.565026 ---
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Failed to obtain external Arm toolchain version: Execution of '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -v' failed: command not found
ERROR: Error: EXTERNAL_TOOLCHAIN path '/opt/gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi' does not exist
In the yocto build instructions provided in the documentation of the YOCTO build, they instructed us to wget a compiler and extract it in the HOME directory.
After exporting the variables to the environment the bitbake command used for generating the image build works fine. However the issue starts once we use the devshell command with it.
(reference link: https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/08_06_00_45/exports/docs/linux/Overview_Building_the_SDK.html)
please guide us further.