Hi BiyongSUN,
Pls help me out as I am struck for few weeks already. I have downloaded the prebuilt binaires for
Linux 5.10.35_2.0.0.
I do not have base board but we have connected the CAN transceiver to J13 and PINS based on the schematics.
I am using MCIMX8QXP_CPU with some details as given below on board.
SCH-29683 REV D4
700-29683 REV C2
I flashed the board below images:
imx-image-full-imx8qxpc0mek.wic and imx-boot-imx8dxmek-sd.bin-flash
I don't need M4 so I am using imx-boot-imx8dxmek-sd.bin-flash. As per SCFW porting guide if I use flash image(without m4) all the resources should be assigned to A35.
Pls refer attached log
U-Boot 2021.04-5.10.35-2.0.0+g3463140881 (Jun 08 2021 - 01:39:44 +0000)
CPU: NXP i.MX8QXP RevC A35 at 1200 MHz at 25C
Linux version 5.10.35-lts-5.10.y+gef3f2cfc6010
NXP i.MX Release Distro 5.10-hardknott imx8qxpc0mek ttyLP0
Pls look at my ifconfig and demesg outout
root@imx8qxpc0mek:~# ifconfig -a
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:04:9f:06:a5:88 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 92 bytes 7826 (7.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 92 bytes 7826 (7.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@imx8qxpc0mek:~#
root@imx8qxpc0mek:~# [ 33.859133] usb_otg1_vbus: disabling
root@imx8qxpc0mek:~#
root@imx8qxpc0mek:~# dmesg | grep can
[ 2.497905] imx-lpi2c 37230000.i2c: can't get the TX DMA channel, error -19!
[ 2.646404] imx-lpi2c 5a810000.i2c: can't get the TX DMA channel, error -19!
[ 2.827831] imx-lpi2c 58226000.i2c: can't get the TX DMA channel, error -19!
[ 3.314531] imx-lpi2c 56226000.i2c: can't get the TX DMA channel, error -19!
[ 3.454722] imx-lpi2c 56246000.i2c: can't get the TX DMA channel, error -19!
root@imx8qxpc0mek:~#
root@imx8qxpc0mek:~#
Can you let me know which DTB file is loaded with this prebuilt binary imx-image-full-imx8qxpc0mek.wic?
Your response is greatly appreciated.