From f2dd97216797c6562c004321c8e7e3a6874b3519 Mon Sep 17 00:00:00 2001 From: Robin Sebastian Date: Thu, 18 Jun 2020 22:28:08 +0200 Subject: [PATCH] Update 6_newFPGAconf.md --- doc/guides/6_newFPGAconf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/6_newFPGAconf.md b/doc/guides/6_newFPGAconf.md index fb05bdf..03dda55 100644 --- a/doc/guides/6_newFPGAconf.md +++ b/doc/guides/6_newFPGAconf.md @@ -27,14 +27,14 @@ * For **configuration of the FPGA with *Linux*** use these export settings: * Type: `Raw Binary File (.rbf)` * Mode: `Passive Paralle x16` - * Name: `socfpga_nano_linux` or `socfpga_std_linux` + * Name: `socfpga_nano_linux.rbf` or `socfpga_std_linux.rbf` ![Alt text](fpgaConfSettings1.png?raw=true "FPGA Configuration settings 1") * For **configuration of the FPGA during the boot** use these export settings: * Type: `Raw Binary File (.rbf)` * Mode: `Passive Paralle x8` - * Name: `socfpga_nano` or `socfpga_std` + * Name: `socfpga_nano.rbf` or `socfpga_std.rbf` ![Alt text](fpgaConfSettings2.png?raw=true "FPGA Configuration settings 2") ___