We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86_64 board is Qemu. nerves_livebook v0.11.0
$ git clone https://github.com/nerves-livebook/nerves_livebook.git $ cd nerves_livebook $ export MIX_TARGET=x86_64 $ mix deps.get $ mix firmware.image
start script
"C:\Program Files\qemu\qemu-system-x86_64.exe" -drive file="nerves_livebook.img",if=virtio,format=raw -m 4098 -net nic,model=virtio -net user,hostfwd=tcp::10022-:22,hostfwd=tcp::80-:80 -serial stdio
doesn't work module
The text was updated successfully, but these errors were encountered:
Interesting. Thank you for the report. This isn't a configuration I test, but I'll take a look on my next pass.
Sorry, something went wrong.
No branches or pull requests
x86_64 board is Qemu.
nerves_livebook v0.11.0
$ git clone https://github.com/nerves-livebook/nerves_livebook.git
$ cd nerves_livebook
$ export MIX_TARGET=x86_64
$ mix deps.get
$ mix firmware.image
start script
"C:\Program Files\qemu\qemu-system-x86_64.exe" -drive file="nerves_livebook.img",if=virtio,format=raw -m 4098 -net nic,model=virtio -net user,hostfwd=tcp::10022-:22,hostfwd=tcp::80-:80 -serial stdio
doesn't work module
The text was updated successfully, but these errors were encountered: