- 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 - Exit menu
- From now you have valid files
configs/ptxconfig
andconfigs/platform-foo/platformconfig
and can callptxdist menu
(without version and--force
) - Initialize a Git repo in the folder and add those two files
- Happy hacking!
Created
March 8, 2023 08:26
-
-
Save LeSpocky/31af75ab63bc6f35fd71d53f06b5a50e to your computer and use it in GitHub Desktop.
Create a ptxdist BSP from scratch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment