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.

Linux/AM3352: Processor is working very slow

Part Number: AM3352
Other Parts Discussed in Thread: AM3359, AM3358

Tool/software: Linux

Hi,

I am using AM3352BZCEA30 based custom board with linux. It seems that it is working very slow. Is there any method to check weather PLL is generating proper (300MHz) frequency or not?

Following are the logs from linux:

root@myboard:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
300000
root@myboard:~#
root@myboard:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
300000

Do I need to configure anything for PLL to generate this frequency?

Regards,

Rohit

  • Hi Rohit,

    You can verify DPLL settings with the omapconf tool:

    github.com/.../wiki

    # ./omapconf dump dpll [<dpll>]
    # ./omapconf show dpll [cfg]

    www.ti.com/.../sprac74a.pdf
    3.3.3.2OMAPCONF

    Check also below pointers:

    software-dl.ti.com/.../Foundational_Components_Kernel_Drivers.html
    software-dl.ti.com/.../Examples_and_Demos_Sub-system_Demos.html

    Regards,
    Pavel
  • Hi Pavel,

    The omapconf application helped me a lot to debug many of the MPU registers. Thank you.

    Regards,
    Rohit
  • Rohit,

    If you have no more questions related to the subject of this e2e thread, please verify/resolve/close this thread.

    Regards,
    Pavel
  • Hi Pavel,

    We are upgrading one product based on AM3352BZCEA30 and our new board seems very slow than the older one. We have upgraded Linux kernel from 3.2 to 4.9 and also we have some more peripherals. AM3352BZCEA30 is same on both the boards.

    we are using below Unix Benchmark utility:
    github.com/.../unixbench-4.1.0

    Below are the logs which shows that our new board is working very slow in comparison of older one:

    --- On old board---
    # ./hanoi 10
    COUNT|43849|1|lps
    # ./dhry2 10
    COUNT|3042003|1|lps

    ---On new board---
    # ./hanoi 10
    COUNT|24627|1|lps
    # ./dhry2 10
    COUNT|1803435|1|lps

    The new board is working on 300MHz:
    # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    300000

    What are the possible reasons for this bad performance and Is there any way to improve the performance of the board?

    Regards,
    Rohit
  • Rohit,

    Do you use kernel 4.9.69 that comes with AM335x PSDK Linux v4.03?

    If yes, I would suggest you to run the benchmark test described in the below user guide and compare the result between two boards:

    software-dl.ti.com/.../Release_Specific_Performance_Guide.html

    software-dl.ti.com/.../Foundational_Components_Kernel_LTP-DDT_Validation.html

    You can also check if using performance governor will make better result:

    www.ti.com/.../sprac74a.pdf - 3.2.1 Dynamic Voltage and Frequency Scaling

    Check also if DDR3 and L3/L4 frequency is the same between 3.2 and 4.9 kernel versions.

    Regards,
    Pavel
  • Hi Pavel,

    I found that readout number of BogoMIPS is not as per the frequency on new board:

    root@myboard:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    300000

    root@myboard:~# cat /proc/cpuinfo
    processor : 0
    model name : ARMv7 Processor rev 2 (v7l)
    BogoMIPS : 149.29
    Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant : 0x3
    CPU part : 0xc08
    CPU revision : 2

    Hardware : Generic AM33XX (Flattened Device Tree)
    Revision : 0000
    Serial : 0000000000000000

    while on older board the value is correct:

    root@4486C1030667:~# cat /proc/cpuinfo
    Processor : ARMv7 Processor rev 2 (v7l)
    BogoMIPS : 298.59
    Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant : 0x3
    CPU part : 0xc08
    CPU revision : 2

    Hardware : am335xevm
    Revision : 0000
    Serial : 0000000000000000
    root@4486C1030667:~#

    Is this value of BogoMIPS in new board is causing the problem? Why this value differs though we have same processor (AM3352BZCEA30)?

    Regards,
    Rohit
  • Rohit,

    Do you use kernel 4.9.69 that comes with AM335x PSDK Linux v4.03?

    When I test PSDK v5.02 (kernel 4.14.79) on AM335x Starter Kit board, BogoMIPS value corresponds to frequency in MHz

    root@am335x-evm:~# uname -a

    Linux am335x-evm 4.14.79-gbde58ab01e #1 PREEMPT Thu Dec 20 04:12:32 UTC 2018 armv7l GNU/Linux

    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
    720000

    root@am335x-evm:~# cat /proc/cpuinfo

    processor : 0

    model name : ARMv7 Processor rev 2 (v7l)

    BogoMIPS : 717.22

    Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32

    CPU implementer : 0x41

    CPU architecture: 7

    CPU variant : 0x3

    CPU part : 0xc08

    CPU revision : 2

    Hardware : Generic AM33XX (Flattened Device Tree)

    Revision : 0000

    Serial : 0000000000000000

    root@am335x-evm:~# echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    root@am335x-evm:~# echo 300000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
    300000
    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
    300000
    root@am335x-evm:~# cat /proc/cpuinfo
    processor    : 0
    model name    : ARMv7 Processor rev 2 (v7l)
    BogoMIPS    : 298.84
    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32
    CPU implementer    : 0x41
    CPU architecture: 7
    CPU variant    : 0x3
    CPU part    : 0xc08
    CPU revision    : 2

    Hardware    : Generic AM33XX (Flattened Device Tree)
    Revision    : 0000
    Serial        : 0000000000000000

     

    The BogoMIPS value in CPU info should be approximately your clock speed in MHz.

    Regards,
    Pavel

  • Hi Pavel,

    I am using yocto build system to build the kernel and recipe fetches the kernel from branch: ti-linux-4.9.y, commit-id: 1e8dbd6794e3c2c32c68d77fcf994c3d0aa1260a

    Yes I understood that BogoMIPS shows approximate value of the clock speed in MHz. Also I found below logs related to OPP using omapconf utility:

    cpu_is_online(0): error opening /sys/devices/system/cpu/cpu0/online file!
    |----------------------------------------------------------------------------|
    | | Temperature | Voltage | Frequency | OPerating Point |
    |----------------------------------------------------------------------------|
    | VDD_CORE / VDD_CORE0 | NA | NA | | OPP100 |
    | L3_SLOW | | | 100 MHz | |
    | L3_FAST | | | 200 MHz | |
    | EMIF4 | | | 200 MHz | |
    | DDR2/DDR3/mDDR | | | 400 MHz | |
    | L4_PER | | | 100 MHz | |
    | L4_FAST | | | 200 MHz | |
    | | | | | |
    | VDD_MPU / VDD_CORE1 | NA | NA | | UNKNOWN |
    | MPU (CPU0 OFF) | | | 150 MHz | |
    | | | | | |
    |----------------------------------------------------------------------------|

    Regards,
    Rohit
  • Rohit,

    Below is what I have with the pre-built kernel of the PSDK v5.02, everything seems to be correct.

    root@am335x-evm:~# omapconf show opp
    OMAPCONF (rev v1.73 built Sun Dec 16 06:48:07 UTC 2018)

    HW Platform:
      Generic AM33XX (Flattened Device Tree)
      AM3359 ES2.1 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
      UNKNOWN POWER IC
    Error: I2C Read failed
      UNKNOWN AUDIO IC

    SW Build Details:
      Build:
        Version:  _____                    _____           _         _   
      Kernel:
        Version: 4.14.79-gbde58ab01e
        Author: oe-user@oe-host
        Toolchain: gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11
        Type: #1 PREEMPT
        Date: Thu Dec 20 04:12:32 UTC 2018

    omapconf: temp_sensor_voltdm2sensor(): cpu not supported!!!
    omapconf: temp_sensor_voltdm2sensor(): cpu not supported!!!
    cpu_is_online(0): error opening /sys/devices/system/cpu/cpu0/online file!
    |----------------------------------------------------------------------------|
    |                      | Temperature | Voltage | Frequency | OPerating Point |
    |----------------------------------------------------------------------------|
    | VDD_CORE / VDD_CORE0 | NA          | NA      |           | OPP100          |
    |   L3_SLOW            |             |         |  100  MHz |                 |
    |   L3_FAST            |             |         |  200  MHz |                 |
    |   EMIF4              |             |         |  151  MHz |                 |
    |     DDR2/DDR3/mDDR   |             |         |  303  MHz |                 |
    |   L4_PER             |             |         |  100  MHz |                 |
    |   L4_FAST            |             |         |  200  MHz |                 |
    |                      |             |         |           |                 |
    | VDD_MPU / VDD_CORE1  | NA          | NA      |           | OPP50           |
    |   MPU (CPU0 OFF)     |             |         |  300  MHz |                 |
    |                      |             |         |           |                 |
    |----------------------------------------------------------------------------|

    Notes:
      (1) Module is disabled, rate may not be relevant.

    root@am335x-evm:~# omapconf dump dpll mpu
    OMAPCONF (rev v1.73 built Sun Dec 16 06:48:07 UTC 2018)

    HW Platform:
      Generic AM33XX (Flattened Device Tree)
      AM3359 ES2.1 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
      UNKNOWN POWER IC
    Error: I2C Read failed
      UNKNOWN AUDIO IC

    SW Build Details:
      Build:
        Version:  _____                    _____           _         _   
      Kernel:
        Version: 4.14.79-gbde58ab01e
        Author: oe-user@oe-host
        Toolchain: gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11
        Type: #1 PREEMPT
        Date: Thu Dec 20 04:12:32 UTC 2018

    |--------------------------------------------------------|
    | DPLL_MPU Reg. Name         | Reg. Address | Reg. Value |
    |--------------------------------------------------------|
    | CM_CLKMODE_DPLL_MPU        | 0x44E00488   | 0x00000007 |
    | CM_IDLEST_DPLL_MPU         | 0x44E00420   | 0x00000001 |
    | CM_AUTOIDLE_DPLL_MPU       | 0x44E0041C   | 0x00000000 |
    | CM_CLKSEL_DPLL_MPU         | 0x44E0042C   | 0x00001901 |
    | CM_DIV_M2_DPLL_MPU         | 0x44E004A8   | 0x00000201 |
    | CM_SSC_DELTAMSTEP_DPLL_MPU | 0x44E00424   | 0x00000000 |
    | CM_SSC_MODFREQDIV_DPLL_MPU | 0x44E00428   | 0x00000000 |
    |--------------------------------------------------------|

    root@am335x-evm:~# omapconf show dpll
    OMAPCONF (rev v1.73 built Sun Dec 16 06:48:07 UTC 2018)

    HW Platform:
      Generic AM33XX (Flattened Device Tree)
      AM3359 ES2.1 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
    ....

    |---------------------------------------------------------------------------------------------|
    | DPLL Configuration          | DPLL_CORE     | DPLL_MPU      | DPLL_DDR      | DPLL_DISP     |
    |---------------------------------------------------------------------------------------------|
    | Status                      | Locked        | Locked        | Locked        | Locked        |
    |                             |               |               |               |               |
    | Mode                        | Lock          | Lock          | Lock          | Lock          |
    | Automatic Control           | Not Supported | Not Supported | Not Supported | Not Supported |
    |  LPBP = Low-Power ByPass    |               |               |               |               |
    |  FRBP = Fast-Relock ByPass  |               |               |               |               |
    |  MNBP = MN ByPass           |               |               |               |               |
    | Low-Power Mode              | Disabled      | Disabled      | Disabled      | Disabled      |
    |                             |               |               |               |               |
    | Automatic Recalibration     | Disabled      | Disabled      | Disabled      | Disabled      |
    | Clock Ramping during Relock | Disabled      | Disabled      | Disabled      | Disabled      |
    | Ramping Rate (x REFCLK(s))  | 2             | 2             | 2             | 2             |
    | Ramping Levels              | No Ramp       | No Ramp       | No Ramp       | No Ramp       |
    |                             |               |               |               |               |
    | Bypass Clock                | CLKINP        | CLKINP        | CLKINP        | CLKINP        |
    | Bypass Clock Divider        |               |               |               |               |
    | REGM4XEN Mode               | Disabled      | Disabled      | Disabled      | Disabled      |
    |                             |               |               |               |               |
    | Ref. Frequency (MHz)        | 24.000        | 24.000        | 24.000        | 24.000        |
    | M Multiplier Factor         | 125           | 25            | 101           | 3             |
    | N Divider Factor            | 2             | 1             | 3             | 3             |
    | Lock Frequency (MHz)        | 1000          | 300           | 606           | 18            |
    |                             |               |               |               |               |
    | M2 Output                   |               |               |               |               |
    |   Status                    |               | Enabled       | Enabled       | Enabled       |
    |   Clock Divider             |               | 1             | 2             | 1             |
    |   Clock Speed (MHz)         |               | 300           | 303           | 18            |
    |                             |               |               |               |               |
    | CLK_DCO_LDO Output          |               |               |               |               |
    |   Status                    | Gated         |               |               |               |
    |   Clock Speed (MHz)         | 2000          |               |               |               |
    |                             |               |               |               |               |
    |                             |               |               |               |               |
    | M4 Output                   |               |               |               |               |
    |   Status                    | Enabled       |               |               |               |
    |   Clock Divider             | 10            |               |               |               |
    |   Clock Speed (MHz)         | 200           |               |               |               |
    |                             |               |               |               |               |
    | M5 Output                   |               |               |               |               |
    |   Status                    | Enabled       |               |               |               |
    |   Clock Divider             | 8             |               |               |               |
    |   Clock Speed (MHz)         | 250           |               |               |               |
    |                             |               |               |               |               |
    | M6 Output                   |               |               |               |               |
    |   Status                    | Gated         |               |               |               |
    |   Clock Divider             | 4             |               |               |               |
    |   Clock Speed (MHz)         | 500           |               |               |               |
    |---------------------------------------------------------------------------------------------|

    Rohit Kotak said:
    I am using yocto build system to build the kernel and recipe fetches the kernel from branch: ti-linux-4.9.y, commit-id: 1e8dbd6794e3c2c32c68d77fcf994c3d0aa1260a


    You might get/fetch some kernel that is under development and not ready for release. I would suggest you to get kernel from TI PSDK, as these are official, tested and validated on TI platforms.

    The latest kernel is v4.14.79 and can be get by two methods:

    1. Directly from the PSDK bin file, ti-processor-sdk-linux-am335x-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e/

    2. Fetch through Yocto:


    The kernel git repository, branch and commit id can be found below:
    Based on Version: 4.14.79
    URL: git://git.ti.com/processor-sdk/processor-sdk-linux.git
    Branch: processor-sdk-linux-4.14.y
    Commit ID: bde58ab01e3651529680af3eeea7e4d37cb94d40
    If you need to stay with kernel 4.9 you can get it from PSDK 4.x (i.e. 4.03):

    ti-processor-sdk-linux-am335x-evm-04.03.00.05/board-support/linux-4.9.69/

    Or fetch with yocto:

     

    The kernel git repository, branch and commit id can be found below:

    Based on Version: 4.9.69
    URL: git://git.ti.com/processor-sdk/processor-sdk-linux.git
    Branch: processor-sdk-linux-04.03.00
    Commit ID: bfe793963ed7b2af3e1c3dd32e7275f449e6259d
    Regards,
    Pavel

     

  • Hi Pavel,

    I am able to get aprox 300 BogoMIPS using ti-processor-sdk-linux-am335x-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e/

    But, facing same issue (BogoMIPS :149.29) with,
    URL: git://git.ti.com/processor-sdk/processor-sdk-linux.git
    Branch: processor-sdk-linux-04.03.00
    Commit ID: bfe793963ed7b2af3e1c3dd32e7275f449e6259d

    Regards,
    Rohit
  • Rohit,

    What about ti-processor-sdk-linux-am335x-evm-04.03.00.05/board-support/linux-4.9.69 ? Do you have the same issue there?

    Regards,
    Pavel
  • Yes Pavel, Same issue with prebuilt kernel of ti-processor-sdk-linux-am335x-evm-04.03.00.05/ and ti-processor-sdk-linux-am335x-evm-04.03.00.05/board-support/linux-4.9.69 kernel.
  • Rohit,

    I tried the pre-built kernel of ti-processor-sdk-linux-am335x-evm-04.03.00.05 and it works fine on AM335x SK board. By default MPU freq is 720MHz, and I am able to switch to 300MHz and BogoMIPS values is fine.

    root@am335x-evm:~# uname -a

    Linux am335x-evm 4.9.69-g9ce43c71ae #1 PREEMPT Mon Mar 26 12:11:28 EDT 2018 armv7l GNU/Linux

    root@am335x-evm:~# echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

    root@am335x-evm:~# echo 300000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed

    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

    300000

    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq

    300000

    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed

    300000

    root@am335x-evm:~# cat /proc/cpuinfo

    processor : 0

    model name : ARMv7 Processor rev 2 (v7l)

    BogoMIPS : 298.84

    Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32

    CPU implementer : 0x41

    CPU architecture: 7

    CPU variant : 0x3

    CPU part : 0xc08

    CPU revision : 2

    Hardware : Generic AM33XX (Flattened Device Tree)

    Revision : 0000

    Serial : 0000000000000000

    root@am335x-evm:~# omapconf show opp
    OMAPCONF (rev v1.73 built Mon Mar 26 13:30:51 EDT 2018)

    HW Platform:
      Generic AM33XX (Flattened Device Tree)
      AM3359 ES2.1 GP Device (UNKNOWN performance ZCZ package (1.0GHz))
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
    Error: I2C Read failed
      UNKNOWN POWER IC
    Error: I2C Read failed
      UNKNOWN AUDIO IC

    SW Build Details:
      Build:
        Version:  _____                    _____           _         _   
      Kernel:
        Version: 4.9.69-g9ce43c71ae
        Author: gtbldadm@ubuntu-16
        Toolchain: gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11)
        Type: #1 PREEMPT
        Date: Mon Mar 26 12:11:28 EDT 2018

    omapconf: temp_sensor_voltdm2sensor(): cpu not supported!!!
    omapconf: temp_sensor_voltdm2sensor(): cpu not supported!!!
    cpu_is_online(0): error opening /sys/devices/system/cpu/cpu0/online file!
    |----------------------------------------------------------------------------|
    |                      | Temperature | Voltage | Frequency | OPerating Point |
    |----------------------------------------------------------------------------|
    | VDD_CORE / VDD_CORE0 | NA          | NA      |           | OPP100          |
    |   L3_SLOW            |             |         |  100  MHz |                 |
    |   L3_FAST            |             |         |  200  MHz |                 |
    |   EMIF4              |             |         |  151  MHz |                 |
    |     DDR2/DDR3/mDDR   |             |         |  303  MHz |                 |
    |   L4_PER             |             |         |  100  MHz |                 |
    |   L4_FAST            |             |         |  200  MHz |                 |
    |                      |             |         |           |                 |
    | VDD_MPU / VDD_CORE1  | NA          | NA      |           | OPP50           |
    |   MPU (CPU0 OFF)     |             |         |  300  MHz |                 |
    |                      |             |         |           |                 |
    |----------------------------------------------------------------------------|

    Notes:
      (1) Module is disabled, rate may not be relevant.

    What is the value you have in CM_CLKSEL_DPLL_MPU/0x44E0042C register? For 720MHz I have 0x00001E00, for 300Mhz I have 0x00001901.

     

    Regards,
    Pavel

  • Yes Pavel, It is working on evmsk for me also but not working with my custom board.

    AM3352BZCEA30 part is used in my custom board while evmsk uses ZCZ package of AM3358 processor.
  • root@myboard:~# ./omapconf read 0x44E0042C
    00001901
    root@myboard:~#
    root@myboard:~# cat /proc/cpuinfo
    processor : 0
    model name : ARMv7 Processor rev 2 (v7l)
    BogoMIPS : 149.29
    Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant : 0x3
    CPU part : 0xc08
    CPU revision : 2

    Hardware : Generic AM33XX (Flattened Device Tree)
    Revision : 0000
    Serial : 0000000000000000
    root@myboard:~#
  • Rohit,

    What is your main OSC frequency? On AM335x SK board we have 24MHz.

    Can you also make register dump and compare below registers values between kernel 4.9.69 and 4.14.79, are the values the same?

    CM_AUTOIDLE_DPLL_MPU
    CM_IDLEST_DPLL_MPU
    CM_SSC_DELTAMSTEP_DPLL_MPU
    CM_SSC_MODFREQDIV_DPLL_MPU
    CM_CLKSEL_DPLL_MPU
    CM_CLKMODE_DPLL_MPU
    CM_DIV_M2_DPLL_MPU

    PLL_CLKINPULOW_CTRL

    CM_MPU_CLKSTCTRL
    CM_MPU_CLKCTRL

    Can you also provide me full boot up log from console for kernel 4.9.69, you can put it in txt file and attach here in the forum.

    You can also run the below commands and put the result in this txt file:

    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
    root@am335x-evm:~# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed

    root@am335x-evm:~# omapconf show opp
    root@am335x-evm:~# omapconf dump dpll mpu
    root@am335x-evm:~# omapconf show dpll

    Regards,
    Pavel
  • Hi Pavel,

    Please find attached logs (working and not working) where after removing below line from am33xx.dtsi file (in 4.9 kernel source), I am able to get about 300 bogoMIPS with 4.9 kernel:

           ti,syscon-efuse = <&scm_conf 0x7fc 0x1fff 0>;

    With above line, we are able to get bogoMIPS about 300 in starting of boot process but some how it is updated and to 150 afterwords  (which you can find in attached not working logs). While after removing these lines, bogoMIPS is not updated to 150  (which you can find in attached working logs).

    Can you please help me to understand what correct values I should use for ti,syscon-efuse for part (AM3352BZCEA30) which is used in my custom board ?

    U-Boot SPL 2017.01-gc09db12250 (Mar 29 2019 - 06:14:25)
    Trying to boot from MMC1
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    ######## u-boot.img is verified. Congratulations!!! ###########
    
    
    U-Boot 2017.01-gc09db12250 (Mar 29 2019 - 06:14:25 +0000)
    
    CPU  : AM335X-GP rev 2.1
    Model: TI AM335x EVM-SK
    DRAM:  1 GiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    i2c_write: error waiting for data ACK (status=0x116)
    ######## zImage is verified. Congratulations!!! ###########
    Net:   usb_ether
    Error: usb_ether address not set.
    
    Hit any key to stop autoboot:  0 
    ## Error: "findfdt" not defined
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3863040 bytes read in 783 ms (4.7 MiB/s)
    36726 bytes read in 37 ms (968.8 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8fff4000, end 8fffff75 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.9.126-g1d5c0d07f3 (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11) ) #1 PREEMPT Fri Mar 29 08:34:07 UTC 2019
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt:Machine model: TI AM335x EVM-SK
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 48 MiB at 0xbd000000
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon)
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260416
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=d43e8724-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 977364K/1048576K available (7168K kernel code, 281K rwdata, 2416K rodata, 1024K init, 280K bss, 22060K reserved, 49152K cma-reserved, 212992K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0800000   (8160 kB)
    [    0.000000]       .init : 0xc0b00000 - 0xc0c00000   (1024 kB)
    [    0.000000]       .data : 0xc0c00000 - 0xc0c46448   ( 282 kB)
    [    0.000000]        .bss : 0xc0c46448 - 0xc0c8c674   ( 281 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000032] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.000078] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.000103] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000478] clocksource_probe: no matching clocksources found
    [    0.000852] Console: colour dummy device 80x30
    [    0.000908] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000925] This ensures that you still see kernel messages. Please
    [    0.000940] update your kernel commandline.
    [    0.000987] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
    [    0.067686] pid_max: default: 32768 minimum: 301
    [    0.067998] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.068028] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.069765] CPU: Testing write buffer coherency: ok
    [    0.070466] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.072561] EFI services will not be available.
    [    0.076032] devtmpfs: initialized
    [    0.106070] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.106903] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.106956] futex hash table entries: 256 (order: -1, 3072 bytes)
    [    0.114042] pinctrl core: initialized pinctrl subsystem
    [    0.116737] NET: Registered protocol family 16
    [    0.121204] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.155483] omap_hwmod: debugss: _wait_target_disable failed
    [    0.227772] cpuidle: using governor ladder
    [    0.257755] cpuidle: using governor menu
    [    0.273191] OMAP GPIO hardware version 0.1
    [    0.311682] No ATAGs?
    [    0.311730] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.378969] edma 49000000.edma: TI EDMA DMA engine driver
    [    0.387664] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
    [    0.387923] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring probe
    [    0.388017] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
    [    0.388288] media: Linux media interface: v0.10
    [    0.388431] Linux video capture interface: v2.00
    [    0.388541] pps_core: LinuxPPS API ver. 1 registered
    [    0.388560] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.388632] PTP clock support registered
    [    0.388733] EDAC MC: Ver: 3.0.0
    [    0.391240] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.391943] Advanced Linux Sound Architecture Driver Initialized.
    [    0.394718] clocksource: Switched to clocksource timer1
    [    0.421413] NET: Registered protocol family 2
    [    0.423055] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.423291] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.423506] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.423725] UDP hash table entries: 512 (order: 1, 8192 bytes)
    [    0.423796] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
    [    0.424136] NET: Registered protocol family 1
    [    0.425162] RPC: Registered named UNIX socket transport module.
    [    0.425194] RPC: Registered udp transport module.
    [    0.425210] RPC: Registered tcp transport module.
    [    0.425227] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.427008] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.432598] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.453420] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.455919] NFS: Registering the id_resolver key type
    [    0.455997] Key type id_resolver registered
    [    0.456017] Key type id_legacy registered
    [    0.456122] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.460233] bounce: pool size: 64 pages
    [    0.460734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.460764] io scheduler noop registered
    [    0.460782] io scheduler deadline registered
    [    0.461193] io scheduler cfq registered (default)
    [    0.464430] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.629419] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.638388] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
    [    1.251374] console [ttyS0] enabled
    [    1.257212] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 159, base_baud = 3000000) is a 8250
    [    1.268274] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 160, base_baud = 3000000) is a 8250
    [    1.280835] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.287929] [drm] Initialized
    [    1.325618] brd: module loaded
    [    1.344979] loop: module loaded
    [    1.356519] libphy: Fixed MDIO Bus: probed
    [    1.366432] mousedev: PS/2 mouse device common for all mice
    [    1.373083] i2c /dev entries driver
    [    1.379963] cpu cpu0: "ti,syscon-efuse" is missing, cannot use OPPv2 table.
    [    1.387283] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.549277] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.555836] omap_hsmmc 47810000.mmc: card claims to support voltages below defined range
    [    1.568178] NET: Registered protocol family 10
    [    1.575935] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.584306] NET: Registered protocol family 17
    [    1.589592] Key type dns_resolver registered
    [    1.594373] omap_voltage_late_init: Voltage driver support not added
    [    1.608178] random: fast init done
    [    1.616112] mmc0: new high speed SDIO card at address 0001
    [    1.655136] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.664647] vrtc: supplied by vbat
    [    1.672812] vio: supplied by vbat
    [    1.678485] vdd1: supplied by vbat
    [    1.684622] vdd2: supplied by vbat
    [    1.692516] vdig1: supplied by vbat
    [    1.698290] vdig2: supplied by vbat
    [    1.704009] vpll: supplied by vbat
    [    1.709672] vdac: supplied by vbat
    [    1.715255] vaux1: supplied by vbat
    [    1.720842] vaux2: supplied by vbat
    [    1.726555] vaux33: supplied by vbat
    [    1.732344] vmmc: supplied by vbat
    [    1.738032] vbb: supplied by vbat
    [    1.743606] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.751603] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    1.759840] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [    1.886237] hctosys: unable to open rtc device (rtc0)
    [    1.892205] vwl1837: disabling
    [    1.896537] vdd2: disabling
    [    1.901981] ALSA device list:
    [    1.905168]   No soundcards found.
    [    1.910555] Waiting for root device PARTUUID=d43e8724-02...
    [    1.922556] mmc1: host does not support reading read-only switch, assuming write-enable
    [    1.937224] mmc1: new high speed SDHC card at address aaaa
    [    1.944326] mmcblk1: mmc1:aaaa SL16G 14.8 GiB 
    [    1.955880]  mmcblk1: p1 p2 p3
    [    1.967078] mmc2: new high speed MMC card at address 0001
    [    1.973928] mmcblk2: mmc2:0001 W62704 3.56 GiB 
    [    1.979316] mmcblk2boot0: mmc2:0001 W62704 partition 1 2.00 MiB
    [    1.986002] mmcblk2boot1: mmc2:0001 W62704 partition 2 2.00 MiB
    [    1.994173]  mmcblk2: p1 p2 p3
    [    2.205633] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.213930] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.230053] devtmpfs: mounted
    [    2.237225] Freeing unused kernel memory: 1024K
    [    2.592073] systemd[1]: System time before build time, advancing clock.
    [    2.683751] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID )
    [    2.706233] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2018.10!
    
    [    2.749886] systemd[1]: Set hostname to <myboard>.
    [    2.758061] random: systemd: uninitialized urandom read (16 bytes read)
    [    2.765050] systemd[1]: Initializing machine ID from random generator.
    [    4.228143] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.235351] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.265382] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.272877] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.315385] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.328502] systemd[1]: Created slice System Slice.
    [  OK  ] Created slice System Slice.
    [    4.356463] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.404476] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.531801] cryptodev: loading out-of-tree module taints kernel.
    [    4.551951] systemd[1]: Listening on Process Core Dump Socket.
    [    4.559132] cryptodev: driver 1.9 loaded.
    [  OK  ] Listening on Process Core Dump Socket.
             Starting Remount Root and Kernel File Systems...
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [    4.751158] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
             Mounting Temporary Directory (/tmp)...
             Mounting Kernel Debug File System...
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Reached target Paths.
             Mounting POSIX Message Queue File System...
    [  OK  ] Created slice system-syslog\x2dng.slice.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Reached target Slices.
    [  OK  ] Listening on Journal Socket (/dev/log).
             Starting Journal Service...
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Starting Create System Users...
             Starting Rebuild Hardware Database...
             Starting Apply Kernel Variables...
             Mounting Kernel Configuration File System...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Journal Service.
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started Create Static Device Nodes in /dev.
    [    6.447958] systemd-journald[99]: Received request to flush runtime journal from PID 1
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
             Mounting /media/ram...
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Rebuild Journal Catalog...
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Rebuild Dynamic Linker Cache.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Rebuild Hardware Database.
             Starting udev Coldplug all Devices...
             Starting Update is Completed...
    [  OK  ] Started Update is Completed.
    [   17.165975] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   17.356662] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Reached target System Initialization.
             Starting sshd.socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
             Starting Network Service...
    [  OK  ] Listening on sshd.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started A userspace daemon that run…ns under the eCryptfs mount point.
             Starting syslog.service...
             Starting System Logger Daemon "default" instance...
    [  OK  ] Reached target Containers.
             Starting Login Service...
    [  OK  ] Started D-Bus System Message Bus.
    [   21.632356] remoteproc remoteproc0: wkup_m3 is available
    [   22.095014] remoteproc remoteproc0: powering up wkup_m3
    [   22.191543] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224664
    [   22.300915] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [   22.386649] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [  OK  ] Started Network Service.
    [  OK  ] Started System Logger Daemon "default" instance.
    [  OK  ] Started syslog.service.
    [   25.248594] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [   25.260012] PM: bootloader does not support rtc-only!
    [   25.461322] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [   25.510628] omap-aes 53500000.aes: will run requests pump with realtime priority
    [  OK  ] Found device /dev/ttyS3.
    [   28.528330] 47401300.usb-phy supply vcc not found, using dummy regulator
    [   28.683400] usbcore: registered new interface driver usbfs
    [   28.736032] usbcore: registered new interface driver hub
    [   28.785294] usbcore: registered new device driver usb
    [   29.069943] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [   29.122446] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    [   29.205105] hub 1-0:1.0: USB hub found
    [   29.235132] hub 1-0:1.0: 1 port detected
    [   29.695006] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [   29.897227] hub 1-1:1.0: USB hub found
    [   29.901158] hub 1-1:1.0: 4 ports detected
    [   31.507017] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [   31.546708] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
    [   31.629676] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
    [   31.629684] wlcore: WARNING falling back to default config
    [**    ] A start job is running for Login Service (27s / 1min 45s)[   32.056705] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [   32.207248] wlcore: loaded
    [  *** ] A start job is running for Login Service (28s / 1min 45s)[   33.365829] wlcore: PHY firmware version: Rev 8.2.0.0.240
    [   33.497810] wlcore: firmware booted (Rev 8.9.0.0.76)
    [   33.555282] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting myboard-startup.service...
    [  OK  ] Reached target Network.
             Starting Network Time Service...
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Permit User Sessions...
             Starting DNS forwarder and DHCP server...
             Starting Network Name Resolution...
    [  OK  ] Started Network Time Service.
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Login Service.
             Starting Load/Save RF Kill Switch Status...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Load/Save RF Kill Switch Status.
    [FAILED] Failed to start DNS forwarder and DHCP server.
    See 'systemctl status dnsmasq.service' for details.
    [  OK  ] Started Synchronize System and HW clocks.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [   37.628234] random: crng init done
    [   37.631719] random: 6 urandom warning(s) missed due to ratelimiting
    [   40.851537] NET: Registered protocol family 38
    
    FIRMWARE_VERSION: 2.0.0.AF
    myboard login: root
    root@myboard:~# cat /proc/cpuinfo 
    processor       : 0
    model name      : ARMv7 Processor rev 2 (v7l)
    BogoMIPS        : 298.59
    Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32 
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant     : 0x3
    CPU part        : 0xc08
    CPU revision    : 2
    
    Hardware        : Generic AM33XX (Flattened Device Tree)
    Revision        : 0000
    Serial          : 0000000000000000
    
    
    U-Boot SPL 2017.01-gcdaef5076c (Mar 28 2019 - 11:18:07)
    Trying to boot from MMC1
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    i2c_write: error waiting for data ACK (status=0x116)
    i2c_write: error waiting for data ACK (status=0x116)
    ######## u-boot.img is changed!!! ###########
    
    
    U-Boot 2017.01-gcdaef5076c (Mar 28 2019 - 11:18:07 +0000)
    
    CPU  : AM335X-GP rev 2.1
    Model: TI AM335x EVM-SK
    DRAM:  1 GiB
    NAND:  0 MiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    
    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment
    
    i2c_write: error waiting for data ACK (status=0x116)
    ######## zImage is changed!!! ###########
    Net:   usb_ether
    Error: usb_ether address not set.
    
    Hit any key to stop autoboot:  0 
    ## Error: "findfdt" not defined
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    ** Unable to read file boot.scr **
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    Scanning mmc 0:1...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3603520 bytes read in 731 ms (4.7 MiB/s)
    36726 bytes read in 21 ms (1.7 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8fff4000, end 8fffff75 ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.9.126-g1d5c0d07f3 (oe-user@oe-host) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11) ) #1 PREEMPT Fri Mar 29 08:34:07 UTC 2019
    [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt:Machine model: TI AM335x EVM-SK
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 48 MiB at 0xbd000000
    [    0.000000] Memory policy: Data cache writeback
    [    0.000000] CPU: All CPU(s) started in SVC mode.
    [    0.000000] AM335X ES2.1 (neon)
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260416
    [    0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=d43e8724-02 rw rootfstype=ext4 rootwait
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 977360K/1048576K available (7168K kernel code, 281K rwdata, 2416K rodata, 1024K init, 280K bss, 22064K reserved, 49152K cma-reserved, 212992K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc0800000   (8160 kB)
    [    0.000000]       .init : 0xc0b00000 - 0xc0c00000   (1024 kB)
    [    0.000000]       .data : 0xc0c00000 - 0xc0c46448   ( 282 kB)
    [    0.000000]        .bss : 0xc0c46448 - 0xc0c8c674   ( 281 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
    [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
    [    0.000030] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
    [    0.000076] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
    [    0.000100] OMAP clocksource: timer1 at 24000000 Hz
    [    0.000480] clocksource_probe: no matching clocksources found
    [    0.000854] Console: colour dummy device 80x30
    [    0.000906] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.000923] This ensures that you still see kernel messages. Please
    [    0.000938] update your kernel commandline.
    [    0.000985] Calibrating delay loop... 298.59 BogoMIPS (lpj=1492992)
    [    0.067665] pid_max: default: 32768 minimum: 301
    [    0.067981] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.068012] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.069759] CPU: Testing write buffer coherency: ok
    [    0.070457] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.072532] EFI services will not be available.
    [    0.076006] devtmpfs: initialized
    [    0.106130] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
    [    0.106963] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.107014] futex hash table entries: 256 (order: -1, 3072 bytes)
    [    0.114119] pinctrl core: initialized pinctrl subsystem
    [    0.116806] NET: Registered protocol family 16
    [    0.121339] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.155577] omap_hwmod: debugss: _wait_target_disable failed
    [    0.227748] cpuidle: using governor ladder
    [    0.257733] cpuidle: using governor menu
    [    0.273135] OMAP GPIO hardware version 0.1
    [    0.311613] No ATAGs?
    [    0.311661] hw-breakpoint: debug architecture 0x4 unsupported.
    [    0.378930] edma 49000000.edma: TI EDMA DMA engine driver
    [    0.387592] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
    [    0.387838] omap_i2c 4802a000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c1_pins, deferring probe
    [    0.387940] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
    [    0.388211] media: Linux media interface: v0.10
    [    0.388352] Linux video capture interface: v2.00
    [    0.388458] pps_core: LinuxPPS API ver. 1 registered
    [    0.388478] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.388552] PTP clock support registered
    [    0.388651] EDAC MC: Ver: 3.0.0
    [    0.391164] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
    [    0.391865] Advanced Linux Sound Architecture Driver Initialized.
    [    0.394643] clocksource: Switched to clocksource timer1
    [    0.421352] NET: Registered protocol family 2
    [    0.423008] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.423244] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.423459] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.423678] UDP hash table entries: 512 (order: 1, 8192 bytes)
    [    0.423749] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
    [    0.424089] NET: Registered protocol family 1
    [    0.425119] RPC: Registered named UNIX socket transport module.
    [    0.425148] RPC: Registered udp transport module.
    [    0.425165] RPC: Registered tcp transport module.
    [    0.425180] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.426979] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
    [    0.432575] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.453418] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.455904] NFS: Registering the id_resolver key type
    [    0.455982] Key type id_resolver registered
    [    0.456003] Key type id_legacy registered
    [    0.456110] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.460195] bounce: pool size: 64 pages
    [    0.460693] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.460721] io scheduler noop registered
    [    0.460740] io scheduler deadline registered
    [    0.461149] io scheduler cfq registered (default)
    [    0.464407] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
    [    0.629666] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.638679] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
    [    1.251650] console [ttyS0] enabled
    [    1.257498] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 159, base_baud = 3000000) is a 8250
    [    1.268575] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 160, base_baud = 3000000) is a 8250
    [    1.281125] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
    [    1.288226] [drm] Initialized
    [    1.325901] brd: module loaded
    [    1.345269] loop: module loaded
    [    1.356786] libphy: Fixed MDIO Bus: probed
    [    1.366697] mousedev: PS/2 mouse device common for all mice
    [    1.373355] i2c /dev entries driver
    [    1.381838] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 600000 KHz
    [    1.389472] cpu cpu0: dev_pm_opp_set_rate: failed to find current OPP for freq 600000000 (-34)
    [    1.398420] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 300000 KHz
    [    1.407892] cpuidle: enable-method property 'ti,am3352' found operations
    [    1.580348] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.587054] omap_hsmmc 47810000.mmc: card claims to support voltages below defined range
    [    1.603037] NET: Registered protocol family 10
    [    1.612729] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    1.624555] NET: Registered protocol family 17
    [    1.630780] Key type dns_resolver registered
    [    1.636171] omap_voltage_late_init: Voltage driver support not added
    [    1.650375] random: fast init done
    [    1.667615] mmc0: new high speed SDIO card at address 0001
    [    1.715445] tps65910 0-002d: No interrupt support, no core IRQ
    [    1.727872] vrtc: supplied by vbat
    [    1.737524] vio: supplied by vbat
    [    1.744440] vdd1: supplied by vbat
    [    1.752262] vdd2: supplied by vbat
    [    1.762816] vdig1: supplied by vbat
    [    1.769811] vdig2: supplied by vbat
    [    1.777019] vpll: supplied by vbat
    [    1.783923] vdac: supplied by vbat
    [    1.790842] vaux1: supplied by vbat
    [    1.798197] vaux2: supplied by vbat
    [    1.805403] vaux33: supplied by vbat
    [    1.812494] vmmc: supplied by vbat
    [    1.819674] vbb: supplied by vbat
    [    1.827065] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
    [    1.836920] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
    [    1.847330] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
    [    1.977287] hctosys: unable to open rtc device (rtc0)
    [    1.984046] vwl1837: disabling
    [    1.988600] vdd2: disabling
    [    1.994792] ALSA device list:
    [    1.998008]   No soundcards found.
    [    2.008483] Waiting for root device PARTUUID=d43e8724-02...
    [    2.017012] mmc1: host does not support reading read-only switch, assuming write-enable
    [    2.031334] mmc1: new high speed SDHC card at address aaaa
    [    2.040627] mmcblk1: mmc1:aaaa SL16G 14.8 GiB 
    [    2.053443]  mmcblk1: p1 p2 p3
    [    2.059599] mmc2: new high speed MMC card at address 0001
    [    2.070818] mmcblk2: mmc2:0001 W62704 3.56 GiB 
    [    2.076948] mmcblk2boot0: mmc2:0001 W62704 partition 1 2.00 MiB
    [    2.084098] mmcblk2boot1: mmc2:0001 W62704 partition 2 2.00 MiB
    [    2.094047]  mmcblk2: p1 p2 p3
    [    2.658420] EXT4-fs (mmcblk1p2): recovery complete
    [    2.753150] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    2.761640] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    2.781737] devtmpfs: mounted
    [    2.792790] Freeing unused kernel memory: 1024K
    [    3.251045] systemd[1]: System time before build time, advancing clock.
    [    3.413546] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID )
    [    3.437234] systemd[1]: Detected architecture arm.
    
    Welcome to Arago 2018.10!
    
    [    3.480873] systemd[1]: Set hostname to <myboard>.
    [    5.427645] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.437043] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.475704] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.533578] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.575703] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.582822] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.672975] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.706968] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.747133] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.785823] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
    [  OK  ] Listening on Journal Socket.
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Created slice System Slice.
             Starting Journal Service...
             Starting Remount Root and Kernel File Systems...
             Mounting POSIX Message Queue File System...
             Starting Load Kernel Modules...
             Mounting Kernel Debug File System...
    [  OK  ] Created slice system-syslog\x2dng.slice.
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Created slice system-getty.slice.
    [  OK  [    6.757697] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Reached target Swap.
    [    6.945415] cryptodev: loading out-of-tree module taints kernel.
             Mounting Temporary Directory (/tmp)...
    [    6.976581] cryptodev: driver 1.9 loaded.
    [  OK  ] Reached target Slices.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Remount Root and Kernel File Systems.
    [  OK  ] Started Load Kernel Modules.
             Starting Apply Kernel Variables...
             Mounting Kernel Configuration File System...
             Starting Rebuild Hardware Database...
             Starting Create System Users...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create System Users.
    [  OK  ] Started Journal Service.
             Starting Flush Journal to Persistent Storage...
             Starting Create Static Device Nodes in /dev...
    [    9.015861] systemd-journald[88]: Received request to flush runtime journal from PID 1
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Started Flush Journal to Persistent Storage.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Rebuild Dynamic Linker Cache...
             Starting Rebuild Journal Catalog...
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Rebuild Dynamic Linker Cache.
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Rebuild Hardware Database.
             Starting Update is Completed...
             Starting udev Coldplug all Devices...
    [  OK  ] Started Update is Completed.
    [ ***  ] (1 of 3) A start job is running for dev-ttyS0.device (23s / 1min 30s)[   29.241114] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   29.328520] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Reached target System Initialization.
             Starting sshd.socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Network Service...
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on sshd.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started A userspace daemon that run…ns under the eCryptfs mount point.
             Starting Login Service...
             Starting System Logger Daemon "default" instance...
             Starting syslog.service...
    [  OK  ] Reached target Containers.
    [  OK  ] Started D-Bus System Message Bus.
    [   37.329495] remoteproc remoteproc0: wkup_m3 is available
    [   38.535429] remoteproc remoteproc0: powering up wkup_m3
    [   38.637736] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 224664
    [   38.742786] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
    [   38.874252] remoteproc remoteproc0: remote processor wkup_m3 is now up
    [  OK  ] Started Network Service.
    [   41.374015] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
    [   41.393409] PM: bootloader does not support rtc-only!
    [   41.620495] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
    [   41.665289] omap-aes 53500000.aes: will run requests pump with realtime priority
    [  OK  ] Started System Logger Daemon "default" instance.
    [  OK  ] Started syslog.service.
    [  OK  ] Found device /dev/ttyS3.
    [   49.880613] 47401300.usb-phy supply vcc not found, using dummy regulator
    [   50.196833] usbcore: registered new interface driver usbfs
    [   50.202802] usbcore: registered new interface driver hub
    [   50.305857] usbcore: registered new device driver usb
    [   50.911840] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
    [   50.975648] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
    [   51.068083] hub 1-0:1.0: USB hub found
    [   51.127971] hub 1-0:1.0: 1 port detected
    [   51.595055] usb 1-1: new high-speed USB device number 2 using musb-hdrc
    [   51.799422] hub 1-1:1.0: USB hub found
    [   51.803469] hub 1-1:1.0: 4 ports detected
    [    **] A start job is running for Login Service (50s / 1min 58s)[   56.250812] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error 2
    [   56.318351] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
    [   56.397605] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
    [   56.440100] wlcore: WARNING falling back to default config
    [    **] A start job is running for Login Se[   56.962568] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    rvice (51s / 1min 58s)[   57.226562] wlcore: loaded
    [ ***  ] A start job is running for Login Service (52s / 1min 58s)[   58.264015] random: crng init done
    [   58.267530] random: 7 urandom warning(s) missed due to ratelimiting
    [   58.295434] wlcore: PHY firmware version: Rev 8.2.0.0.240
    [   58.467350] wlcore: firmware booted (Rev 8.9.0.0.76)
    [   58.599218] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting myboard-startup.service...
    [  OK  ] Reached target Network.
             Starting DNS forwarder and DHCP server...
             Starting Network Time Service...
             Starting Permit User Sessions...
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Network Name Resolution...
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Login Service.
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [FAILED] Failed to start DNS forwarder and DHCP server.
    See 'systemctl status dnsmasq.service' for details.
    [  OK  ] Started Network Time Service.
             Starting Load/Save RF Kill Switch Status...
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Load/Save RF Kill Switch Status.
    [  OK  ] Started Synchronize System and HW clocks.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [   70.201969] NET: Registered protocol family 38
    
    FIRMWARE_VERSION: 2.0.0.AE
    myboard login: root 
    root@myboard:~# cat /proc/cpuinfo 
    processor       : 0
    model name      : ARMv7 Processor rev 2 (v7l)
    BogoMIPS        : 149.29
    Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32 
    CPU implementer : 0x41
    CPU architecture: 7
    CPU variant     : 0x3
    CPU part        : 0xc08
    CPU revision    : 2
    
    Hardware        : Generic AM33XX (Flattened Device Tree)
    Revision        : 0000
    Serial          : 0000000000000000
    
    
    

    Regards,

    Rohit

  • Rohit,

    I see you are using kernel 4.9.126, not 4.9.69 that is officially tested and supported. I can suggest you to align to 4.9.69 kernel (that comes with PSDK Linux) as much as you can. You can debug your kernel why below messages appears:

    cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 600000 KHz
    cpu cpu0: dev_pm_opp_set_rate: failed to find current OPP for freq 600000000 (-34)
    cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 300000 KHz



    ti,syscon-efuse value should be correct for your custom board, there is no other specific value for your custom board. This line is pointing to AM335x Control Module register/bits EFUSE_SMA[12:0] arm_mpu_max_freq. See below pointers:

    AM335x TRM, sections

    1.2.12 Added EFUSE_SMA Register for Help Identifying Different Device Variants
    9.3.1.49 efuse_sma Register (offset = 7FCh) [reset = 0h]

    linux-4.9.69/Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt

    linux-4.9.69/drivers/cpufreq/ti-cpufreq.c


    Regards,
    Pavel
  • Hi Pavel,

    I tried with the kernel 4.9.69 (from ti-processor-sdk-linux-am335x-evm-04.03.00.05) but facing same issue. I found the workaround for now is "disable CONFIG_CPUFREQ_DT".

    Regards,

    Rohit