You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
648 B
27 lines
648 B
#!/bin/bash
|
|
# --dtb tegra124-jetson-tk1 (NVIDIA Jetson TK1:supported)
|
|
|
|
#Bootloader:
|
|
conf_bootloader_in_flash="enable"
|
|
|
|
#Bootloader Partition:
|
|
conf_boot_fstype="ext2"
|
|
|
|
#Bootloader: u-boot features:
|
|
conf_config_distro_defaults="enable"
|
|
conf_smart_uboot="enable"
|
|
|
|
#Kernel:
|
|
#https://rcn-ee.com/repos/latest/stretch-armhf/LATEST-armv7-lpae
|
|
kernel_subarch="armv7-lpae"
|
|
kernel_repo="LTS419"
|
|
dtb="tegra124-jetson-tk1.dtb"
|
|
usbnet_mem=
|
|
|
|
SERIAL="ttyS0"
|
|
SERIAL_CONSOLE="${SERIAL},115200n8"
|
|
drm_device_identifier="HDMI-A-1"
|
|
di_serial_mode=enable
|
|
conf_note="Required: https://github.com/NVIDIA/tegra-uboot-flasher-scripts (tested: u-boot v2017.03-rc1)"
|
|
#
|