-
Ok, I'm very new to yocto/mender but have worked with the Jetson-TX1/TX2 previously. I modified the flash layout within the nvidia SDK environment and changed the rootfs size to allow for adding some partitions to the device, but I'm struggling to to do the same using the tegrademo-mender distro. Basically I need to reduce the size of the rootfs (APP/APP_b) partitions to make space for the additional partitions I'd like to add. I've see the discussion/issue that changes the SD/emmc size, but I can't seem to find the special sauce to just reduce the rootfs sizes using the same SD/emmc size. Also to start with I'm just leaving the space unpartitioned, but i have existing sparse .img I assume I could use, but the very basics of yocto are messing with my head at this point. I've created a meta-xxx layer for my specific stuff, but files and recipes and bbappends, oh my... And to make matters more confused (more correctly, make me more confused) the aim is to build tx2 and xavier-nx machines to start, but preferably later be able to add meta-xilinx and bring my modifications accomplished for nvidia right along to building for zynqmp. Looking at the structure of the tegra-demo-distro it kind of looks like I should start from scratch and build the yocto project folder more in line with the normal distro and manually build up the layers used in tegra-demo-distro so when I then add meta-xilinx I can proceed a bit more along what looks like normal yocto flow. Having become acquainted with Petalinux a bit I'd rather maintain everything in one place rather than all over the map. On edit: Sorry I think I should have put this in tegra-demo-distro, not meta-tegra |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
IIRC, the variable you're looking for |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what this means but I'm interested in any way we could make tegra-demo-distro work better in this scenario, or what specific things aren't going to work well for adding meta-xilinx (which I haven't tried to use myself).
Agree this is confusing, I've upated this page to discuss how we solve this in more detail, there may be better/alternate ways. It would be great to get some different approaches documented.
No worries, Matt may even be able to move these? I can't tell if Github has this feature for discussions or only for issues? |
Beta Was this translation helpful? Give feedback.
I'm not sure what this means but I'm interested in any way we could make tegra-demo-distro work better in this scenario, or what specific things aren't going to work well for adding meta-xilinx (which I haven't tried to use myself).