Other Parts Discussed in Thread: ASH
I'm attempting to setup and run the Linux Gateway project 0 for the TI 15.4 stack as shown here: https://dev.ti.com/tirex/explore/node?node=AKhHIwnc97rQCOueQrdD8w__eCfARaV__LATEST
I set up the Beagle Bone Black with the TI prebuilt Linux SDK (am335x-evm-linux-05.03.00.07.img.zip), but when I get to the point of launching the application on the BBB, I encounter this error:
root@am335x-evm:~/prebuilt# ./run_demo.sh
Launching the Collector Application in the background
./bbb_collector: /lib/libc.so.6: version 'GLIBC_2.28' not found (required by ./bbb_collector)
Error starting collector application
Something seems wrong with the collector app
I attempted to run sudo apt update and sudo apt-get update, but both of those result in a command not found response. I'm a bit perplexed by this. Is the TI prebuilt SDK SD image released without a package manager? I'm going to try again with a basic Debian install, but is there a way to fix this issue for the TI SDK image?