Replies: 1 comment 1 reply
-
Are you using the prebuild release, or are you building it yourself? Currently, the prebuilt release only targets these OS and architecture combinations:
As you can see, they are all 64-bit Intel architectures. Your RPI 5 is a 64-bit ARM architecture. Options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having trouble getting the CLI to work and I don't know whether I have missed someting or is just too much of a rookie when it comes to JS libraries or terminals... I'm trying to run the commands from the CLI README but the terminal won't recognize "lgtv-ip-control" as a valid command.
I'm running 64-bit bookworm on a RPI 5 and have installed node, npm, commander, @commander-js/extra-typings (all up to date) and the packages as per the README described.
Anyone got an idea of what I'm missing? Or is it just that the CLI won't work on an RPI with debian?
Beta Was this translation helpful? Give feedback.
All reactions