Create a ptxdist BSP from scratch
- Install ptxdist itself and a suitable toolchain as described in the documentation
- Create an empty BSP folder
- Create the subfolders
configs
andconfigs/platform-foo
(replace foo by something more sensible like v7a or x86_64) - Create empty files
configs/ptxconfig
andconfigs/platform-foo/platformconfig
- Call
ptxdist-2023.03.0 --force menu
(or whatever version you installed in step 1, be sure to call the binary including the version number) - Select
menuconfig
, do some changes, save - Select
platformconfig
, do some changes, save