Hi Sherry,
For some reason I can no longer build for the lpcxpresso55s69 with bl2 support, and I had to wipe the board to get it working again after the earlier mishaps so I need to install bl2 on it.
I'm using gcc 10.2.1.
I'm having tomorrow off and I will continue looking into this on Monday.
The build lines I've used have been: cmake -GNinja -S .. -B . -DTFM_PLATFORM=nxp/lpcxpresso55s69 "-DTFM_TOOLCHAIN_FILE=..\toolchain_IARARM.cmake" -DTEST_NS=ON -DTEST_S=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DTFM_PSA_API=ON -DBL2=OFF
but also cmake -GNinja -S .. -B . -DTFM_PLATFORM=nxp/lpcxpresso55s69 "-DTFM_TOOLCHAIN_FILE=..\toolchain_GNUARM.cmake" -DTEST_NS=ON -DTEST_S=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBL2=OFF
* bc7fe469 Sherry Zhang (HEAD -> master, origin/master, origin/HEAD) Boot: Support AES256 in TF-M integration (32 hours ago) * 0cec47c9 Sherry Zhang Boot: Update MCUboot to version v1.8.0 (2 days ago) * dc478370 David Hu Test: Update tf-m-tests commit ID (9 hours ago) * 6bf8dd46 David Hu Platform: PSoC64: Build TF-M SPE alone with NS test flags selected (6 days ago) * 263bf0ae Sherry Zhnag ITS: Support ITS file system backward compatibility (2 weeks ago) *
Cheers, Thomas