Jetson agx unable to adjust disk space

jetpack5.1.2 agx

I would like to ask if there is a bug in Jetpack 5.1.2, which is that it missed one step in adjusting the disk size interface when booting on NVME for the first time, nx is possible,
So I can only upgrade the system from 5.1.1 to 5.1.2 before installing the environment


rst time

Hi,

are you flashing the device with SDK Manager?
Check this if that’s the case:

yes use sdkmaneger

Then does the aforementioned method work?

To be honest, I didn’t understand your method,If you describe it in Chinese, I may understand how to operate it,Forgive me for my poor English

呃,好…
那我用中文解釋一下:
就是你去Linux_for_Tegra底下找到nvsdkmanager_flash.sh這個檔案,
把下面這一段

		elif [[ "${target_board}" == *"jetson-agx-xavier"* ]]; then
			xml_config="tools/kernel_flash/flash_l4t_t194_nvme.xml";
                        options=("--external-device" "${storage}" "-c" "${xml_config}" "--showlogs" "--network" "usb0")
			echo "Flashing Jetson Xavier"
			ADDITIONAL_DTB_OVERLAY_OPT="${OVERLAY_DTB_FILE}" EXTOPTIONS="${EXTOPTIONS}" "${curdir}"/"${initrd_path}" "${options[@]}" "${target_board}" "${storage}"

flash_l4t_t194_nvme.xml改成flash_l4t_external.xml,然後用SDK Manager重燒一次。

thank you

我今天试了一下重新刷机,按照您说的办法修改了这个文件,结果是一样的,还是没有调整磁盘的页面,同时我只是想确认这是否是一个bug,如果是的话希望在下一个版本种解决或者发布一个补丁解决吧,我已经不需要解决这个问题了,因为我已经用自己的办法解决了

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.