Replies: 2 comments 3 replies
-
|
To elaborate a bit further on the second point, it seems that if a write is preceded by a read, then it fails on |
Beta Was this translation helpful? Give feedback.
-
Another way to do this is to use a scheme like mender or swupdate to update the root partition only, and use this to handle all updates after the first. You can find a working example of mender updates which use this scheme on the jetpack 4 branches of https://github.com/OE4T/tegra-demo-distro and tegrademo mender. This approach has an added benefit that it doesn't require physical USB access to peform updates.
I expect this should work, also you'll find some old threads here from people who have selectively flashed kernel or devicetree partitions for kernel development, so following those methods might be useful too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been looking into having a way to build a standard Yocto image, and then adding a couple of device-specific files at flash time. To do this, I've modified the default partition layout XML file to add a new data partition.
However, flashing this new partition will generally be a one-off operation. If I re-flash the device later on with an updated image, really I want to flash everything except the new partition. I can't see a straightforward way to do this with NVIDIA's tools. I can see two options, both of which have some issues:
sedtheflash.xml.infile to remove the new partition node, and havedoflash.shuse this reduced file instead. Would that have any impact on what regions of memory are being flashed?read partition_name partition.data; reboot recovery; xalways seems to fail on x (I had a similar problem when writing a script to flash the kernel and device tree partitions in one ago, though didn't really investigate it).Any thoughts/ suggestions on the above would be appreciated; I am struggling to get my head around NVIDIA's flashing tools.
Best,
Tom
Beta Was this translation helpful? Give feedback.
All reactions