Part Number: TMDXIDK5728
Tool/software: Linux
I am attempting to run the pre-built example applications from inside the Linux-RT filesystem. All of the example files are ELF 32-bit LSB executables, which cannot be run on a 64-bit Linux OS. What am I missing here?
I am using Linux RT v5.02. Ubuntu v16.04 LTS.
My course of action is as follows ->
- open terminal in <ti-sdk>/example-applications/matrix-gui-browser-2.0/
- execute file by entering "./matrix_browser"
- "Cannot execute binary file: Exec format error"
- enter command "file matrix_browser"
- file type is ELF 32-bit LSB Executable, ARM, EABIS version 1.
Thank you,
Alec