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.

J7200XSOMXEVM: Clock frequency of each core

Part Number: J7200XSOMXEVM
Other Parts Discussed in Thread: J721EXCPXEVM

Hello,

Our customer is using J7200XSOMXEVM and J721EXCPXEVM now.
In case of WKUP_OSC0 = 19.2MHz, OSC1 = 22.5792MHz,
customer would like to know the below clock frequency by default.
A72 in main
R5F in main
R5F in MCUSS
GPMC_CLK

Regards,

  • Hello,

    You can find this by running these commands:

    k3conf dump processor

    k3conf dump device

    k3conf dump clocks

    Regards,

    Kyle

  • Thanks for the reply.

    Should the commands be run in the UART terminal window?

    Regards,

  • Hello,

    Customer had reported that Unknown command 'k3conf' had been showed up as shown below.
    Could you please suggest any action for it?

    ------------------------------------------------

    U-Boot SPL 2020.01-gb9af85263e (Oct 05 2020 - 19:17:38 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0014 '20.7.1-v2020.07-RC3 (Terrific L')
    Trying to boot from MMC2
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment

    ** Invalid partition 2 **
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.3():07.01.00.001-dirty
    NOTICE: BL31: Built : 19:04:03, Oct 5 2020

    U-Boot SPL 2020.01-gb9af85263e (Oct 05 2020 - 19:14:34 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0014 '20.7.1-v2020.07-RC3 (Terrific L')
    Trying to boot from MMC2


    U-Boot 2020.01-gb9af85263e (Oct 05 2020 - 19:14:34 +0000)

    SoC: J7200 SR1.0
    Model: Texas Instruments K3 J7200 SoC
    Board: J7200X-PM2-SOM rev E8
    DRAM: 4 GiB
    not found for dev hbmc-mux
    Flash: 0 Bytes
    MMC: sdhci@4f80000: 0, sdhci@4fb0000: 1
    Loading Environment from MMC... *** Warning - bad CRC, using default environment

    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    Unidentified board claims J7200X-PM2-SOM in eeprom header
    Detected: J7X-BASE-CPB rev E3
    Detected: J7X-VSC8514-ETH rev E2
    Net:
    Warning: ethernet@46000000 using MAC address from ROM
    eth0: ethernet@46000000
    Hit any key to stop autoboot: 2 1 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    0 bytes read in 2 ms (0 Bytes/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ** Invalid partition 2 **
    ** Invalid partition 2 **
    ** Invalid partition 2 **
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    Bad Linux ARM64 Image magic!
    => k3conf dump processor
    Unknown command 'k3conf' - try 'help'
    => k3conf dump device
    Unknown command 'k3conf' - try 'help'
    => k3conf dump clocks
    Unknown command 'k3conf' - try 'help'
    =>
    ------------------------------------------------


    Regards,

  • Hello,

    The k3conf commands suggested by Kyle are Linux based commands.

    You cannot run these from "u-boot", which is the way you are attempting now.

    Please boot to Linux and run these commands.

    Regards

    Karthik