Jetson Nano Production Module does not boot on Custom Carrier Board

Hi Jerry,

the i2c errors are from our custom driver as i told you. this happens because the camera we use is not conected. but this is no problem. I just posted the log from the working module for information about the version of the kernel and stuff we use… but the important error is in the log from the board that does not boot.

With Development Version i mean the Jetson Nano Development Board (B01) (SD-Card) and with Production Version I mean the Jetson Nano Production Module (emmc). Both of them we mounted on our own carrier board. I dont know all the diffrences between the two Jetson Modules. that is why im asking.

So again:

[0000.321] [L4T TegraBoot] (version 00.00.2018.01-l4t-80a468da)
[0000.327] Processing in cold boot mode Bootloader 2
[0000.331] A02 Bootrom Patch rev = 1023
[0000.335] Power-up reason: pmc por
[0000.338] No Battery Present
[0000.341] pmic max77620 reset reason
[0000.344] pmic max77620 NVERC : 0x40
[0000.347] RamCode = 0
[0000.350] Platform has DDR4 type RAM
[0000.353] max77620 disabling SD1 Remote Sense
[0000.357] Setting DDR voltage to 1125mv
[0000.361] Serial Number of Pmic Max77663: 0xa12ca
[0000.369] Entering ramdump check
[0000.372] Get RamDumpCarveOut = 0x0
[0000.375] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.380] Last reboot was clean, booting normally!
[0000.385] Sdram initialization is successful 
[0000.389] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.395] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.401] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.407] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.413] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.418] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.424] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.430] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.446] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.452] Platform-DebugCarveout: 0
[0000.456] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.461] Non secure mode, and RB not enabled.
[0000.478] Csd NumOfBlocks=0

after the last print you see the Module stops booting and printing. Main deiffrence I notice is that the working Jetson Nano development Version has a Number of Blocks:
[0000.398] Csd NumOfBlocks=62333952
and the not working production module has 0:
[0000.478] Csd NumOfBlocks=0

can you tell me what this means?