This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
uboot broken after flash #35
Comments
I ran into this same issue. Not quite sure where to go from here.
|
The solution was to flash uboot and only repartition the one partition. The Jetson will not boot without the following partitions: app tbc bpf ebt rp1 dtb wb0 tos. |
Thanks for the update. Let me know if you need anything further I will try to get to it in the next week or so. |
Thanks! I reinstalled the stock image, then repartitioned the drive this time only deleting/recreating partition 1 and then formatting partition 1 to ext4. Booting up now :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After flashing the system over USB and restarting I get the following:
[0000.153] [TegraBoot] (version 24.00.2015.42-mobile-ec3b827e)
[0000.158] Processing in cold boot mode Bootloader 2
[0000.163] A02 Bootrom Patch rev = 63
[0000.166] Power-up reason: software reset
[0000.170] No Battery Present
[0000.173] RamCode = 0
[0000.175] Platform has Ddr4 type ram
[0000.178] max77620 disabling SD1 Remote Sense
[0000.183] Setting Ddr voltage to 1125mv
[0000.186] Serial Number of Pmic Max77663: 0x501b7
[0000.194] Entering ramdump check
[0000.197] Get RamDumpCarveOut = 0x0
[0000.200] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8
[0000.205] Last reboot was clean, booting normally!
[0000.210] Sdram initialization is successful
[0000.214] SecureOs Carveout Base=0xff800000 Size=0x00800000
[0000.220] GSC1 Carveout Base=0xff700000 Size=0x00100000
[0000.225] GSC2 Carveout Base=0xff600000 Size=0x00100000
[0000.230] GSC3 Carveout Base=0xff500000 Size=0x00100000
[0000.235] GSC4 Carveout Base=0xff400000 Size=0x00100000
[0000.240] GSC5 Carveout Base=0xff300000 Size=0x00100000
[0000.245] BpmpFw Carveout Base=0xff2c0000 Size=0x00040000
[0000.251] Lp0 Carveout Base=0xff2bf000 Size=0x00001000
[0000.266] RamDump Carveout Base=0xff23f000 Size=0x00080000
[0000.271] Platform-DebugCarveout: 0
[0000.275] Nck Carveout Base=0xff03f000 Size=0x00200000
[0000.280] Non secure mode. Disable rollback prevention
[0000.285] AOTAG Init Done
[0000.312] Using GPT Primary to query partitions
[0000.317] GPT: Partition NOT found !
[0000.321] Find Partition via GPT Failed
[0000.324] Find Partition via PT Failed
[0000.328] function NvTbootGetBinaryOffsets: 0x1 error
[0000.333] Error in NvTbootLoadBinary: 0x1 !
[0000.337] GPT: Partition NOT found !
[0000.340] Find Partition via GPT Failed
[0000.344] Find Partition via PT Failed
[0000.347] function NvTbootGetBinaryOffsets: 0x1 error
[0000.352] Error in NvTbootLoadBinary: 0x1 !
[0000.356] Error is 1
I've previously flashed my own copy of uboot using the flash.sh from L4T:
./flash.sh -L ../../uboot09052017/u-boot.bin jetson-tx1 mmcblk0p1
I'm assuming the step 4 "partition the eMMC to have one single ext4 partition." deletes the flashed uboot. Should there be another step after 4 to restore uboot?
The text was updated successfully, but these errors were encountered: