From 1965272046c77a2b44bb23295a19d8e2af2b6838 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 24 Aug 2021 11:20:02 +0900 Subject: [PATCH] docs/risc-v: fix tinyusb firmware path (#511) --- docs/riscv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/riscv.rst b/docs/riscv.rst index ed74f3c..bfc1f28 100644 --- a/docs/riscv.rst +++ b/docs/riscv.rst @@ -346,6 +346,6 @@ The `TinyUSB `__ USB stack supports Fomu. To * Clone the TinyUSB git repository: ``git clone https://github.com/hathach/tinyusb`` (you don't need to initialize the subrepositories) * Change to ``tinyusb/examples/device/cdc_msc`` * Compile: ``make BOARD=fomu CROSS_COMPILE=riscv64-unknown-elf-`` -* Load it onto the Fomu: ``dfu-util -D _build/build-fomu/fomu-firmware.bin`` +* Load it onto the Fomu: ``dfu-util -D _build/fomu/cdc_msc.bin`` Fomu should now appear as a USB storage device containing a README.