Giter VIP home page Giter VIP logo

Comments (2)

madisongh avatar madisongh commented on August 12, 2024 1

I don't think it's documented very well, but the NVIDIA bootloaders have some restrictions on placement of boot partitions. In particular, the starting LBA has to have a particular alignment. The details vary among the different chip models, and I don't remember them off the top of my head. The tools don't necessarily enforce the requirements, either.

So the problem is that you can't set ROOTFSPART_SIZE to any arbitrary value, since that will throw off the alignment of the other partitions, including the ones that the bootloaders need to find (unless you hand-craft the flash layout XML file). Try sticking to an even multiple of 1MiB, as I think that will be safe in all cases. For example, replacing your 4700000000 with 4699717632 (4482 MiB) worked fine in my tests.

from tegra-demo-distro.

jajoosiddhant avatar jajoosiddhant commented on August 12, 2024

@madisongh Thank you for your help on this. I was able to make it work as you mentioned by sticking to even multiples of 1MiB.
I have updated the documentation here to inform about the same. Please let me know if this needs to be updated somewhere else as well or if you want to do it differently.

from tegra-demo-distro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.