Our team has been using the Orin Nano SOM on L4T 35.5.0.
We have been notified of a change to new Micron DRAM (as part of PCN212822), and have received these new SOMs as part of testing.
Basically we have to extract new BCT and DVFS files (t234-dram-package-35.0.0_2024-09-18.tbz2) to our “Linux_for_Tegra” folder, and then flash the SOM again with these files. In addition, we have fuses burned onto each SOM. I connected this Orin Nano SOM with new DRAM to our Linux PC with the Orin Nano Dev Kit, and attempted to run these commands:
Please keep in mind, I switched out the SOM with an “old” SOM that does not have this new DRAM. I was able to burn fuses and flash the “old” SOM with the same hardware setup, so I do not think there is something wrong with my Linux PC, Dev Kit, or USB-C cable.
I tried using this new DRAM package for installing.
I was able to run “odmfuse.sh” successfully, however I get this new error when running “l4t_initrd_flash.sh”: mtd_debug: error!: open() QSPI storage size: bytes.
I attached terminal logs and UART logs below. Do you know what this error would be coming from?
let me have confirmation,
did you fuse this new SOM already? this is the commands for adding fuse variable onto SBKPKC fused target.
besides..
please see-also Jetson Orin Series Modules Fuse Update Field Services Bulletin.
since it’s new Orin SOM, please aware that the fuse value for boot_security_info was burned (by manufacturing) to 0x1E0.
according to the documentation, you must bitwise logically OR the desired value with 0x1E0 in the fuse programming flow.