Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dtb for Auvidea JN30B to 32.4.2 #81

Merged
4 commits merged into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SRC_URI = " \
# them here instead of machine.conf.
KERNEL_DEVICETREE_jetson-nano = "${DEPLOY_DIR_IMAGE}/tegra210-p3448-0000-p3449-0000-b00.dtb"
KERNEL_DEVICETREE_jetson-nano-emmc = "${DEPLOY_DIR_IMAGE}//tegra210-p3448-0002-p3449-0000-b00.dtb"
KERNEL_DEVICETREE_jn30b-nano = "${DEPLOY_DIR_IMAGE}/tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.3.dtb"
KERNEL_DEVICETREE_jn30b-nano = "${DEPLOY_DIR_IMAGE}/tegra210-p3448-0002-p3449-0000-b00-jn30b.dtb"
KERNEL_DEVICETREE_photon-nano = "${DEPLOY_DIR_IMAGE}/tegra210-nano-cti-NGX003.dtb"
DTBFILE ?= "${@os.path.basename(d.getVar('KERNEL_DEVICETREE', True).split()[0])}"
LNXSIZE ?= "67108864"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ do_rootfs_resinos-img_jetson-nano-emmc[depends] += " tegra210-flash:do_deploy \
DTBFILE ?= "${@os.path.basename(d.getVar('KERNEL_DEVICETREE', True).split()[0])}"
DTBFILE_jetson-nano = "tegra210-p3448-0000-p3449-0000-b00.dtb"
DTBFILE_jetson-nano-emmc = "tegra210-p3448-0002-p3449-0000-b00.dtb"
DTBFILE_jn30b-nano = "tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.3.dtb"
DTBFILE_jn30b-nano = "tegra210-p3448-0002-p3449-0000-b00-jn30b.dtb"
DTBFILE_photon-nano = "tegra210-nano-cti-NGX003.dtb"

# Name update files as partition names for easier updating
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SRC_URI_append_astro-tx2 = " \
"

SRC_URI_append_jn30b-nano = " \
file://tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.3.dtb \
file://tegra210-p3448-0002-p3449-0000-b00-jn30b.dtb \
"

SRC_URI_append_jetson-nano = " \
Expand Down Expand Up @@ -246,7 +246,7 @@ do_deploy_append_blackboard-tx2() {
}

do_deploy_append_jn30b-nano() {
cp ${WORKDIR}/tegra210-p3448-0002-p3449-0000-b00-jn30b-JP4.3.dtb "${DEPLOYDIR}"
cp ${WORKDIR}/tegra210-p3448-0002-p3449-0000-b00-jn30b.dtb "${DEPLOYDIR}"
}

do_deploy_append_photon-nano() {
Expand Down