Hi,
The patch below replace one "$loadaddr" to "${loadaddr}" in U-Boot instructions
of INSTALL.octeon.
Regards,
Rafael Neves
Index: install
===================================================================
RCS file: /cvs/src/distrib/notes/octeon/install,v
retrieving revision 1.14
diff -u -p -r1.14 install
--- install 2 Mar 2017 15:31:15 -0000 1.14
+++ install 30 Nov 2017 01:56:04 -0000
@@ -82,7 +82,7 @@ On dual-core systems, the coremask param
On the EdgeRouter Lite, bootcmd may also reset the USB controller for
more reliable USB device detection:
- usb reset; fatload usb 0 $loadaddr bsd; bootoctlinux rootdev=sd0 coremask=0x3
+ usb reset; fatload usb 0 ${loadaddr} bsd; bootoctlinux rootdev=sd0
coremask=0x3
OpenBSDCongratulations