I am using LS1088ardb_pb board.
While using command ls-addni, I am getting below mentioned error
"MC error: Operation timed out (status 0x7)"
and I am unable to connect the board to the network.
Please suggest, what could be the issue to get this kind of error?
root@localhost:~# ls-addni dpmac.3
MC error: Operation timed out (status 0x7)
root@localhost:~#
Regards
Suresh
Please make sure MC firmware and rootfs(restool) are from the same version LSDK.
I assume that your use the latest LSDK 21.08.
1. Download the prebuilt composite firmware image:
$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1088ardb_pb_qspiboot.img
2. Program image to QSPI NOR flash 1.
=> sf probe 0:1
=> tftp 0xa0000000 firmware_ls1088ardb_pb_qspiboot.img
=> sf erase 0x0 +$filesize && sf write 0xa0000000 0x0 $filesize
3. Reset and boot the board from QSPI NOR flash 1.
=> qixis_reset
You also run the following command in LSDK build environment
$ flex-builder -c mc_bin -a arm64
Get mc firmware image in components/firmware/mc_bin/ls1088a/mc_ls1088a_10.28.1.itb.
Please deploy mc firmware image at 0x00A00000 on QSPI flash.
Thank you for your response,
I am unable to do tftp at boot time from qspi 1 because no dpmac.x is working.
Is there any method I can program mc_ls1088a_10.28.1.itb file on chip directly without using tftp method.
Please suggest how can I load mc_ls1088a_10.28.1.itb into the chip by using CodeWarrior Tap through JTAG?
Regards
Suresh
After install the latest CodeWarrior 10.5.5, please refer to "7.7 Using flash programmer from eclipse IDE" in C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF\ARMv8_Targeting_Manual.pdf to do flash programming in CodeWarrior IDE.
You also could use SD card, I assume that you copy mc_ls1088a_10.28.1.itb to the second partition of SD card, then plug-in SD card to the target board.
$ load mmc 0:2 0xa0000000 mc_ls1088a_10.28.1.itb