]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
README.hardware: Update mpc8315 load address
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2013 11:12:08 +0000 (12:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2013 11:12:15 +0000 (12:12 +0100)
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
README.hardware

index ad2fe89500c3c5bfed542fbe16c3562a70971a2f..e22fc0899ea6b1cc87e5439b9cd73f3e02b8b7e5 100644 (file)
@@ -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)