Board support for nrf54l15 QFN40 (QDAA), CSP47 (CAAA) and QFN52 (QGAA)

Hi,

I am developing on nRF54L15 chip by using Insight ISP2454-LX variant, and while creating new board for it, I am unable to find package variants other than OFN48 (QFAA). 

And by continuing with QFN48 board, I am getting error as I am trying to use P1.15 pin which is available in QFN52 but not in QFAA.

So, how to solve this issue?

And I also tried following this method mentioned in the devzone and encounter some error

NCS 3.0.2 Create new board wizard missing nRF54L05/10 - Nordic Q&A - Nordic DevZone - Nordic DevZone


error

[08:57:05] nrfutil-sdk-manager install v3.2.1 --sdk-path c:\ncs\v3.2.1 --type nrf: Unpacked SDK tarball: success
[west]: {"schema": {"title": "nRF Connect SDK Board", "type": "object", "required": ["board", "description", "vendor", "soc", "root"], "properties": {"board": {"title": "Board name", "type": "string", "pattern": "^[a-zA-Z0-9_-]+$"}, "description": {"title": "Description", "type": "string"}, "vendor": {"title": "Vendor name", "type": "string", "pattern": "^[a-zA-Z0-9_-]+$"}, "soc": {"title": "SoC", "type": "string", "enum": ["nRF52805-CAAA", "nRF52810-QFAA", "nRF52811-QFAA", "nRF52820-QDAA", "nRF52832-CIAA", "nRF52832-QFAA", "nRF52832-QFAB", "nRF52833-QDAA", "nRF52833-QIAA", "nRF52840-QFAA", "nRF52840-QIAA", "nRF5340-QKAA", "nRF54L05-QFAA", "nRF54L10-QFAA", "nRF54L15-QFAA", "nRF9131-LACA", "nRF9151-LACA", "nRF9160-SICA", "nRF9161-LACA"]}, "root": {"title": "Board root", "type": "string"}}}, "state": null}
[west]: {"schema": {"title": "nRF Connect SDK Board", "type": "object", "required": ["board", "description", "vendor", "soc", "root"], "properties": {"board": {"title": "Board name", "type": "string", "pattern": "^[a-zA-Z0-9_-]+$"}, "description": {"title": "Description", "type": "string"}, "vendor": {"title": "Vendor name", "type": "string", "pattern": "^[a-zA-Z0-9_-]+$"}, "soc": {"title": "SoC", "type": "string", "enum": ["nRF52805-CAAA", "nRF52810-QFAA", "nRF52811-QFAA", "nRF52820-QDAA", "nRF52832-CIAA", "nRF52832-QFAA", "nRF52832-QFAB", "nRF52833-QDAA", "nRF52833-QIAA", "nRF52840-QFAA", "nRF52840-QIAA", "nRF5340-QKAA", "nRF54L05-QFAA", "nRF54L10-QFAA", "nRF54L15-QFAA", "nRf54L15-CAAA", "nRF9131-LACA", "nRF9151-LACA", "nRF9160-SICA", "nRF9161-LACA"]}, "root": {"title": "Board root", "type": "string"}}}, "state": null}
[west]: {
[west]:   "errors": [
[west]:     {
[west]:       "type": "ValueError",
[west]:       "message": "Invalid/unsupported variant: caaa",
[west]:       "traceback": "  File \"<frozen runpy>\", line 198, in _run_module_as_main\n  File \"<frozen runpy>\", line 88, in _run_code\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Scripts\\west.exe\\__main__.py\", line 7, in <module>\n    sys.exit(main())\n             ^^^^^^\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Lib\\site-packages\\west\\app\\main.py\", line 1199, in main\n    app.run(argv or sys.argv[1:])\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Lib\\site-packages\\west\\app\\main.py\", line 278, in run\n    self.run_command(argv, early_args)\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Lib\\site-packages\\west\\app\\main.py\", line 584, in run_command\n    self.run_extension(args.command, argv)\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Lib\\site-packages\\west\\app\\main.py\", line 739, in run_extension\n    self.cmd.run(args, unknown, self.topdir, manifest=self.manifest,\n  File \"C:\\ncs\\toolchains\\66cdf9b75e\\opt\\bin\\Lib\\site-packages\\west\\commands.py\", line 200, in run\n    self.do_run(args, unknown)\n  File \"C:\\ncs\\v3.1.1\\nrf\\scripts\\west_commands\\create_board\\ncs_create_board.py\", line 138, in do_run\n    raise ValueError(f\"Invalid/unsupported variant: {req_variant}\")\n"
[west]:     }
[west]:   ]
[west]: }
 
[west]: exited with code 1.


Related