summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boards/riscvemu/defaultenv-riscvemu/data/tutorial/00-init
blob: 1ff43142badadf0c9a33ce520586d32f68c612e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

You are using Hush, barebox' default shell. You are currently using it
interactively, but it can execute scripts as part of the startup and boot
procedure as well. See for yourself:
```
  cat /env/init/90-tutorial-intro
```
Look around as you like. When you are ready to continue the tutorial,
type `next` again. The `prev` command does the inverse and shows previous
tutorial steps. The `help` command will show help usage text,
e.g. `help next`.