R35.3.1版本的SDK是否支持AGX Orin(64GB)

请问一下R35.3.1版本的SDK是否支持AGX Orin(64G),我分别看了R35.3.1和R36.4的README_initrd_flash.txt中关于设备信息的说明,
R35.3.1中的结果如下:


R36.4中的结果如下:

明显可以看到R36.4中有关于AGX Orin(64GB)的描述,而R35.3.1中没有,如果R35.3.1也支持AGX Orin(64GB),我再编译和烧写固件的时候是在哪里进行区分的呢?

Please check above website.

→ Adds support for Jetson AGX Orin 64GB, Jetson Orin NX 8GB, Jetson Orin Nano 8GB and Jetson Orin Nano 4GB production modules

我再编译和烧写固件的时候是在哪里进行区分的呢?

There is no difference. They are all jetson-agx-orin-devkit and it will use EEPROM on the module to tell whether it is 64GB or 32GB.

There is no difference. They are all jetson-agx-orin-devkit and it will use EEPROM on the module to tell whether it is 64GB or 32GB.

使用l4t_initrd_flash.sh进行打包时需要指定BOARDID、BOARDSKU等参数,您的意思是使用相同的打包参数打包的固件,既可以烧写到32GB的模组中,也可以烧写到64GB的模组中,而且功能没有差异?

一般flash流程的時候host端會去讀那個module EEPROM裡面的的id跟sku. 會用這些資訊去判斷這個module是64還是32GB. 然後給走對應的路徑去給對應的binary. 你如果打開jetson-agx-orin-devkit.conf讀一下裡面的內容就會懂我的意思.

但如果你是要massflash那麼就得手動提供module id/sku.

但如果你是要massflash那麼就得手動提供module id/sku.
我现在就是要massflash,我手动提供id和sku,对于32GB和64GB的模组,id和sku是否是一样的呢?

不一樣. 你得先查你的板子裡面的EEPROM.

如果你不想查. 你上面貼的東西就已經有答案了.

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