conf/machine: drop jetson-tk1/tegra124 support

glibc 2.30 does not support being built with gcc 5,
so we can no longer build L4T R21.7/CUDA 6.5 for the
TK1.

(Fixes #165)

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2019-09-08 07:25:14 -07:00
parent 59d4b03e64
commit a7618329d8
3 changed files with 1 additions and 59 deletions

4
README
View File

@@ -2,7 +2,6 @@ OpenEmbedded/Yocto BSP layer for NVIDIA Tegra X1/X2/AGX/K1
==========================================================
Boards supported:
* Jetson-TK1 development kit (Linux4Tegra R21.7)
* Jetson-TX1 development kit (Linux4Tegra R32.2.1, JetPack 4.2.2
* Jetson-TX2 development kit (Linux4Tegra R32.2.1, JetPack 4.2.2)
* Jetson AGX Xavier development kit (Linux4Tegra R32.2, JetPack 4.2.2)
@@ -54,8 +53,7 @@ PLEASE NOTE
* CUDA 10 supports up through gcc 7 only, and some NVIDIA-provided
binary libraries appear to be compiled with g++ 7 and cause linker
failures when building applications with g++ 6, so **only** gcc 7
should be used if you intend to use CUDA. (For Jetson-TK1, CUDA 6.5
supports up through gcc 5.x only.)
should be used if you intend to use CUDA.
Selecting the toolchain version

View File

@@ -1,29 +0,0 @@
# Settings common to all Tegra K1 (tegra124) SoCs
SOC_FAMILY = "tegra124"
DEFAULTTUNE ?= "cortexa15thf-neon-vfpv4"
require conf/machine/include/soc-family.inc
require conf/machine/include/tune-cortexa15.inc
KERNEL_IMAGETYPE = "zImage"
KERNEL_ROOTSPEC ?= "root=/dev/mmcblk0p1 rw rootwait"
MACHINE_FEATURES = "alsa usbhost pci rtc cuda"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "tegra-firmware kernel-devicetree kernel-image u-boot"
MACHINE_EXTRA_RDEPENDS = "tegra-configs-nvstartup tegra-configs-udev"
SERIAL_CONSOLE = "115200 ttyS0"
OLDEST_KERNEL = "3.10"
KERNEL_MODULE_AUTOLOAD = ""
CUDA_VERSION ?= "6.5"
CUDA_NVCC_ARCH_FLAGS ?= "--gpu-architecture=compute_32 --gpu-code=sm_32"
DEB_PKG_EXTENSION = "armhf"
PREFERRED_VERSION_xserver-xorg = "1.18.4"
require conf/machine/include/tegra-common.inc

View File

@@ -1,27 +0,0 @@
#@TYPE: Machine
#@NAME: Nvidia Jetson TK1
#@DESCRIPTION: Nvidia Jetson TK1 dev board
require conf/machine/include/tegra124.inc
KERNEL_DEVICETREE ?= "tegra124-jetson_tk1-pm375-000-c00-00.dtb"
KERNEL_ARGS = "console=ttyS0,115200 console=tty1 no_console_suspend=1 lp0_vec=2064@0xf46ff000 mem=2015M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x0000:0x02:0x43:0x00 tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 usbcore.old_scheme_first=1 usbcore.autosuspend=-1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal fbcon=map:1 commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dvfs=0 touch_id=0@0 board_info=0x0177:0x0000:0x02:0x43:0x00 gpt"
MACHINE_FEATURES += "ext2 ext3 vfat"
UBOOT_MACHINE = "jetson-tk1_defconfig"
EMMC_SIZE ?= "15766388736"
EMMC_DEVSECT_SIZE ?= "512"
BOOTPART_SIZE ?= "8388608"
BOOTPART_LIMIT ?= "10485760"
ROOTFSPART_SIZE ?= "15032385536"
# set ODMDATA to 0x6209C000 for USB 3.0
ODMDATA ?= "0x6009C000"
EMMC_BCT ?= "PM375_Hynix_2GB_H5TC4G63AFR_H5TC4G63CFR_RDA_924MHz.cfg"
NVIDIA_BOARD ?= "ardbeg"
PARTITION_LAYOUT_TEMPLATE ?= "gnu_linux_fastboot_emmc_full.cfg"
IMAGE_TEGRAFLASH_FS_TYPE ?= "ext3"
TEGRA_AUDIO_DEVICE ?= "tegrart5639"