Open littenglt opened 7 months ago
where are NXP guys?
We have the same issue. Further, even after answering all the questions manually and building the kernel, we do not see any device tree blob in \arch\arm64\boot\dts\freescale
as shown in the documentation (screenshot above)
NXP recommends using the dedicated NXP support page for questions and support for NXP products. Please reach out to https://www.nxp.com/support/support:SUPPORTHOME where you can find different methods for requesting support: community, tickets or live chat. The name of the default config has changed - you must synch the user manual information with the right branch (release/bspXY.0)
NXP recommends using the dedicated NXP support page for questions and support for NXP products. Please reach out to https://www.nxp.com/support/support:SUPPORTHOME where you can find different methods for requesting support: community, tickets or live chat. The name of the default config has changed - you must synch the user manual information with the right branch (release/bspXY.0)
That is great. great thanks
As a beginner, I try to build all the components according to the user manual: S32G3_LinuxBSP_35.0_User_Manual.pdf, step by step when building Linux kernel, here is the guide
here is my command
make ARCH=arm64 \ CROSS_COMPILE=~/study/nxp/gcc-arm-10.2/bin/aarch64-none-linux-gnu- \ s32gen1_defconfig \ && \ make CROSS_COMPILE=~/study/nxp/gcc-arm-10.2/bin/aarch64-none-linux-gnu-
Then, I met the first issue:under configs folder, all the configuration files are list as below
I seems the file's name changed, so I changed to use file: s32cc_defconfig and tried again Then I met the second issue:
There are lots of config items that need I make choice. but as beginner, I am not sure how to make each choice correctly. I thought all the config items are already set, so people can use them directly for their first experiment who can help me out this issue? great thanks in advance