summaryrefslogtreecommitdiffstats
path: root/README.hardware
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-04-08 10:27:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-12 10:12:21 -0700
commitda2852b39dc13a313978afa1052b8ce3f621c657 (patch)
treefdf9dcc4549e176910ed4a47deeedb2684e39580 /README.hardware
parent31bc011cf71749dd29192c6e90acb51bd68f90d5 (diff)
downloadpoky-da2852b39dc13a313978afa1052b8ce3f621c657.tar.gz
README.hardware: automate boot process for router station pro
(From OE-Core rev: d192b79721c5ef9137720f08bab5d6b97cb041be) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r--README.hardware22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.hardware b/README.hardware
index 025c6783fe..b2ce14661e 100644
--- a/README.hardware
+++ b/README.hardware
@@ -392,3 +392,25 @@ To boot the flashed kernel perform the following steps.
392(-e means 'elf', -d 'decompress') 392(-e means 'elf', -d 'decompress')
393 393
3942) Execute the kernel using the exec command as above. 3942) Execute the kernel using the exec command as above.
395
396--- Automating the boot process ---
397
398After writing the kernel to flash and testing the load and exec commands
399manually, you can automate the boot process with a boot script.
400
4011) RedBoot> fconfig
402 (Answer the questions not specified here as they pertain to your environment)
4032) Run script at boot: true
404 Boot script:
405 .. fis load -d -e kernel
406 .. exec
407 Enter script, terminate with empty line
408 >> fis load -d -e kernel
409 >> exec -c "console=ttyS0,115200 root=/dev/sda1 rw rootdelay=2 board=UBNT-RSPRO"
410 >>
4113) Answer the remaining questions and write the changes to flash:
412 Update RedBoot non-volatile configuration - continue (y/n)? y
413 ... Erase from 0xbfff0000-0xc0000000: .
414 ... Program from 0x87ff0000-0x88000000 at 0xbfff0000: .
4154) Power cycle the board.
416