Closed valentinbud closed 3 years ago
Nano X devices are locked and do now allow sideloading. You can only use unreleased firmware in Nano S device and definitely it is only recommended for testing/development purposes.
Thank you @jleni for clearing this up for me. I'll wait for the v2.3.1
PR to get merged then.
Hello everyone 👋.
I am trying to install the latest
v2.3.1
version on a Ledger Nano X from a MacBook.I have downloaded
installer_s.sh
fromv2.3.1
release page .I have ran the following
The device has an older version of the app already installed,
v1.8.2
. The firmware is at1.3.0
, latest, as reported by Ledger Live. Development mode is enabled.The error sounded like the installer doesn't have the correct
targetId
value setup.I have found here the following snippet of code to check the id of the device
I have updated the
installer_s.sh
file with the abovetargetId
valueRunning the installer again the error changed.
Am I missing something? What can I do to have the
v2.3.1
app installed? Thank you.