X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/f8ef222ff866f05a90d59d6ab5e4cc1c42e2bfb3..aa679f5e3a70bc0a90cc2802d1b994b43759c44b:/doc/notes.org diff --git a/doc/notes.org b/doc/notes.org new file mode 100644 index 0000000..7e09a10 --- /dev/null +++ b/doc/notes.org @@ -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'