]> code.ossystems Code Review - openembedded-core.git/commitdiff
README.hardware: automate boot process for router station pro
authorDarren Hart <dvhart@linux.intel.com>
Fri, 8 Apr 2011 17:27:52 +0000 (10:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Apr 2011 17:02:42 +0000 (10:02 -0700)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
README.hardware

index 025c6783fe115892e08988036bd66f24f7249f42..b2ce14661e20c56b57d161fb92cc97e0cecb9e61 100644 (file)
@@ -392,3 +392,25 @@ To boot the flashed kernel perform the following steps.
 (-e means 'elf', -d 'decompress')
 
 2) Execute the kernel using the exec command as above.
+
+--- Automating the boot process ---
+
+After writing the kernel to flash and testing the load and exec commands
+manually, you can automate the boot process with a boot script.
+
+1) RedBoot> fconfig
+   (Answer the questions not specified here as they pertain to your environment)
+2) Run script at boot: true
+  Boot script: 
+  .. fis load -d -e kernel
+  .. exec
+  Enter script, terminate with empty line
+  >> fis load -d -e kernel
+  >> exec -c "console=ttyS0,115200 root=/dev/sda1 rw rootdelay=2 board=UBNT-RSPRO"
+  >> 
+3) Answer the remaining questions and write the changes to flash:
+  Update RedBoot non-volatile configuration - continue (y/n)? y
+  ... Erase from 0xbfff0000-0xc0000000: .
+  ... Program from 0x87ff0000-0x88000000 at 0xbfff0000: .
+4) Power cycle the board.
+