(for mcp2515 controller like the PiCAN2)
-
fork (or clone)
nerves_system_rpi3
locally into the parent directory of your project -
edit
mix.exs
and change thenerves_system_rpi3
lines to point to your local one:def system("rpi3"), do: [{:nerves_system_rpi3, path: "../nerves_system_rpi3", runtime: false}]
-
mix deps.get
-
mkdir config/rpi3
to set up a place to store some customized rpi configs