aboutsummaryrefslogtreecommitdiffstats
path: root/README.hardware
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-16 12:12:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-16 12:13:33 +0100
commitdf2aeee419d0a8374f959ff79cb8b7dafcd01d1b (patch)
tree57038c101f7c95d98fbb9beaebda67ad55cb89fc /README.hardware
parent169534539393e2b6ce8bf9502911d7a62d699467 (diff)
downloadopenembedded-core-contrib-df2aeee419d0a8374f959ff79cb8b7dafcd01d1b.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: 6b7cd4aa50f91c4ebb8a61c9d7fea616be63f470) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r--README.hardware6
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:
5. Download the kernel and dtb, and boot:
- => tftp 800000 uImage-mpc8315e-rdb.bin
- => tftp 780000 uImage-mpc8315e-rdb.dtb
- => bootm 800000 - 780000
+ => tftp 1000000 uImage-mpc8315e-rdb.bin
+ => tftp 2000000 uImage-mpc8315e-rdb.dtb
+ => bootm 1000000 - 2000000
Ubiquiti Networks RouterStation Pro (routerstationpro)