NVIDIA Jetson TX2 not booting











up vote
0
down vote

favorite












So I tried to put an image to the jetson bord with



dd if=~/disk_image.img of=/dev/sda


Unfortunately I got an error message when it was copying the image. I then shutdown the Jetson board.



Since then it does not boot up. When I power on the board it shows nothing on the connected screen.










share|improve this question




























    up vote
    0
    down vote

    favorite












    So I tried to put an image to the jetson bord with



    dd if=~/disk_image.img of=/dev/sda


    Unfortunately I got an error message when it was copying the image. I then shutdown the Jetson board.



    Since then it does not boot up. When I power on the board it shows nothing on the connected screen.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      So I tried to put an image to the jetson bord with



      dd if=~/disk_image.img of=/dev/sda


      Unfortunately I got an error message when it was copying the image. I then shutdown the Jetson board.



      Since then it does not boot up. When I power on the board it shows nothing on the connected screen.










      share|improve this question















      So I tried to put an image to the jetson bord with



      dd if=~/disk_image.img of=/dev/sda


      Unfortunately I got an error message when it was copying the image. I then shutdown the Jetson board.



      Since then it does not boot up. When I power on the board it shows nothing on the connected screen.







      boot






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 26 at 10:43









      abu_bua

      3,03771022




      3,03771022










      asked Oct 26 at 10:00









      mrk

      11




      11






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          If you haven't resolved this I would go ahead and just re-flash your Jetson with the latest version of Jetpack. This will completely restore your jetson back to a factory state (except it will be running the latest version of Ubuntu L4T of course).



          I have done this several times with my TX2 and it always works great. Here are some notes from the last time I had to flash mine:



          JETSON TX2 FLASH JETPACK



          power off




          • hold POWER BTN for 5 seconds


          connect usb




          • micro-B plug recovery port -> host


          putty serial connection (optional)




          • Serial line: COM5

          • Speed: 115200


          enter recovery mode




          • hold REC

          • press POWER BTN

          • press RST

          • release REC after 2 seconds


          verify recovery mode



          $ lsusb
          Bus 001 Device 003: ID 0955:7c18 NVidia Corp.


          download and run latest jetpack



          https://developer.nvidia.com/embedded/jetpack



          $ chmod +x JetPack-L4T-3.3-linux-x64_b39.run
          $ ./JetPack-L4T-3.3-linux-x64_b39.run





          share|improve this answer










          New contributor




          jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087393%2fnvidia-jetson-tx2-not-booting%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            If you haven't resolved this I would go ahead and just re-flash your Jetson with the latest version of Jetpack. This will completely restore your jetson back to a factory state (except it will be running the latest version of Ubuntu L4T of course).



            I have done this several times with my TX2 and it always works great. Here are some notes from the last time I had to flash mine:



            JETSON TX2 FLASH JETPACK



            power off




            • hold POWER BTN for 5 seconds


            connect usb




            • micro-B plug recovery port -> host


            putty serial connection (optional)




            • Serial line: COM5

            • Speed: 115200


            enter recovery mode




            • hold REC

            • press POWER BTN

            • press RST

            • release REC after 2 seconds


            verify recovery mode



            $ lsusb
            Bus 001 Device 003: ID 0955:7c18 NVidia Corp.


            download and run latest jetpack



            https://developer.nvidia.com/embedded/jetpack



            $ chmod +x JetPack-L4T-3.3-linux-x64_b39.run
            $ ./JetPack-L4T-3.3-linux-x64_b39.run





            share|improve this answer










            New contributor




            jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






















              up vote
              0
              down vote













              If you haven't resolved this I would go ahead and just re-flash your Jetson with the latest version of Jetpack. This will completely restore your jetson back to a factory state (except it will be running the latest version of Ubuntu L4T of course).



              I have done this several times with my TX2 and it always works great. Here are some notes from the last time I had to flash mine:



              JETSON TX2 FLASH JETPACK



              power off




              • hold POWER BTN for 5 seconds


              connect usb




              • micro-B plug recovery port -> host


              putty serial connection (optional)




              • Serial line: COM5

              • Speed: 115200


              enter recovery mode




              • hold REC

              • press POWER BTN

              • press RST

              • release REC after 2 seconds


              verify recovery mode



              $ lsusb
              Bus 001 Device 003: ID 0955:7c18 NVidia Corp.


              download and run latest jetpack



              https://developer.nvidia.com/embedded/jetpack



              $ chmod +x JetPack-L4T-3.3-linux-x64_b39.run
              $ ./JetPack-L4T-3.3-linux-x64_b39.run





              share|improve this answer










              New contributor




              jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




















                up vote
                0
                down vote










                up vote
                0
                down vote









                If you haven't resolved this I would go ahead and just re-flash your Jetson with the latest version of Jetpack. This will completely restore your jetson back to a factory state (except it will be running the latest version of Ubuntu L4T of course).



                I have done this several times with my TX2 and it always works great. Here are some notes from the last time I had to flash mine:



                JETSON TX2 FLASH JETPACK



                power off




                • hold POWER BTN for 5 seconds


                connect usb




                • micro-B plug recovery port -> host


                putty serial connection (optional)




                • Serial line: COM5

                • Speed: 115200


                enter recovery mode




                • hold REC

                • press POWER BTN

                • press RST

                • release REC after 2 seconds


                verify recovery mode



                $ lsusb
                Bus 001 Device 003: ID 0955:7c18 NVidia Corp.


                download and run latest jetpack



                https://developer.nvidia.com/embedded/jetpack



                $ chmod +x JetPack-L4T-3.3-linux-x64_b39.run
                $ ./JetPack-L4T-3.3-linux-x64_b39.run





                share|improve this answer










                New contributor




                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                If you haven't resolved this I would go ahead and just re-flash your Jetson with the latest version of Jetpack. This will completely restore your jetson back to a factory state (except it will be running the latest version of Ubuntu L4T of course).



                I have done this several times with my TX2 and it always works great. Here are some notes from the last time I had to flash mine:



                JETSON TX2 FLASH JETPACK



                power off




                • hold POWER BTN for 5 seconds


                connect usb




                • micro-B plug recovery port -> host


                putty serial connection (optional)




                • Serial line: COM5

                • Speed: 115200


                enter recovery mode




                • hold REC

                • press POWER BTN

                • press RST

                • release REC after 2 seconds


                verify recovery mode



                $ lsusb
                Bus 001 Device 003: ID 0955:7c18 NVidia Corp.


                download and run latest jetpack



                https://developer.nvidia.com/embedded/jetpack



                $ chmod +x JetPack-L4T-3.3-linux-x64_b39.run
                $ ./JetPack-L4T-3.3-linux-x64_b39.run






                share|improve this answer










                New contributor




                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer








                edited Nov 21 at 20:35





















                New contributor




                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Nov 21 at 20:17









                jmjohnson85

                11




                11




                New contributor




                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                jmjohnson85 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087393%2fnvidia-jetson-tx2-not-booting%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局