Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This article will help you get setup if you have a M1 with a solution using Docker Desktop.

\uD83D\uDCD8 Instructions

  1. Download Docker Desktop for Apple Silicon (https://www.docker.com/products/docker-desktop/ )

  2. Install the latest version of vagrant (https://www.vagrantup.com/downloads )

  3. Clone the repo: git clone https://github.com/uw-midsun/box.git && cd box

  4. Go to your box directory and switch to branch main

    ~ % cd box 
    box % git checkout main
  5. Run vagrant up --provider=docker

  6. Run vagrant ssh

  7. Run cd shared

  8. Run git clone https://github.com/uw-midsun/fwxv.git && cd fwxv (if you clone with https, you will need to set up an ssh key later which is covered in our setup page)

  9. Run scons sim --project=leds --platform=x86 to test that your environment is working correctly. If it compiles and runs your environment is set up.

✨ Guide to flashing on M1s

  1. https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-mac.tar.bz2?revision=c2c4fe0e-c0b6-4162-97e6-7707e12f2b6e&rev=c2c4fe0ec0b6416297e67707e12f2b6e&hash=052073834B7604AEB73C4E2BA032144EA104B5CD

  • No labels