Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
1ebdbe79
Unverified
Commit
1ebdbe79
authored
Jun 14, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jun 14, 2018
Browse files
Merge pull request #1414 from antonio-nino-diaz-arm/an/fix-rpi3-doc
rpi3: Fix kernel boot documentation
parents
498161a5
2d8f831f
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/plat/rpi3.rst
View file @
1ebdbe79
...
...
@@ -134,7 +134,7 @@ secure platform!
0x40000000 +-----------------+
The area between **0x10000000** and **0x11000000** has to be protected so that
the kernel doesn't use it. That is done by adding ``memmap=
25
6M$
1
6M`` to the
the kernel doesn't use it. That is done by adding ``memmap=
1
6M$
25
6M`` to the
command line passed to the kernel. See the `Setup SD card`_ instructions to see
how to do it.
...
...
@@ -317,7 +317,7 @@ untouched). They have been tested with the image available in 2018-03-13.
bootloader will look for a file called ``armstub8.bin`` and load it at
address **0x0** instead of a predefined one.
4. Open ``cmdline.txt`` and add ``memmap=
25
6M$
1
6M`` to prevent the kernel from
4. Open ``cmdline.txt`` and add ``memmap=
1
6M$
25
6M`` to prevent the kernel from
using the memory needed by TF-A. If you want to enable the serial port
"Mini UART", make sure that this file also contains
``console=serial0,115200 console=tty1``.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment