mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
32bit: add P321 support for aarch32
PD#173683: add P321 Change-Id: I46228d22a244e7c43b75f2a6f784c13ac413b57f Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
This commit is contained in:
10
scripts/amlogic/mk_32dtb.sh
Executable file
10
scripts/amlogic/mk_32dtb.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
export CROSS_COMPILE=/opt/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
|
||||
|
||||
make ARCH=arm meson64_a32_defconfig
|
||||
make ARCH=arm txl_t962_p321.dtb || echo "Compile dtb Fail !!"
|
||||
make ARCH=arm txlx_t962x_r311_1g.dtb || echo "Compile dtb Fail !!"
|
||||
|
||||
|
||||
|
||||
10
scripts/amlogic/mk_gx32.sh
Executable file
10
scripts/amlogic/mk_gx32.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
export CROSS_COMPILE=/opt/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
|
||||
|
||||
make ARCH=arm meson64_a32_defconfig
|
||||
make ARCH=arm -j16 uImage || echo "Compile Image Fail !!"
|
||||
make ARCH=arm txl_t962_p321.dtb || echo "Compile dtb Fail !!"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user