diff --git a/README.md b/README.md index 3190652..94bc759 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ And do not forget to add fusesoc-cores in your fusesoc lib : fusesoc library add --global fusesoc-cores https://github.com/fusesoc/fusesoc-cores ``` +Run with `--memfile=$SERV/sw/blinky.hex` as the last argument to run the LED blink example instead of hello world. + ### TinyFPGA BX Pin A6 is used for UART output with 115200 baud rate. @@ -100,8 +102,6 @@ Pin 9 is used for UART output with 57600 baud rate. cd $SERV/workspace fusesoc run --target=icebreaker servant -Run with `--memfile=$SERV/sw/blinky.hex` as the last argument to run the LED blink example instead - ## Other targets The above targets are run on the servant SoC, but there are some targets defined for the CPU itself. Verilator can be run in lint mode to check for design problems by running