Ubuntu Pastebin

Paste from Michael Vogt at Thu, 16 Jul 2015 13:47:22 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
root@localhost:/boot/uboot# fw_printenv 
initrd_addr=0x88080000
uenvcmd=load mmc ${bootpart} ${loadaddr} snappy-system.txt; env import -t $loadaddr $filesize; run snappy_boot
bootpart=0:1
root@localhost:/boot/uboot# cat /etc/fw_env.config 
/boot/uboot/uboot.env 0x0000 0x20000
/boot/uboot/uboot.env 0x0000 0x20000
root@localhost:/boot/uboot# fw_setenv ogra wants-coffee
root@localhost:/boot/uboot# fw_printenv
initrd_addr=0x88080000
uenvcmd=load mmc ${bootpart} ${loadaddr} snappy-system.txt; env import -t $loadaddr $filesize; run snappy_boot
bootpart=0:1
ogra=wants-coffee
Download as text