Update RTEMS on BeagleV Fire authored by Pavel Pisa's avatar Pavel Pisa
...@@ -305,7 +305,7 @@ mkimage -A riscv -O linux -T script -C none -a 0 -e 0 \ ...@@ -305,7 +305,7 @@ mkimage -A riscv -O linux -T script -C none -a 0 -e 0 \
-n "autoscr example script" \ -n "autoscr example script" \
-d autoscr.scr.txt autoscr.scr -d autoscr.scr.txt autoscr.scr
``` ```
When prepared and RETMS application image is placed into `/srv/tftp/beglev-fire/rtems/app.img` the whole application can be started from U-bbot prompt by When prepared and RTWMS application image is placed into `/srv/tftp/beglev-fire/rtems/app.img` the whole application can be started from U-bbot prompt by
``` ```
env set autoload no env set autoload no
env set tftpserverip 192.168.1.10 env set tftpserverip 192.168.1.10
... ...
......