Skip to content

Instantly share code, notes, and snippets.

@btashton
Created May 14, 2015 06:27
Show Gist options
  • Save btashton/6d98dbc665e4bb034cd2 to your computer and use it in GitHub Desktop.
Save btashton/6d98dbc665e4bb034cd2 to your computer and use it in GitHub Desktop.
run nutts on qemu
sudo ip tap add mode tap
sudo ifconfig tap0 10.0.0.1
qemu-system-arm -M lm3s6965evb -kernel nuttx -net nic,model=stellaris -net tap,ifname=tap0,script=no,downscript=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment