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.
boot
add a comment |
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.
boot
add a comment |
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.
boot
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
boot
edited Oct 26 at 10:43
abu_bua
3,05281023
3,05281023
asked Oct 26 at 10:00
mrk
11
11
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
edited Nov 21 at 20:35
answered Nov 21 at 20:17
jmjohnson85
11
11
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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