Other Parts Discussed in Thread: IWR6843AOP
Hello,
I have successfully used DSLite to flash the IWR6843AOP via CLI on my laptop (Arch Linux, x86-64 CPU architecture), but eventually I need to be able to flash the device remotely on a Raspberry Pi (Debian-based Linux, ARM CPU). Unfortunately, the DSLite executable is only compiled for x86-64. How can I run DSLite on a Raspberry Pi?
Looking through the source files, there are a lot of Python files that DSLite seems to use. Is there a way to bypass DSLite and simply write a Python script that can do what DSLite does? Or is there a way I can get DSLite compiled for the aarch64 architecture? If not, can I compile it myself? I couldn't find any documentation for compiling DSLite.