From: Michal Sojka Date: Wed, 27 Oct 2010 07:47:13 +0000 (+0200) Subject: Add doc/notes X-Git-Tag: fix-allnoconfig~340 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/aa679f5e3a70bc0a90cc2802d1b994b43759c44b Add doc/notes --- 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'