Skip to content

Commit

Permalink
Update Orin AGX industrial FAB to 500 to fix initrd flash script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Jun 19, 2024
1 parent 7b5cf6c commit b9b6b6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/flash-script.nix
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,11 @@ in
];

orin-agx-industrial = [
{ boardid = "3701"; boardsku = "0008"; fab = "300"; boardrev = ""; fuselevel = "fuselevel_production"; chiprev = ""; chipsku="00:00:00:90"; ramcode = "4"; }
# jetson_board_spec.cfg says this is FAB 300, but the devices
# encountered in the wild, and NVIDIA has said FAB 500 should be
# right
# See: https://forums.developer.nvidia.com/t/jetson-agx-orin-board-id-sku-fab/278977/13
{ boardid = "3701"; boardsku = "0008"; fab = "500"; boardrev = ""; fuselevel = "fuselevel_production"; chiprev = ""; chipsku = "00:00:00:90"; ramcode = "4"; }
];

orin-nx = [
Expand Down

0 comments on commit b9b6b6e

Please sign in to comment.