Ubuntu Pastebin

Paste from Michael Vogt at Thu, 16 Jul 2015 10:29:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
root@localhost:/boot/uboot# cat /etc/fw_env.config 
/boot/uboot/uboot.env 0x0000 0x4000
root@localhost:/boot/uboot# cat /etc/fw_env.config 
/boot/uboot/uboot.env 0x0000 0x4000
root@localhost:/boot/uboot# fw_setenv foo bar
root@localhost:/boot/uboot# fw_getenv foo 
bash: fw_getenv: command not found
root@localhost:/boot/uboot# fw_printenv foo |grep foo
foo=bar
root@localhost:/boot/uboot# cat uboot.env |grep foo
Binary file (standard input) matches
root@localhost:/boot/uboot# cat uboot.env |grep foo=bar
Binary file (standard input) matches
root@localhost:/boot/uboot# ls -l uboot.env 
-rwxr-xr-x 1 root root 16384 Jul 16 10:28 uboot.env
Download as text