Open ohisama opened 1 year ago
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
Interesting. Thank you for the report. This isn't a configuration I test, but I'll take a look on my next pass.
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