Part Number: AM62A7-Q1
Hello TI,
We are using custom board of AM67a7 SOC, we are working on yocto SDK 9.02.
We are using SD card for booting.Initlally board is booting properly.
When we ]initigrate ethernet driver DP83TC817 the kernel is panic
Below are the steps for adding linux kernel driver, i have followed TI document for it.
- We added dp83tc817.c source file in driver/net/phy location.
- Added in Makefile--> obj-$(CONFIG_DP83TC817_PHY) += dp83tc817.o
- Added Kconfig
- config DP83TC817_PHY
tristate "Texas Instruments DP83TC817 PHY"
help
Supports the DP83TC817 PHY.
- config DP83TC817_PHY
- After these setting we have enabled driver as a built in(*) of DP83TC817 phy driver.
After all these setting we have checked dp83tc817.o file is generated and also we have checked in builti-in.a file it is showing "/kernel/net/phy/dp83tc817.ko"
But when we are trying to boot SD card and run it on our custom board, it is crash in some point below is the logs.
Can you please see, what is the issue. why kernel is panic.
Thanks
Pankaj Verma