Skip to content

Problem installing a built image for Orin Nano on nvme after enable encrypt #1655

Closed Answered by imoyakin
imoyakin asked this question in Q&A
Discussion options

You must be logged in to vote

I have fixed this issue by follow this article
in /meta-tegra/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra234-flash-helper.sh file,

    case $chip_sku in
        00)
            ;;
        D3|D4)
            BPF_FILE=$(echo "$BPF_FILE" | sed -e"s,T.*-A1,TE980M-A1,")
            ;;
        D5|D6)
            BPF_FILE=$(echo "$BPF_FILE" | sed -e"s,T.*-A1,TE950M-A1,")
            ;;
        *)
            echo "ERR: unrecognized chip SKU: $chip_sku" >&2
            exit 1
            ;;

just modify TE980M to TE950M.

I don't know why, my board's sku is 003, but it can't be started by 980M, but only by 950M. Maybe there's some confusion in the nvidia factory.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@imoyakin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@madisongh
Comment options

Answer selected by imoyakin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants