This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA821U-Q1: LPDDR4 memory test failure with DRA821U4-Q1

Part Number: DRA821U-Q1

Hi,

SoC: DRA821U4TCBALMRQ1

LPDDR4: MT53E2G32D4DE-046 AAT:C

We ran LPDDR4  40 hrs test with following  shell script in Linux:

#!/bin/bash

END=$(( $(date +%s) + 40*3600 ))
while [ $(date +%s) -lt $END ]; do
    memtester 6G  1 | tee -a memtester.log
done 

  • at room temperature, no issue
  • at -40C, it stopped running after 35hrs, failed
  • at 85C, it stopped running after 20hrs, failed

it can re-run with cycle the power at that temperature, so it is not thermal protecion.

Q1: what is possible cause for DDR stopping running?

Q2: Optimized DDR configuration may help to solve the probelm ? how should we adjust the parameters? see attached current config file.0001-8GB-DDR-config.txt 

Q3: Does TI have some app to check DDR optimization? since we do not have access points to check the signals eye diagram, so I am looking for other means to verify.

  • Hello Max,

    https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.ti.com/lit/pdf/spracu8&ved=2ahUKEwi3yby8iJyTAxWIR2wGHZynMI0QFnoECCoQAQ&sqi=2&usg=AOvVaw204OWr7e8cgrkufeq9vOpQ

    There is an application note on DDR configuration. Have you looked at that? 

    I am also looping in our DDR expert.

    Best Regards,

    Keerthy 

  • Hi Keerthy,

    yes, that is the document we followed.

    I just do not know if anything is not optimized which caused failure at -40c and 85C.

    can you check our configuration?

    or we need to follow website settins https://dev.ti.com/sysconfig/#/config/?args=--product%20%2Fmnt%2Ftirex-content%2FTDA4x_DRA8x_AM67x-AM69x_DDR_Config_0.12.00.0000%2F.metadata%2Fproduct.json%20--device%20J7200_DRA821_SR1.0_alpha

    ?

    Thanks

    Max

  • Hi Max,

    Do you have a log file or image that illustrates the issue you are facing?

    Have you tried reducing DDR frequency to see if it resolves the issue?

    Did you also save off the corresponding .syscfg files from the DDR tool when generating your configuration file?

    Thanks,
    Kevin

  • Hi Kevin,

    we do not have log file.

    we are trying to optimize the termination first, next step we plan to reduce the freq from 1600 down to 1333 

       can you provide .syscfg to Kevin?

    Thanks

    Max

  • /**
     * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
     * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
     * @cliArgs --device "J7200_DRA821_SR1.0_alpha" --part "Default" --package "ALM" --product "TDA4x_DRA8x_AM67x-AM69x_DDR_Config@0.12.00.0000"
     * @v2CliArgs --device "DRA821U" --package "FCBGA (ALM)" --product "TDA4x_DRA8x_AM67x-AM69x_DDR_Config@0.12.00.0000"
     * @versions {"tool":"1.27.0+4565"}
     */
    
    /**
     * Import the modules used in this configuration.
     */
    const DDRSS = scripting.addModule("/DDRSS");
    
    /**
     * Write custom configuration values to the imported modules.
     */
    DDRSS.lpddr4.$name                               = "jacinto_lpddr4_DDRSS_LPDDR40";
    DDRSS.lpddr4.config_dram_mr1_nWR_FS2             = 30;
    DDRSS.lpddr4.config_dram_mr2_rl_FS2              = 32;
    DDRSS.lpddr4.config_dram_mr2_wl_FS2              = 14;
    DDRSS.lpddr4.config_dram_odtlon_FS2              = 6;
    DDRSS.lpddr4.config_dram_odtloff_FS2             = 24;
    DDRSS.lpddr4.config_dram_tREFIpb_ns              = 244;
    DDRSS.lpddr4.config_dram_tRRD_ns                 = 11.875;
    DDRSS.lpddr4.config_dram_tFAW_ns                 = 40;
    DDRSS.lpddr4.system_cfg_dram_density             = 16;
    DDRSS.lpddr4.config_dram_tWR_ns                  = 18;
    DDRSS.lpddr4.config_dram_tWTR_ns                 = 10;
    DDRSS.lpddr4.config_dram_tRFCab_ns               = 380;
    DDRSS.lpddr4.config_dram_tRFCpb_ns               = 190;
    DDRSS.lpddr4.config_dram_tXSR_ns                 = 387.5;
    DDRSS.lpddr4.config_dram_tREFIab_ns              = 1952;
    DDRSS.lpddr4.config_dram_tRASmax_ns              = 17568;
    DDRSS.lpddr4.config_io_cell_enslicen_drv_dl0_dq  = "48 Ohm";
    DDRSS.lpddr4.config_dram_tRCD_ns                 = 19.875;
    DDRSS.lpddr4.config_dram_tRASmin_ns              = 43.875;
    DDRSS.lpddr4.config_dram_tRPab_ns                = 22.875;
    DDRSS.lpddr4.config_dram_tRPpb_ns                = 19.875;
    DDRSS.lpddr4.config_dram_tDQSCKmax_ns            = 3.6;
    DDRSS.lpddr4.config_io_cell_enslicen_drv_dl0_dqs = "48 Ohm";
    DDRSS.lpddr4.config_io_cell_enslicen_odt_dl0_dq  = "40 Ohm";
    DDRSS.lpddr4.config_io_cell_enslicen_odt_dl0_dqs = "40 Ohm";
    DDRSS.lpddr4.config_dram_mr14_vref_dq_FS2        = 22;
    DDRSS.lpddr4.config_dram_mr12_vref_ca_FS2        = 23.2;
    DDRSS.lpddr4.config_dram_mr11_dq_odt_FS2         = "RZQ/5";
    DDRSS.lpddr4.config_dram_mr3_pdds_FS2            = "RZQ/6";
    DDRSS.lpddr4.config_dram_mr22_odte_cs_FS2        = "Disable";
    DDRSS.lpddr4.config_dram_mr22_soc_odt_FS2        = "RZQ/6";
    

  • Hi Kevin,

    Please see attached log files

    root@edr:~#
    root@edr:~# ./memtest40h.sh
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : testing 127
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project edr
    
    Arago 2023.10 edr
    
    edr login: root
    root@edr:~#
    
    root@edr:~#
    root@edr:~# ./memtest40h.sh
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 09:58:57 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 11:15:26 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 12:31:54 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 13:48:20 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 15:04:52 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 16:21:20 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 17:37:48 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 18:54:16 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 20:10:46 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 21:27:14 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Fri Mar  1 22:43:43 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 00:00:12 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 01:16:41 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 02:33:09 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 03:49:38 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 05:06:06 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 06:22:35 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 07:39:01 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 08:55:29 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 10:11:59 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 11:28:28 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 12:44:57 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 14:01:25 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 15:17:51 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 16:34:19 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 17:50:47 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : ok
      Walking Ones        : ok
      Walking Zeroes      : ok
    
    Done.
    === Sat Mar  2 19:07:18 UTC 2024 ===
    memtester version 4.6.0 (64-bit)
    Copyright (C) 2001-2020 Charles Cazabon.
    Licensed under the GNU General Public License version 2 (only).
    
    pagesize is 4096
    pagesizemask is 0xfffffffffffff000
    want 6144MB (6442450944 bytes)
    got  6144MB (6442450944 bytes), trying mlock ...locked.
    Loop 1/1:
      Stuck Address       : ok
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok
      Block Sequential    : ok
      Checkerboard        : ok
      Bit Spread          : ok
      Bit Flip            : testing 236
    

    can you check what possible issue is?

    Thanks

    Max