Other Parts Discussed in Thread: DRA821, CSD
Hi,
We are using DRA821 EVM with TISDK 08.01 QNX and RTOS images.
As per instructions, we burned the SDCARD following the instructions below
cd ${PSDK_QNX_PATH} ## Remove existing files on bootfs rm -rf <path_to_SD_card_mount_dir>/boot/* ## Copy PSDK QNX binaries + QNX FS cp -fv ${PSDK_QNX_PATH}/bootfs/* <path_to_SD_card_mount_dir>/boot ## Copy SPL-Uboot cp -fv ${PSDK_QNX_PATH}/qnx/scripts/u-boot/uEnv_j7200.txt <path_to_SD_card_mount_dir>/boot/uEnv.txt cp -fv ${PSDK_LINUX_UBOOT_PATH}/tiboot3.bin <path_to_SD_card_mount_dir>/boot cp -fv ${PSDK_LINUX_UBOOT_PATH}/tispl.bin <path_to_SD_card_mount_dir>/boot cp -fv ${PSDK_LINUX_UBOOT_PATH}/u-boot.img <path_to_SD_card_mount_dir>/boot ## Remove existing files on rootfs sudo rm -rf <path_to_SD_card_mount_dir>/rootfs/* ## Copy remote proc images sudo mkdir -p <path_to_SD_card_mount_dir>/rootfs/lib/firmware sudo cp -fv ${PSDK_QNX_PATH}/ethfw_firmware/j7200-main-r5f0_0-fw <path_to_SD_card_mount_dir>/rootfs/lib/firmware sudo cp -fv ${PSDK_QNX_PATH}/ethfw_firmware/j7200-main-r5f0_1-fw <path_to_SD_card_mount_dir>/rootfs/lib/firmware |
EVM boots QNX image but we don't see any logs related to ethfw.
It looks like the above images in Blue for R5F are available on the file system but how do they get loaded?. Please find the logs below and let us know if there are any steps to load the ethfw on the R5 core ?
U-Boot SPL 2021.01-g15769936a5 (Dec 21 2021 - 15:57:07 +0000) NOTICE: BL31: v2.5(release):08.01.00.006-dirty U-Boot SPL 2021.01-g15769936a5 (Dec 21 2021 - 15:43:01 +0000)
SoC: J7200 SR1.0 In: serial@2800000 System page at phys:0000000080011000 user:ffffff8040254000 kern:ffffff8040251000 J7200-EVM@QNX:/ti_fs# cd / J7200-EVM@QNX:/# ls -al /dev/sd* J7200-EVM@QNX:/# slay io-pkt-v6-hc Jan 01 02:03:32.868 iopkt.499725 main_buffer 0 IPsec: Initialized Security Association Processing. Jan 01 02:03:32.896 io_pkt_v6_hc.499725 0 -----ONLINE----- Jan 01 02:03:32.896 io_pkt_v6_hc.499725 slog* 0 cpsw_entry:524 Entry --> Jan 01 02:03:32.898 io_pkt_v6_hc.499725 slog 0 Remote device (core : mcu1_0) ..... Jan 01 02:03:32.898 io_pkt_v6_hc.499725 slog 0 Remote Device Framework Endpoint located. Remote Core Id:3, Remote End Point:26 Jan 01 02:03:32.898 io_pkt_v6_hc.499725 slog 0 Connecting to 'mpu_1_0_ethswitch-device-0' Jan 01 02:03:32.898 io_pkt_v6_hc.499725 slog 0 CPSW5G: Attach to CpswProxy Server. |
Many Thanks!
Swapna