nerves-livebook / nerves_livebook

Develop on embedded devices with Livebook and Nerves
Apache License 2.0
283 stars 40 forks source link

MIX_TARGET=x86_64 Graph doesn't show #469

Open ohisama opened 1 year ago

ohisama commented 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

68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f31383130342f35656135623436362d613038312d373561622d316637652d3062646430633737313062322e706e67

doesn't work module

68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f31383130342f31663431666461622d363531372d313835312d333066372d6335353864636261323261642e706e67

fhunleth commented 1 year ago

Interesting. Thank you for the report. This isn't a configuration I test, but I'll take a look on my next pass.