Giter VIP home page Giter VIP logo

Comments (9)

madisongh avatar madisongh commented on August 12, 2024

Those messages can be safely ignored. The kernel includes support for all three current versions of the ext filesystem (2, 3, and 4), and will try the earlier versions before ext4.

from tegra-demo-distro.

gauravdhol avatar gauravdhol commented on August 12, 2024

thanks @madisongh for the feedback.

I am getting mounting error. please find attached error details.
Can you please help me to resolve this issue?

image

Regards,
Gaurav

from tegra-demo-distro.

madisongh avatar madisongh commented on August 12, 2024

It looks like the APP partition on the SDcard didn't get written properly. Can you check it on your host machine? Use sgdisk /dev/sdX --print and sgdisk /dev/sdX --verify to check on the overall format and partition table, then use fsck /dev/sdX1 to verify the APP partition's filesystem looks OK (using the actual device name for your SDcard reader in place of /dev/sdX).

from tegra-demo-distro.

gauravdhol avatar gauravdhol commented on August 12, 2024

thanks @madisongh

I have executed suggested commands, it seems like sgdisk /dev/sdX --print and sgdisk /dev/sdX --verify command works as expected but fsck /dev/sdX1 command has problem.

I did multiple attempts of writing of Mass-Storage using "sudo ./dosdcard.sh /dev/sdb" but all the time it is giving same problem for fsck /dev/sdX1

image

I am using Ubuntu 20.04 for build the OS and prepare the USB.

Please suggest how I can solve the problem

Regards,
Gaurav

from tegra-demo-distro.

madisongh avatar madisongh commented on August 12, 2024

Try an fsck on the EXT4 filesystem image (should be fsck demo-image-weston.ext4). If that fails, then something probably went wrong with unpacking the tegraflash package.... that can happen if you use a GUI-based tool to unpack the tarball, rather than using the tar command from a terminal window.

Once the filesystem image checks out OK, then try re-running the dosdcard.sh script, and before you remove the SDcard from the reader, do the fsck /dev/sdb1. If that fails, then something went wrong with writing to the card, or possibly the card itself is bad. If the fsck passes, use eject /dev/sdb to make sure that the card isn't in use, remove it from your host, and try it again in your Jetson.

from tegra-demo-distro.

gauravdhol avatar gauravdhol commented on August 12, 2024

thanks @madisongh for the feedback.

I have extract using default GUI tools and tar command. I show few MBs difference in demo-image-weston-jetson-xavier-nx-devkit.dataimg and GBs of size difference into demo-image-weston.ext3

It seems like there is some issue while using GUI tools for extract.

I will re-perform activity by extracting using tar command and let you know the status.

thank you so much.

Regards,
Gaurav

from tegra-demo-distro.

gauravdhol avatar gauravdhol commented on August 12, 2024

thank you @madisongh.

Problem is resolved. I am able to run image on EVK Kit.

to prepare SD card it took around 9 hours. Can you please suggest if we can prepare SD card quickly ?

Will close the ticket after your feedback

from tegra-demo-distro.

madisongh avatar madisongh commented on August 12, 2024

There are tips on the wiki page.

from tegra-demo-distro.

gauravdhol avatar gauravdhol commented on August 12, 2024

thanks for the information. @madisongh

after installing bmap-tools it is much much faster (flashing SD card in 10 min)

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.