Skip to content
New issue

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

MIX_TARGET=x86_64 Graph doesn't show #469

Open
ohisama opened this issue Nov 24, 2023 · 1 comment
Open

MIX_TARGET=x86_64 Graph doesn't show #469

ohisama opened this issue Nov 24, 2023 · 1 comment

Comments

@ohisama
Copy link

ohisama commented Nov 24, 2023

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

  • Kino.Mermaid
  • Kino.Download
  • kino.Tree
  • kino.DataTable
  • socket
  • explorer
  • maplibre
  • vegalite

68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f31383130342f31663431666461622d363531372d313835312d333066372d6335353864636261323261642e706e67

@fhunleth
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants