version 1.58, 2015/12/10 22:33:03
|
version 1.59, 2017/03/30 16:06:58
|
Line 124 for U-Boot via [[!template id=man name="
|
Line 124 for U-Boot via [[!template id=man name="
|
You can run this boards with a little endian (this is the default and implied by above install instructions) |
You can run this boards with a little endian (this is the default and implied by above install instructions) |
or with a big endian kernel and userland. However, kernel and userland endianness needs to match. |
or with a big endian kernel and userland. However, kernel and userland endianness needs to match. |
|
|
To build a big endian release (or sets) use |
To build a big endian release (or sets) use |
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
./build.sh -m evbearmv7hf-eb |
./build.sh -m evbearmv7hf-eb |
"""]] |
"""]] |
where -eb means endianness big, hf is hardware floating point support, and earm is the modern "extended" ABI for ARM CPUs, and finally v7 is version 7 of the supported instruction set. |
where -eb means endianness big, hf is hardware floating point support, and earm is the modern "extended" ABI for ARM CPUs, and finally v7 is version 7 of the supported instruction set. |
|
|