Replies: 5 comments 7 replies
-
Which branch? Can you reproduce with https://github.com/OE4T/tegra-demo-distro and an Orin NX based MACHINE there with similar settings? Based on the similar failures at #1531 my suspicion is that it has something to do with the MACHINE TEGRA_BUPGEN_SPECS but that's just a guess. I would try to compare my setup with a working similar tegra-demo-distro setup as a starting point. |
Beta Was this translation helpful? Give feedback.
-
HI |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi,
At least can I know which files is trying to access? I built a terga demo distro and of course it looks fine, but I’d like to know the exact mechanism and files needed by all the AB switching process
Thanks!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Matt Madison ***@***.***>
Sent: Thursday, July 25, 2024 12:18:06 AM
To: OE4T/meta-tegra ***@***.***>
Cc: albertbu ***@***.***>; Author ***@***.***>
Subject: Re: [OE4T/meta-tegra] Error: null input file! in nvbootctrl (Discussion #1634)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
That tool is provided by NVIDIA in binary form only, unfortunately.
—
Reply to this email directly, view it on GitHub<#1634 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABRZY4AZOJKQYHTSFYKF263ZOAKY5AVCNFSM6AAAAABLI62QK2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJUGI2DSMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
OK I found the root cause. Our build uses openrc instead of systemd, and some stuff is not in place |
Beta Was this translation helpful? Give feedback.
-
HI, I'm trying to implement the AB boot on our custom board, based on Orin NX. I succeed to build the redundant partitions, but when I try to check the status of the boot slots I get
root@mach-jetson:ü# nvbootctrl verify
Info: variable BootChainFwStatus is not found.
Error: null input file!
Warning: Failed to get chip id from config
In my conf file I have
USE_REDUNDANT_FLASH_LAYOUT_DEFAULT = "1"
IMAGE_INSTALL:append = " tegra-uefi-capsules tegra-redundant-boot"
TNSPEC_BOOTDEV = "nvme0n1p1"
What am I doing wrong?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions