You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to update the device UUID in the config.json file of an image for generic-amd64 device type previously flashed on a USB stick running balena config inject .\config.json --drive \\.\PhysicalDrive1 as documented to save time instead of flashing the new image for each device
Actual Behavior
balena config inject .\config.json --drive \\.\PhysicalDrive1
File is a directory: undefined
Additional information may be available with the `--debug` flag.
For further help or support, visit:
https://www.balena.io/docs/reference/balena-cli/#support-faq-and-troubleshooting
When trying to inject the new configuration the command fail as below
PS C:\balena> balena config inject .\config.json --drive \\.\PhysicalDrive1 --debug
[debug] new argv=[C:\Program Files\balena-cli\client\bin\node.exe,C:\Program Files\balena-cli\client\bin\run,config:inject,.\config.json,--drive,\\.\PhysicalDrive1] length=6
[debug] Deprecation check: 0.07967 days since last npm registry query for next major version release date.
[debug] Will not query the registry again until at least 7 days have passed.
File is a directory: undefined
Error: EISDIR: illegal operation on a directory, fstat
For further help or support, visit:
https://www.balena.io/docs/reference/balena-cli/#support-faq-and-troubleshooting
[debug] Event tracking error: Timeout awaiting 'response' for 0ms
Specifications
balena CLI version: 18.2.1
Cloud backend: balenaCloud
Operating system version: Windows 11
32/64 bit OS and processor: 64bit
Install method: executable installer
The text was updated successfully, but these errors were encountered:
Expected Behavior
I want to update the device UUID in the
config.json
file of an image forgeneric-amd64
device type previously flashed on a USB stick runningbalena config inject .\config.json --drive \\.\PhysicalDrive1
as documented to save time instead of flashing the new image for each deviceActual Behavior
Steps to Reproduce the Problem
The usb stick is recognized
And the previous config.json is read properly
New config.json is generated
When trying to inject the new configuration the command fail as below
Specifications
The text was updated successfully, but these errors were encountered: