From aa679f5e3a70bc0a90cc2802d1b994b43759c44b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 27 Oct 2010 09:47:13 +0200 Subject: [PATCH] Add doc/notes --- doc/notes.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 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' -- 2.39.2