SK-AM62B-P1: Ethernet Configuration Issue - Please Reset Board

Part Number: SK-AM62B-P1

Tool/software:

Hi Team,

I am currently working on the v10 Yocto build system (processor-sdk-scarthgap-chromium-10.01.10.04-config.txt), and I want to boot using ethernet but after adding the following configurations to U-Boot, the Ethernet boot is not working as expected.

UBOOT_MACHINE = "am62x_evm_r5_ethboot_defconfig"
UBOOT_MACHINE = "am62x_evm_a53_defconfig"

Attached is the screenshot of the boot log for your reference.

Regards, Vikash

  • Hello Vikash,

    Can you show the contents of your "processor-sdk-scarthgap-chromium-10.01.10.04-config.txt"?

    Additionally, instead of "am62x_evm_a53_defconfig" can you use "am62x_evm_a53_ethboot_defconfig"?

    -Daolin

  • # This file takes repo entries in the format
    # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
    
    bitbake,https://git.openembedded.org/bitbake,2.8,6c2641f7a9e92c1b82e306f59ddd3c1249c52cbf
    meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,10.01.10.04,layers=
    meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,10.01.10,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test
    meta-browser,https://github.com/OSSystems/meta-browser.git,master,1ed2254d72a4c25879014c98be287a7e3e22904c,layers=meta-chromium
    meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,eb828418264a49b8d00035cb3d7b12fcea3be801,layers=
    meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,450941a1b6df96285691e8c23d4f332d3c88a994,layers=
    meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,b8d1a14f7f3b76457c36752202ea7ae5881b6654,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia
    meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,10.01.10,layers=meta-ti-extras:meta-ti-bsp
    meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,7088279c0ab00c7dabefdd4544951b4746b48476,layers=meta-arm:meta-arm-toolchain
    meta-clang,https://github.com/kraj/meta-clang,scarthgap,9fbfa9db33131abdf3870a94f00199eb53e276e5,layers=
    oe-core,https://git.openembedded.org/openembedded-core,scarthgap,dac630ab5ee7aa6c5c7c294093adbd11b116c765,layers=meta
    meta-edgeai,https://git.ti.com/git/edgeai/meta-edgeai.git,scarthgap,10.01.10.04,layers=
    
    OECORELAYERCONF=./sample-files/bblayers.conf.sample
    OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample
    BITBAKE_INCLUSIVE_VARS=yes
    

    Can you show the contents of your "processor-sdk-scarthgap-chromium-10.01.10.04-config.txt"?
  • Hi Vikash,

    Additionally, instead of "am62x_evm_a53_defconfig" can you use "am62x_evm_a53_ethboot_defconfig"?

    Thanks for sharing, can you additionally try the above suggestion as well?

    -Daolin

  • Thanks for sharing, can you additionally try the above suggestion as well?

    Hi Daolin,

    Now its booting successfully after changing to "am62x_evm_a53_ethboot_defconfig".

    Regards, Vikash