Ubuntu Pastebin

Paste from mvo at Thu, 23 Jul 2015 10:46:19 +0000

Download as text
1
2
3
4
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
Download as text