Skip to content

Commit 8842f22

Browse files
committed
minor edits to classroom instructions
1 parent ea178f5 commit 8842f22

File tree

1 file changed

+3
-3
lines changed
  • learn-silice/classroom/soc_wave_player

1 file changed

+3
-3
lines changed

learn-silice/classroom/soc_wave_player/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the RISC-V processor.
7272
The firmware is compiled and embedded when building with `make`.
7373
To change the firmware source use
7474
`make stepN FIRMWARE=<src>` where `<src>` is the name of a firmware file
75-
(without extension) in the subdirectory `firmware`.
75+
(*without extension*) in the subdirectory `firmware`.
7676
For instance, to build step 0 with the firmware `firmware/step0_leds.c` use the command: `make step0 FIRMWARE=step0_leds`
7777

7878
> All files `step*.c` or `test*.c` in `firmware` can be used to generate a firmware. A file prefixed with `step` is meant to be used during the classroom,
@@ -236,7 +236,7 @@ it with the firmware of step 4 ([step4_list_files.c](firmware/step4_list_files.c
236236
### Step 5
237237

238238
Encode a music, copy it onto the SDcard and listen to it with the design produced
239-
by `make step5 FIRMWARE=step5_audio_stream.c`. The music will be recognizable but
239+
by `make step5 FIRMWARE=step5_audio_stream`. The music will be recognizable but
240240
the quality will be horrendous.
241241

242242
> The music file should be called `music.raw` and place on the SDcard root directory. Prepare the file using `./encode_music.sh <file.mp3>` (ffmpeg has to be installed). Use your favorite `mp3` (or perhaps not, this music is going to go through a grinder ;) ).
@@ -256,7 +256,7 @@ take only a few lines. Tip: all that is needed is a counter and a comparison.
256256

257257
### Final
258258

259-
Want to see/hear the end result? `make final FIRMWARE=step5_audio_stream.c`
259+
Want to see/hear the end result? `make final FIRMWARE=step5_audio_stream`
260260

261261
### About image files
262262

0 commit comments

Comments
 (0)