Ubuntu Pastebin

Paste from mvo at Thu, 23 Jul 2015 10:47:07 +0000

Download as text
1
2
3
4
5
6
7
8
U-Boot# if test "${snappy_trial_boot}" = "1"; then echo yes; fi
U-Boot# setenv snappy_trial_boot 1
U-Boot# if test "${snappy_trial_boot}" = "1"; then echo yes; fi
yes
U-Boot# setenv snappy_trial_boot                               
U-Boot# if test "${snappy_trial_boot}" = "1"; then echo yes; fi
U-Boot# printenv snappy_trial_boot
## Error: "snappy_trial_boot" not defined
Download as text