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
Additional information about your host, target hardware or environment that
may help
Current behavior
Running the command I occationally get the result in incorrect order:
benni@jester:~/nerves-system-da-1000$ mix nerves.system.shell
==> nerves
==> nerves_system_da_1000
|nerves_bootstrap| shell start deprecated
/home/benni/nerves-system-da-1000/deps/nerves_system_br/create-build.sh /home/benni/nerves-system-da-1000/nerves_defconfig /home/benni/nerves-system-da-1000/.nerves/artifacts/nerves_system_da_1000-portable-0.0.1 >/dev/null && cd /home/benni/nerves-system-da-1000/.nerves/artifacts/nerves_system_da_1000-portable-0.0.1
OTP 26 made several changes to the serial interface handling. Unfortunately, this
is a regression in preventing the Nerves tooling from starting a system sub-shell.
However, compilation is supported on this host and this native shell can be used.
Run the commands below to create the build directory and perform all the same
interactions as before within it:
Expected behavior
Proper order of information.
The text was updated successfully, but these errors were encountered:
I've investigated this a little bit, but don't have any more leads. The final command is in its own log statement so that it could be shoved to stdin for the hacky workarounds. I thought it my be due to logger being async and out of order, but @LostKobrakai has also discovered some issues with the shell duplicating messages when using SSH and NervesHub
Environment
elixir -v
): 1.15.6mix nerves.env --info
)may help
Current behavior
Running the command I occationally get the result in incorrect order:
Expected behavior
Proper order of information.
The text was updated successfully, but these errors were encountered: