diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 12:12:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 12:13:36 +0100 |
commit | bec8e830fd8f738a7eea86db1ce0c4f8d2d3f1fc (patch) | |
tree | e10b4c6b1b12fac85e2269d0d8ea997282d4a4c8 | |
parent | 19b40a4e088391730ad0ca01c4862fcc787e51e7 (diff) | |
download | poky-bec8e830fd8f738a7eea86db1ce0c4f8d2d3f1fc.tar.gz |
README.hardware: Update mpc8315 load address
The kernel size has grown to a point where the original load address might not work
due to memory region overlap. This updates the instructions to use larger memory
addresses which avoids the problem.
[YOCTO #2430]
(From meta-yocto rev: 0d1949a9ca62f33a32671e57625ad14eb9221423)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | README.hardware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.hardware b/README.hardware index ad2fe89500..e22fc0899e 100644 --- a/README.hardware +++ b/README.hardware | |||
@@ -308,9 +308,9 @@ Load the kernel and dtb (device tree blob), and boot the system as follows: | |||
308 | 308 | ||
309 | 5. Download the kernel and dtb, and boot: | 309 | 5. Download the kernel and dtb, and boot: |
310 | 310 | ||
311 | => tftp 800000 uImage-mpc8315e-rdb.bin | 311 | => tftp 1000000 uImage-mpc8315e-rdb.bin |
312 | => tftp 780000 uImage-mpc8315e-rdb.dtb | 312 | => tftp 2000000 uImage-mpc8315e-rdb.dtb |
313 | => bootm 800000 - 780000 | 313 | => bootm 1000000 - 2000000 |
314 | 314 | ||
315 | 315 | ||
316 | Ubiquiti Networks RouterStation Pro (routerstationpro) | 316 | Ubiquiti Networks RouterStation Pro (routerstationpro) |