summaryrefslogtreecommitdiff
path: root/configs/ts4900_defconfig
diff options
context:
space:
mode:
authorMathieu Audat <mathieu.audat@savoirfairelinux.com>2016-09-17 16:23:24 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-18 17:09:59 +0200
commit3138ab3fee7b0251e3cb3fba9a373bd3cf9d6424 (patch)
tree88be09eaa7e9b8f4dad9400c1020a61ac4ef0678 /configs/ts4900_defconfig
parent57cc20810a8ff6d40566a3527a0634cab44ad2b1 (diff)
configs: add defconfig for TS-4900
The TS-4900 uses a custom Linux 4.X from Technologic Systems: https://github.com/embeddedarm/linux-3.10.17-imx6/tree/imx_4.1.15_1.0.0_ga Indeed, it is not supported by mainline Linux but this work is ongoing. This patch is inspired by a previous work for the TS-4800. A post image script is provided to generate an image that can be directly written to an SD card. It also adds an fpga wifi module. Signed-off-by: Mathieu Audat <mathieu.audat@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/ts4900_defconfig')
-rw-r--r--configs/ts4900_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/ts4900_defconfig b/configs/ts4900_defconfig
new file mode 100644
index 000000000..7d5d02be0
--- /dev/null
+++ b/configs/ts4900_defconfig
@@ -0,0 +1,17 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/technologic/ts4900/post-image.sh"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/embeddedarm/linux-3.10.17-imx6.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="70d1e85a22879e27cc9e36384438d5a9793e44b0"
+BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
+BR2_LINUX_KERNEL_UIMAGE=y
+BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000"
+BR2_LINUX_KERNEL_DTS_SUPPORT=y
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-ts4900"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_PACKAGE_TS4900_FPGA=y
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_PACKAGE_HOST_GENIMAGE=y