]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add doc/notes
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 27 Oct 2010 07:47:13 +0000 (09:47 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 27 Oct 2010 07:47:13 +0000 (09:47 +0200)
doc/notes.org [new file with mode: 0644]

diff --git a/doc/notes.org b/doc/notes.org
new file mode 100644 (file)
index 0000000..7e09a10
--- /dev/null
@@ -0,0 +1,10 @@
+* uboot settings
+
+ set ipaddr 192.168.2.3
+ set netmask 255.255.255.0
+ set serverip 192.168.2.2 
+ set imagefile ryu/uImage
+ set devicetreefile ryu/shark-ryu.dtb
+ set nfspath /srv/nfs/root-shark
+ set bootcmd_tftpnfs_static 'tftp 800000 ${imagefile}; tftp 7f0000 ${devicetreefile}; set bootargs ${linux_console} root=/dev/nfs nfsroot=${serverip}:${nfspath} rw ip=${ipaddr}; mw f0000b00 ${psc_cfg}; bootm 800000 - 7f0000'
+ set bootcmd 'run bootcmd_tftpnfs_static'