Look at the Section 4.3 of LSDK documentation:
https://www.nxp.com/docs/en/supporting-information/LSDK-KC-REV0.pdf
For arm64 platforms:
=> tftp a0000000 flex_linux_arm64.itb
=> bootm a0000000#<board-name>
The <board-name> can be: ls1043ardb, ls1046ardb, ls1088ardb, ls2088ardb.
Command sequence for your configuration:
=> tftp a0000000 flex_linux_arm64.itb
=> bootm a0000000# ls2088ardb
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------