summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnmar Oueja <situmam@gmail.com>2012-10-19 13:43:00 -0400
committerAnmar Oueja <situmam@gmail.com>2012-10-19 13:43:00 -0400
commit3df540af11ee0f1b564434ddc495e8a582009fac (patch)
tree152a65d2b8ee7983bb83b815f3af4b008886ceb9
parent881a60fafb5c7eb33fcc22b559d9f3ea19c9121b (diff)
fixed the command to build DT blobs
-rw-r--r--HACKING5
-rw-r--r--HOWTO_getsourceandbuild.txt5
2 files changed, 2 insertions, 8 deletions
diff --git a/HACKING b/HACKING
index bfe3b47..e414f17 100644
--- a/HACKING
+++ b/HACKING
@@ -56,10 +56,7 @@ This section is common for both Android and Ubuntu
image (note, the A9 Core Tile boots using an ATAGS kernel so there
is no need for a device tree blob):
-bc.
- scripts/dtc/dtc -I dts -O dtb arch/arm/boot/dts/vexpress-v2p-ca5s.dts -o v2p-ca5s.dtb
- scripts/dtc/dtc -I dts -O dtb arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts -o v2p-ca15-tc1.dtb
-
+bc. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dtbs
* Insert the SD card containing the Linaro disk image into your PC SD card reader
diff --git a/HOWTO_getsourceandbuild.txt b/HOWTO_getsourceandbuild.txt
index 7676857..7594d94 100644
--- a/HOWTO_getsourceandbuild.txt
+++ b/HOWTO_getsourceandbuild.txt
@@ -91,10 +91,7 @@ This section is common for both Android and Ubuntu
* Create the Device Tree blob if you don’t have one in your Linaro image (note, the A9 Core Tile boots using an ATAGS kernel):
-bc.
- scripts/dtc/dtc -I dts -O dtb arch/arm/boot/dts/vexpress-v2p-ca5s.dts -o v2p-ca5s.dtb
- scripts/dtc/dtc -I dts -O dtb arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts -o v2p-ca15-tc1.dtb
-
+bc. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- dtbs
* Insert the SD card containing the Linaro disk image
* Copy the kernel onto the memory card