mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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>
This commit is contained in:
+3
-3
@@ -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:
|
5. Download the kernel and dtb, and boot:
|
||||||
|
|
||||||
=> tftp 800000 uImage-mpc8315e-rdb.bin
|
=> tftp 1000000 uImage-mpc8315e-rdb.bin
|
||||||
=> tftp 780000 uImage-mpc8315e-rdb.dtb
|
=> tftp 2000000 uImage-mpc8315e-rdb.dtb
|
||||||
=> bootm 800000 - 780000
|
=> bootm 1000000 - 2000000
|
||||||
|
|
||||||
|
|
||||||
Ubiquiti Networks RouterStation Pro (routerstationpro)
|
Ubiquiti Networks RouterStation Pro (routerstationpro)
|
||||||
|
|||||||
Reference in New Issue
Block a user