...
Once you’ve got your box set up and have pulled the firmware_xiv repository, build the can_communication project, and run it on the x86 platform with the command (fill in the blanks):
Code Block |
---|
make run PROJECT=... PLATFORM=... |
Once it’s started, take a screenshot and send it to the firmware lead (Jess Muir). It should look something like this:
...
Don’t worry about what anything means, this is just to make sure you’ve got things up and running. You can find other information on make
commands here: https://github.com/uw-midsun/firmware_xiv#usage
Tip: press ctrl+C to exit.
...