summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boards/riscvemu/defaultenv-riscvemu/data/tutorial/17-env-saveenv
blob: f929838138d620200e85205bd8125fd4975b623c (plain)
1
2
3
4
5
6
7

Now that we have written a normal script and an init script, add a
nv variable to the mix, save the environment and reset to see them
all in action:
```
nv tutorial.step=$global.tutorial.step; saveenv; reset
```