You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-silice/classroom/soc_wave_player/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ the RISC-V processor.
72
72
The firmware is compiled and embedded when building with `make`.
73
73
To change the firmware source use
74
74
`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`.
76
76
For instance, to build step 0 with the firmware `firmware/step0_leds.c` use the command: `make step0 FIRMWARE=step0_leds`
77
77
78
78
> 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
236
236
### Step 5
237
237
238
238
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
240
240
the quality will be horrendous.
241
241
242
242
> 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.
256
256
257
257
### Final
258
258
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`
0 commit comments