Skip to content
Snippets Groups Projects
Commit cfd6de9c authored by Tom Rini's avatar Tom Rini
Browse files

doc/README.falcon: Clarify steps slightly.


Make it clear that we need to load a legacy-formatted (aka uImage)
kernel into memory as well as the DT if used before using "spl export".

Cc: Yebio Mesfin <ymesfin@ti.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 49b633b3
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,10 @@ informed to load it before running the kernel. ...@@ -31,9 +31,10 @@ informed to load it before running the kernel.
To boot the kernel, these steps under a Falcon-aware U-Boot are required: To boot the kernel, these steps under a Falcon-aware U-Boot are required:
1. Boot the board into U-Boot. 1. Boot the board into U-Boot.
Use the "spl export" command to generate the kernel parameters area or the DT. After loading the desired legacy-format kernel image into memory (and DT as
U-Boot runs as when it boots the kernel, but stops before passing the control well, if used), use the "spl export" command to generate the kernel parameters
to the kernel. area or the DT. U-Boot runs as when it boots the kernel, but stops before
passing the control to the kernel.
2. Save the prepared snapshot into persistent media. 2. Save the prepared snapshot into persistent media.
The address where to save it must be configured into board configuration The address where to save it must be configured into board configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment