Can't boot with encrypted disk CPU:0, Error: cbb-noc@2300000, irq=14

Hello,

I use Jetpack 5.1.4 with Jetson NX and I have issue to boot my board.

When I boot without disk encryption I can have a prompt but with disk encryption I can’t have a prompt.
Anyway I have same error messages at boot (lot of log of the similar issue)

I have attached the full log.
Thank you so much.

Thank you for your help.
CPU:0, Error: cbb-noc@2300000, irq=14

[   10.561184] CPU:0, Error: cbb-noc@2300000, irq=14
[   10.561341] **************************************
[   10.561452] CPU:0, Error:cbb-noc
[   10.561536] Error Logger: 1
[   10.561619] ErrLog0: 0x80070100
[   10.561698]   Transaction Type: RD  - Read, Incrementing
[   10.561804]   Error Code: DEC
[   10.561871]   Error Source: Initiator NIU
[   10.561962]   Error Description: Address decode error
[   10.562068]   Packet header Lock: 0
[   10.562139]   Packet header Len1: 7
[   10.562212]   NOC protocol version: version >= 2.7
[   10.562314] ErrLog1: 0x12000c
[   10.562384] ErrLog2: 0x0
[   10.562444]   RouteId: 0x12000c
[   10.562514]   InitFlow: ape_p2ps/I/ape_p2ps
[   10.562605]   Targflow: axis_satellite_grout/T/axis_satellite_grout
[   10.562730]   TargSubRange: 0
[   10.562797]   SeqId: 0
[   10.562856] ErrLog3: 0x1468f78
[   10.563023] ErrLog4: 0x0
[   10.563227]   Address accessed: 0x1468f78
[   10.563518] ErrLog5: 0x358fcf0
[   10.563772]   Non-Modify: 0x1
[   10.563994]   AXI ID: 0x6
[   10.566392]   Master ID: APE
[   10.569369]   Security Group(GRPSEC): 0x3f
[   10.573829]   Cache: 0x0 -- Device Non-Bufferable
[   10.579085]   Protection: 0x7 -- Privileged, Non-Secure, Instruction Access
[   10.579089]   FALCONSEC: 0x0
[   10.579093]   Virtual Queuing Channel(VQC): 0x0

Startup.txt (306.1 KB)

hello JulienMoinard,

please share the complete logs with disk encryption.
it seems you’re able to boot into ubuntu?

Ubuntu 20.04.6 LTS tegra-ubuntu ttyTCU0



tegra-ubuntu login: 

Hello JerryChang,

Yes without disk encryption I able to boot into ubuntu but with disk encryption enabled I can’t boot and I have lot of error and the board hang and finally reboot every time without beeing able to connect.

Please see full log attached (reboot everytime).
WithDiskEncryption.log (1.1 MB)

Thank you so much for your help.
Best regards,

Dear JerryChang,

First boot after flash I have the log like in my previous reply but I just poweroff and power On again my board and I don’t have cbb-noc anymore like in my previous post but now I am stuck in a bash-5.0# prompt .

WithDiskEncryptionAfterPowerOffAndPowerOn.txt (1.5 MB)

On another board
SecondBoard.txt (702.6 KB)

hello JulienMoinard,

is it a Xavier NX Developer kit, or you’re working with a customize board?
that cbb-noc failure seems related to your monitor, let’s give it a try to remove HDMI monitor and test again.

Hello,

I use a connectTech motherboard. and I don’t have a HDMI cable connected to the board.

Do you have an idea how to disable HDMI support to test it ?

Best regards.

hello JulienMoinard,

I’m not a display expert, but, you may try to disable it via device tree.
for instance, please configure below to disable HDMI display.

&sor1 {
        status = "okay";
        nvidia,active-panel = <&sor1_hdmi_display>;
        nvidia,sor-hdcp-not-supported;
};

&sor1_hdmi_display {
        status = "okay";
        disp-default-out {
                nvidia,out-flags = <TEGRA_DC_OUT_HOTPLUG_LOW>;
        };  
};

Hello,

Do you have an idea where I need to modify this ? because there are lot of device tree…
After some test I can boot encrypted Disk version but I am stuck in read only filesystem…

Best regards.

hello JulienMoinard,

I assume the failure is due to incorrect keys.

so, may I confirm how you create your rootfs image?
let’s open another new thread for tracking since it’s file system related issue now.

Hello,

Step1: Generate EKS

python3 /home/julien/nvidia/nvidia_sdk/JetPack_5.1.4_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/gen_ekb.py -chip t194 -kek2_key /tmp/keys/key2.key -fv /home/julien/nvidia/nvidia_sdk/JetPack_5.1.4_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/fv_ekb -in_sym_key /home/julien/nvidia/nvidia_sdk/JetPack_5.1.4_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/user0.key -in_sym_key2 /tmp/keys/disk.key -in_auth_key /tmp/keys/auth.key -out /home/julien/nvidia/nvidia_sdk/JetPack_5.1.4_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/eks_t194.img

Step 2: Flash the board
I use rootfs provided by Nvidia SDK Manager GUI tool with Jetpack 5.1.4 with this command to program my board :

ROOTFS_ENC=1 ./flash.sh -R /home/julien/nvidia/nvidia_sdk/JetPack_5.1.4_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/rootfs -i /tmp/keys/disk.key -u /tmp/keys/rsa.key -v /tmp/keys/sbk.hex --uefi-keys uefi_keys/uefi_keys.conf jetson-xavier-nx-devkit-emmc internal

Step3: Issue to boot and stuck in readonly bash-5.0:
You think I have an issue with keys but which one ? because in my previous post you can see in log that encrypted disk is unlocked :

The mounted /dev/mmcblk0p1 is boot partition, try locating rootfs partition and mount it...
mount_rootfs_partition /dev/mmcblk0p1 /mnt
Found encrypted rootfs partition /dev/mmcblk0p2 through UUID(6439c1c4-5d6d-4dd7-85f3-25be4a09aa89)
umount /mnt
unlock_encrypted_partition /dev/mmcblk0p2 dm_crypt_ota dm_crypt
is_luks_partition /dev/mmcblk0p2
is_unlocked /dev/mmcblk0p2 unlocked_device_name
get_uuid_for_luks_partition /dev/mmcblk0p2 luks_uuid
[    8.379051] tegra-xusb 3610000.xhci: entering ELPG done
[    9.285403] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
OTA work directory /mnt/ota_work is not found on /dev/mmcblk0p1
lock_encrypted_partition dm_crypt_ota
OTA work directory is not found on internal and external storage devices
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
bash-5.0# [   37.970107] vdd-1v8-sd: disabling
[   37.970236] vdd-3v3-cvb: disabling
[   37.970317] vdd-1v8-cvb: disabling
[   37.970395] vdd-epb-1v0: disabling
[   37.970496] vdd-fan: disabling
[   37.970567] vdd_sys_en: disabling
Module r8168 not found in directory /lib/modules/5.10.216-tegra
bash: Module: command not found
bash-5.0# 

Best regards,

hello JulienMoinard,

are you going to have OTA update? may I have your step in details.

Hello,

I don’t need OTA and I don’t use it and I do anything about it. I just flash my board without any modification of Jetpack downloaded by SDK manager. I just generate EKS image and that it.

hello JulienMoinard,

that should due to the default EKS image of rel-35 contains the UEFI payload encryption key.
when you re-generate your own EKS image, you need to remove the key (i.e. sym_t194.key) from gen_ekb.py to bypass this issue.
for instance,
$public_sources/r35.5.0/Linux_for_Tegra/source/public/atf_and_optee/optee/samples/hwkey-agent/host/tool/gen_ekb/example.sh

python3 gen_ekb.py -chip t194 -kek2_key kek2.key
-fv fv_ekb_t194
-in_sym_key sym_t194.key \
-in_sym_key2 sym2_t194.key
-in_auth_key auth_t194.key
-out eks_t194.img

please try again by updating EKS image with above for confirmation,
thanks

Hello,

Thank you for your help, I keep in_sym_key but I add --uefi-enc with user key and I am able to boot the Linux . But due to the multiple CPU:0, Error: cbb-noc@2300000, irq=14 error the board can reset and sometime the filesystem is mounted in readonly.

Do you have any idea of the flood with CBB-noc error message ?

[   40.755817] CPU:0, Error:cbb-noc
[   40.755819]  Error Logger            : 1
[   40.755826]  ErrLog0                 : 0x80070100
[   40.755829]    Transaction Type      : RD  - Read, Incrementing
[   40.755831]    Error Code            : DEC
[   40.755833]    Error Source          : Initiator NIU
[   40.755836]    Error Description     : Address decode error
[   40.755838]    Packet header Lock    : 0
[   40.755841]    Packet header Len1    : 7
[   40.755843]    NOC protocol version  : version >= 2.7
[   40.755845]  ErrLog1                 : 0x12000c
[   40.755848]  ErrLog2                 : 0x0
[   40.755851]    RouteId               : 0x12000c
[   40.755853]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.755856]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.755858]    TargSubRange          : 0
[   40.755860]    SeqId                 : 0
[   40.755862]  ErrLog3                 : 0x1468f88
[   40.755865]  ErrLog4                 : 0x0
[   40.755868]    Address accessed      : 0x1468f88
[   40.755871]  ErrLog5                 : 0x358fcf0
[   40.755873]    Non-Modify            : 0x1
[   40.755875]    AXI ID                : 0x6
[   40.755878]    Master ID             : APE
[   40.755880]    Security Group(GRPSEC): 0x3f
[   40.755883]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.755885]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.755890]    FALCONSEC             : 0x0
[   40.755892]    Virtual Queuing Channel(VQC): 0x0
[   40.755896]  **************************************
[   40.755939] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.755942] **************************************
[   40.755944] CPU:0, Error:cbb-noc
[   40.755946]  Error Logger            : 1
[   40.755953]  ErrLog0                 : 0x800f0100
[   40.755956]    Transaction Type      : RD  - Read, Incrementing
[   40.755958]    Error Code            : DEC
[   40.755960]    Error Source          : Initiator NIU
[   40.755963]    Error Description     : Address decode error
[   40.755965]    Packet header Lock    : 0
[   40.755967]    Packet header Len1    : 15
[   40.755969]    NOC protocol version  : version >= 2.7
[   40.755972]  ErrLog1                 : 0x12000c
[   40.755974]  ErrLog2                 : 0x0
[   40.755977]    RouteId               : 0x12000c
[   40.755979]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.755982]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.755984]    TargSubRange          : 0
[   40.755986]    SeqId                 : 0
[   40.755988]  ErrLog3                 : 0x1468f90
[   40.755991]  ErrLog4                 : 0x0
[   40.755995]    Address accessed      : 0x1468f90
[   40.755998]  ErrLog5                 : 0x358fcf0
[   40.756001]    Non-Modify            : 0x1
[   40.756003]    AXI ID                : 0x6
[   40.756014]    Master ID             : APE
[   40.756017]    Security Group(GRPSEC): 0x3f
[   40.756020]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756023]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756025]    FALCONSEC             : 0x0
[   40.756027]    Virtual Queuing Channel(VQC): 0x0
[   40.756031]  **************************************
[   40.756076] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756079] **************************************
[   40.756081] CPU:0, Error:cbb-noc
[   40.756083]  Error Logger            : 1
[   40.756091]  ErrLog0                 : 0x80070100
[   40.756093]    Transaction Type      : RD  - Read, Incrementing
[   40.756096]    Error Code            : DEC
[   40.756098]    Error Source          : Initiator NIU
[   40.756100]    Error Description     : Address decode error
[   40.756102]    Packet header Lock    : 0
[   40.756105]    Packet header Len1    : 7
[   40.756107]    NOC protocol version  : version >= 2.7
[   40.756110]  ErrLog1                 : 0x12000c
[   40.756112]  ErrLog2                 : 0x0
[   40.756114]    RouteId               : 0x12000c
[   40.756117]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756119]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756121]    TargSubRange          : 0
[   40.756124]    SeqId                 : 0
[   40.756126]  ErrLog3                 : 0x1468fa0
[   40.756129]  ErrLog4                 : 0x0
[   40.756151]    Address accessed      : 0x1468fa0
[   40.756153]  ErrLog5                 : 0x358fcf0
[   40.756156]    Non-Modify            : 0x1
[   40.756158]    AXI ID                : 0x6
[   40.756160]    Master ID             : APE
[   40.756163]    Security Group(GRPSEC): 0x3f
[   40.756165]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756168]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756171]    FALCONSEC             : 0x0
[   40.756173]    Virtual Queuing Channel(VQC): 0x0
[   40.756177]  **************************************
[   40.756223] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756226] **************************************
[   40.756228] CPU:0, Error:cbb-noc
[   40.756235]  Error Logger            : 1
[   40.756243]  ErrLog0                 : 0x80070100
[   40.756250]    Transaction Type      : RD  - Read, Incrementing
[   40.756252]    Error Code            : DEC
[   40.756254]    Error Source          : Initiator NIU
[   40.756257]    Error Description     : Address decode error
[   40.756259]    Packet header Lock    : 0
[   40.756261]    Packet header Len1    : 7
[   40.756263]    NOC protocol version  : version >= 2.7
[   40.756266]  ErrLog1                 : 0x12000c
[   40.756268]  ErrLog2                 : 0x0
[   40.756271]    RouteId               : 0x12000c
[   40.756290]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756293]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756295]    TargSubRange          : 0
[   40.756297]    SeqId                 : 0
[   40.756300]  ErrLog3                 : 0x1468f88
[   40.756302]  ErrLog4                 : 0x0
[   40.756306]    Address accessed      : 0x1468f88
[   40.756309]  ErrLog5                 : 0x358fcf0
[   40.756311]    Non-Modify            : 0x1
[   40.756314]    AXI ID                : 0x6
[   40.756316]    Master ID             : APE
[   40.756323]    Security Group(GRPSEC): 0x3f
[   40.756326]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756329]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756331]    FALCONSEC             : 0x0
[   40.756334]    Virtual Queuing Channel(VQC): 0x0
[   40.756338]  **************************************
[   40.756382] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756384] **************************************
[   40.756386] CPU:0, Error:cbb-noc
[   40.756393]  Error Logger            : 1
[   40.756401]  ErrLog0                 : 0x800f0100
[   40.756403]    Transaction Type      : RD  - Read, Incrementing
[   40.756405]    Error Code            : DEC
[   40.756408]    Error Source          : Initiator NIU
[   40.756410]    Error Description     : Address decode error
[   40.756412]    Packet header Lock    : 0
[   40.756429]    Packet header Len1    : 15
[   40.756431]    NOC protocol version  : version >= 2.7
[   40.756434]  ErrLog1                 : 0x12000c
[   40.756436]  ErrLog2                 : 0x0
[   40.756439]    RouteId               : 0x12000c
[   40.756442]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756444]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756446]    TargSubRange          : 0
[   40.756453]    SeqId                 : 0
[   40.756456]  ErrLog3                 : 0x1468f90
[   40.756458]  ErrLog4                 : 0x0
[   40.756461]    Address accessed      : 0x1468f90
[   40.756468]  ErrLog5                 : 0x358fcf0
[   40.756471]    Non-Modify            : 0x1
[   40.756473]    AXI ID                : 0x6
[   40.756475]    Master ID             : APE
[   40.756478]    Security Group(GRPSEC): 0x3f
[   40.756481]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756484]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756486]    FALCONSEC             : 0x0
[   40.756489]    Virtual Queuing Channel(VQC): 0x0
[   40.756492]  **************************************
[   40.756536] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756543] **************************************
[   40.756545] CPU:0, Error:cbb-noc
[   40.756547]  Error Logger            : 1
[   40.756555]  ErrLog0                 : 0x80070100
[   40.756557]    Transaction Type      : RD  - Read, Incrementing
[   40.756560]    Error Code            : DEC
[   40.756562]    Error Source          : Initiator NIU
[   40.756564]    Error Description     : Address decode error
[   40.756567]    Packet header Lock    : 0
[   40.756569]    Packet header Len1    : 7
[   40.756572]    NOC protocol version  : version >= 2.7
[   40.756574]  ErrLog1                 : 0x12000c
[   40.756576]  ErrLog2                 : 0x0
[   40.756579]    RouteId               : 0x12000c
[   40.756581]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756584]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756586]    TargSubRange          : 0
[   40.756588]    SeqId                 : 0
[   40.756591]  ErrLog3                 : 0x1468fa0
[   40.756593]  ErrLog4                 : 0x0
[   40.756596]    Address accessed      : 0x1468fa0
[   40.756599]  ErrLog5                 : 0x358fcf0
[   40.756604]    Non-Modify            : 0x1
[   40.756606]    AXI ID                : 0x6
[   40.756608]    Master ID             : APE
[   40.756611]    Security Group(GRPSEC): 0x3f
[   40.756617]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756620]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756622]    FALCONSEC             : 0x0
[   40.756625]    Virtual Queuing Channel(VQC): 0x0
[   40.756628]  **************************************
[   40.756676] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756678] **************************************
[   40.756680] CPU:0, Error:cbb-noc
[   40.756682]  Error Logger            : 1
[   40.756690]  ErrLog0                 : 0x80070100
[   40.756693]    Transaction Type      : RD  - Read, Incrementing
[   40.756695]    Error Code            : DEC
[   40.756697]    Error Source          : Initiator NIU
[   40.756700]    Error Description     : Address decode error
[   40.756702]    Packet header Lock    : 0
[   40.756705]    Packet header Len1    : 7
[   40.756707]    NOC protocol version  : version >= 2.7
[   40.756709]  ErrLog1                 : 0x12000c
[   40.756712]  ErrLog2                 : 0x0
[   40.756714]    RouteId               : 0x12000c
[   40.756717]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756719]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756722]    TargSubRange          : 0
[   40.756724]    SeqId                 : 0
[   40.756726]  ErrLog3                 : 0x1468f88
[   40.756729]  ErrLog4                 : 0x0
[   40.756732]    Address accessed      : 0x1468f88
[   40.756735]  ErrLog5                 : 0x358fcf0
[   40.756737]    Non-Modify            : 0x1
[   40.756740]    AXI ID                : 0x6
[   40.756742]    Master ID             : APE
[   40.756745]    Security Group(GRPSEC): 0x3f
[   40.756747]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756750]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756753]    FALCONSEC             : 0x0
[   40.756755]    Virtual Queuing Channel(VQC): 0x0
[   40.756759]  **************************************
[   40.756802] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756805] **************************************
[   40.756807] CPU:0, Error:cbb-noc
[   40.756809]  Error Logger            : 1
[   40.756816]  ErrLog0                 : 0x800f0100
[   40.756819]    Transaction Type      : RD  - Read, Incrementing
[   40.756821]    Error Code            : DEC
[   40.756824]    Error Source          : Initiator NIU
[   40.756826]    Error Description     : Address decode error
[   40.756828]    Packet header Lock    : 0
[   40.756831]    Packet header Len1    : 15
[   40.756833]    NOC protocol version  : version >= 2.7
[   40.756836]  ErrLog1                 : 0x12000c
[   40.756838]  ErrLog2                 : 0x0
[   40.756841]    RouteId               : 0x12000c
[   40.756843]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756846]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756848]    TargSubRange          : 0
[   40.756850]    SeqId                 : 0
[   40.756856]  ErrLog3                 : 0x1468f90
[   40.756858]  ErrLog4                 : 0x0
[   40.756862]    Address accessed      : 0x1468f90
[   40.756864]  ErrLog5                 : 0x358fcf0
[   40.756875]    Non-Modify            : 0x1
[   40.756878]    AXI ID                : 0x6
[   40.756880]    Master ID             : APE
[   40.756883]    Security Group(GRPSEC): 0x3f
[   40.756885]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.756888]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.756891]    FALCONSEC             : 0x0
[   40.756893]    Virtual Queuing Channel(VQC): 0x0
[   40.756897]  **************************************
[   40.756941] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.756943] **************************************
[   40.756945] CPU:0, Error:cbb-noc
[   40.756947]  Error Logger            : 1
[   40.756955]  ErrLog0                 : 0x80070100
[   40.756958]    Transaction Type      : RD  - Read, Incrementing
[   40.756960]    Error Code            : DEC
[   40.756967]    Error Source          : Initiator NIU
[   40.756969]    Error Description     : Address decode error
[   40.756972]    Packet header Lock    : 0
[   40.756974]    Packet header Len1    : 7
[   40.756976]    NOC protocol version  : version >= 2.7
[   40.756979]  ErrLog1                 : 0x12000c
[   40.756981]  ErrLog2                 : 0x0
[   40.756984]    RouteId               : 0x12000c
[   40.756987]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.756989]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.756991]    TargSubRange          : 0
[   40.756994]    SeqId                 : 0
[   40.756996]  ErrLog3                 : 0x1468fa0
[   40.756999]  ErrLog4                 : 0x0
[   40.757002]    Address accessed      : 0x1468fa0
[   40.757004]  ErrLog5                 : 0x358fcf0
[   40.757007]    Non-Modify            : 0x1
[   40.757009]    AXI ID                : 0x6
[   40.757012]    Master ID             : APE
[   40.757014]    Security Group(GRPSEC): 0x3f
[   40.757017]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.757020]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.757025]    FALCONSEC             : 0x0
[   40.757028]    Virtual Queuing Channel(VQC): 0x0
[   40.757032]  **************************************
[   40.757076] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.757078] **************************************
[   40.757080] CPU:0, Error:cbb-noc
[   40.757083]  Error Logger            : 1
[   40.757091]  ErrLog0                 : 0x80070100
[   40.757093]    Transaction Type      : RD  - Read, Incrementing
[   40.757096]    Error Code            : DEC
[   40.757098]    Error Source          : Initiator NIU
[   40.757101]    Error Description     : Address decode error
[   40.757103]    Packet header Lock    : 0
[   40.757106]    Packet header Len1    : 7
[   40.757108]    NOC protocol version  : version >= 2.7
[   40.757112]  ErrLog1                 : 0x12000c
[   40.757115]  ErrLog2                 : 0x0
[   40.757118]    RouteId               : 0x12000c
[   40.757130]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.757132]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.757135]    TargSubRange          : 0
[   40.757137]    SeqId                 : 0
[   40.757140]  ErrLog3                 : 0x1468f88
[   40.757143]  ErrLog4                 : 0x0
[   40.757146]    Address accessed      : 0x1468f88
[   40.757164]  ErrLog5                 : 0x358fcf0
[   40.757167]    Non-Modify            : 0x1
[   40.757170]    AXI ID                : 0x6
[   40.757172]    Master ID             : APE
[   40.757175]    Security Group(GRPSEC): 0x3f
[   40.757178]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.757181]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.757183]    FALCONSEC             : 0x0
[   40.757186]    Virtual Queuing Channel(VQC): 0x0
[   40.757192]  **************************************
[   40.757237] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.757240] **************************************
[   40.757242] CPU:0, Error:cbb-noc
[   40.757244]  Error Logger            : 1
[   40.757252]  ErrLog0                 : 0x800f0100
[   40.757255]    Transaction Type      : RD  - Read, Incrementing
[   40.757257]    Error Code            : DEC
[   40.757260]    Error Source          : Initiator NIU
[   40.757263]    Error Description     : Address decode error
[   40.757265]    Packet header Lock    : 0
[   40.757267]    Packet header Len1    : 15
[   40.757270]    NOC protocol version  : version >= 2.7
[   40.757293]  ErrLog1                 : 0x12000c
[   40.757296]  ErrLog2                 : 0x0
[   40.757299]    RouteId               : 0x12000c
[   40.757301]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.757304]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.757307]    TargSubRange          : 0
[   40.757309]    SeqId                 : 0
[   40.757312]  ErrLog3                 : 0x1468f90
[   40.757314]  ErrLog4                 : 0x0
[   40.757318]    Address accessed      : 0x1468f90
[   40.757320]  ErrLog5                 : 0x358fcf0
[   40.757323]    Non-Modify            : 0x1
[   40.757326]    AXI ID                : 0x6
[   40.757328]    Master ID             : APE
[   40.757331]    Security Group(GRPSEC): 0x3f
[   40.757334]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.757338]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.757340]    FALCONSEC             : 0x0
[   40.757343]    Virtual Queuing Channel(VQC): 0x0
[   40.757347]  **************************************
[   40.757392] CPU:0, Error: cbb-noc@2300000, irq=14
[   40.757394] **************************************
[   40.757396] CPU:0, Error:cbb-noc
[   40.757414]  Error Logger            : 1
[   40.757422]  ErrLog0                 : 0x80070100
[   40.757425]    Transaction Type      : RD  - Read, Incrementing
[   40.757428]    Error Code            : DEC
[   40.757436]    Error Source          : Initiator NIU
[   40.757439]    Error Description     : Address decode error
[   40.757442]    Packet header Lock    : 0
[   40.757445]    Packet header Len1    : 7
[   40.757447]    NOC protocol version  : version >= 2.7
[   40.757450]  ErrLog1                 : 0x12000c
[   40.757453]  ErrLog2                 : 0x0
[   40.757456]    RouteId               : 0x12000c
[   40.757458]    InitFlow              : ape_p2ps/I/ape_p2ps
[   40.757461]    Targflow              : axis_satellite_grout/T/axis_satellite_grout
[   40.757464]    TargSubRange          : 0
[   40.757466]    SeqId                 : 0
[   40.757469]  ErrLog3                 : 0x1468fa0
[   40.757471]  ErrLog4                 : 0x0
[   40.757475]    Address accessed      : 0x1468fa0
[   40.757478]  ErrLog5                 : 0x358fcf0
[   40.757481]    Non-Modify            : 0x1
[   40.757483]    AXI ID                : 0x6
[   40.757486]    Master ID             : APE
[   40.757489]    Security Group(GRPSEC): 0x3f
[   40.757492]    Cache                 : 0x0 -- Device Non-Bufferable
[   40.757495]    Protection            : 0x7 -- Privileged, Non-Secure, Instruction Access
[   40.757499]    FALCONSEC             : 0x0
[   40.757503]    Virtual Queuing Channel(VQC): 0x0
[   40.757506]  **************************************
[   43.881395] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[   44.652041] using random self ethernet address
[   44.653279] using random host ethernet address
[   45.578466] using random self ethernet address
[   45.579920] using random host ethernet address

Ubuntu 20.04.6 LTS tegra-ubuntu ttyTCU0

tegra-ubuntu login: [   57.298822] nvidia: loading out-of-tree module taints kernel.

tegra-ubuntu login:

Disable HDMI is not a solution for me.

Thank you so much.
Best regards

please give it a try to apply workaround from Topic 230970.

Hello,

Ok but this workaround is not already apply in JetPack5.1.4 ?
I don’t have the setup and the time to recompile the kernel are you sure ?

My issue seems the same like in this post and this patch will not fix my issue ?

I think that patch is for bug of showing boot-logo on head0 that for xavier-nx is set to HDMI. We booted the board without monitor and check the serial port and the similar error was present.

hello JulienMoinard,

no, that just a workaround, such change does not included in the JP-5.1.4/r35.6.0 public release.

it’s uncertain, since we have not root cause your cbb-noc@2300000 failure.

Hi,

If I disable ADSP driver module (blacklist) like Sralavi tell me it works. I don’t have any kernel panic, no restart and no readonly filesystem.

There is an issue with ADSP driver with secureBoot ?

Best regards,

yes, please refer to Topic 315436, comment #24 for details.