]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - doc/notes.org
Add doc/notes
[can-benchmark.git] / doc / notes.org
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'