From 735ab8f148184d20a26c2f66ac2526a19d639932 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 20 Oct 2018 03:21:10 +0200 Subject: [PATCH] :memo: never forget udev --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index b1cc9aa..833aebc 100644 --- a/docs/building.md +++ b/docs/building.md @@ -1,6 +1,6 @@ To build, develop and debug the firmware for the STM32L442 (WIP!) via cross-compilation on Linux, no vendor-specific software is necessary. -There exists a development board [NUCLEO-L432KC](https://www.st.com/en/evaluation-tools/nucleo-l432kc.html) you can use; the L432 chip differs from the L442 used for Solo only in that it lacks a cryptographic accelerator. The board does contain a debugger, so all you need is a USB cable :) +There exists a development board [NUCLEO-L432KC](https://www.st.com/en/evaluation-tools/nucleo-l432kc.html) you can use; the L432 chip differs from the L442 used for Solo only in that it lacks a cryptographic accelerator. The board does contain a debugger, so all you need is a USB cable (and some [udev](/udev) [rules](https://rust-embedded.github.io/book/intro/install/linux.html#udev-rules)). You will need the following packages (naming given for Arch Linux):