[Libre-soc-bugs] [Bug 758] pypowersim and how to run bare metal programs/functions is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Jun 28 16:06:53 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=758
--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
see
https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=media/README.txt;hb=HEAD
then inspect the Makefile
40 @echo audio/mp3_0
41 for i in `seq 0 1000 9000`; do \
42 audio/mp3/mp3_0.sh $$i $$DUMP$$i || exit 1; \
so you'll need to do:
$ make wget
$ ./audio/mp3/mp3_0.sh 0 out0
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list