Other Parts Discussed in Thread: SYSCONFIG
Hi Team,
i am trying to run example hello world program which is working on CCS based compilation for SK-AM62 EVM board(ALW package)
Now i am using AM62 variant on custom board having AMC package.
I am using SYCONFIG tool to configure the peripherals By duplicating the config available for AM62(ALW package) and created example.sysconfig for AMC package .
The generated example sysconfig i replaced with old one and using linux system and build as below
ti/mcu_plus_sdk_am62x_08_06_00_18/examples/hello_world/am62x-sk/m4fss0-0_freertos/ti-arm-clang$ make -s -C examples/hello_world/am62x-sk/m4fss0-0_freertos/ti-arm-clang/ clean all
I am getting below warnings while building.
I am able to see 2 serial ports on my custom board COM15, COM16
But when i replace the firmware and boot the Board i see linux booting on COM16 and also M4F core up.
[ 3.908003] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
[ 3.929959] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
[ 3.949219] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
[ OK ] Started TEE Supplicant.
Starting telnetd.service...
[ OK ] Started IPv6 Packet Filtering Framework.
[ OK ] Started IPv4 Packet Filtering Framework.
[ OK ] Reached target Network (Pre).
[ 4.008625] remoteproc remoteproc0: 5000000.m4fss is available
Starting Network Service...
[ OK ] Started telnetd.service.
Starting LSB: Expand Rootfs of boot device...
[ 4.062307] remoteproc remoteproc0: powering up 5000000.m4fss
[ 4.070898] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 63104
[ 4.089497] remoteproc0#vdev0buffer: assigned reserved memory node m4f-dma-memory@9cb00000
[ 4.107090] remoteproc0#vdev0buffer: registered virtio0 (type 7)
[ 4.113482] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
[ OK ] Started Network Service.
But on other UART port (COm15) i am failing to see MCU application logs.
CAN you quickly help me to resolve the issue.
Thanks & Regards,
Pawamana Tanjore.