nxp-auto-linux / linux

Automotive S32 Linux Kernel
Other
15 stars 9 forks source link

Can't find default configuration "arch/arm64/configs/s32gen1_defconfig"! #2

Open littenglt opened 7 months ago

littenglt commented 7 months ago

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 img_v3_029l_96214f89-8c29-4fc6-8278-b91bd76db58g

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:

img_v3_029l_159d787f-7c3e-4830-a11c-f8906c24ff9g

under configs folder, all the configuration files are list as below

img_v3_029l_49d1e9de-acf4-4cd2-93fb-4b5386685b4g

I seems the file's name changed, so I changed to use file: s32cc_defconfig and tried again Then I met the second issue:

img_v3_029l_ecffccb8-e499-419e-9754-3e3b5b44973g

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

littenglt commented 7 months ago

where are NXP guys?

rejsys commented 1 month ago

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)

catalinudmanxp commented 1 month ago

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)

littenglt commented 1 month ago

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