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:
By further investigating, the root cause is that the layout used to flash external device is changed to “flash_l4t_t194_nvme.xml” from “flash_l4t_external.xml” in “nvsdkmanager_flash.sh” for T194 device.
This only affects the customer who is using SDKM to flash device on T194 device. For customers who use initrd flash to flash device, there is no effect.
For the customers who want to extend the size of APP partition on external device for T194 device, here is the workaround:
Flashed the devi…
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重燒一次。
我今天试了一下重新刷机,按照您说的办法修改了这个文件,结果是一样的,还是没有调整磁盘的页面,同时我只是想确认这是否是一个bug,如果是的话希望在下一个版本种解决或者发布一个补丁解决吧,我已经不需要解决这个问题了,因为我已经用自己的办法解决了
system
Closed
September 13, 2023, 2:26am
11
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.