<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: Android13 GKI export symbol failed</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1686618#M209145</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/102874"&gt;@aber&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing same issue while brinup the can driver in imx8mp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because those symbol is not added in&amp;nbsp;abi_gki_aarch64.xml and&amp;nbsp;abi_gki_aarch64_imx&lt;/P&gt;&lt;P&gt;i have updated in both file manually. but now my question is what is the command to build both file and all that symbol also will updated in my os.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 11:58:44 GMT</pubDate>
    <dc:creator>Adi99</dc:creator>
    <dc:date>2023-07-12T11:58:44Z</dc:date>
    <item>
      <title>Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1605912#M202038</link>
      <description>&lt;P&gt;what i used is:&lt;/P&gt;&lt;P&gt;Hardware: i.MX 8M NANO 8MNANOD4-EVK&lt;/P&gt;&lt;P&gt;Software:&amp;nbsp;imx-android-13.0.0_1.0.0&lt;/P&gt;&lt;P&gt;I want to add a new device driver into kernel, and I follow the steps of the document "Android user guide.pdf " to export symbol. But i got errors when i run "BUILD_FOR_GKI=yes BUILD_CONFIG=common/build.config.imx EXT_MODULES_MAKEFILE="verisilicon_sw_isp_vvcam/vvcam/v4l2/Kbuild" EXT_MODULES="nxp-mwifiex/mxm_wifiex/wlan_src" build/build_abi.sh --update-symbol-list -j8"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error log:&lt;/P&gt;&lt;P&gt;symbol 'filp_open' is not allowed: Drivers should not open files directly&lt;BR /&gt;symbol 'kernel_read' is not allowed: Drivers should never read from a file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxp_linhsh_0-1677483866076.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/212464i4CE34F5267C5C88A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxp_linhsh_0-1677483866076.png" alt="nxp_linhsh_0-1677483866076.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can i fix it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 07:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1605912#M202038</guid>
      <dc:creator>nxp_linhsh</dc:creator>
      <dc:date>2023-02-27T07:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1607425#M202174</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213296"&gt;@nxp_linhsh&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you are doing well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt;Please make sure to Set the driver configuration to m in the configuration fragment file of the board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt;Please make sure to Add the driver .ko files to the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If some symbols are not exported but are used by the added driver modules, perform the following steps to export them:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. Export symbols with EXPORT_SYMBOL_GPL(xxx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If symbols are in core kernel code (which means not in loadable modules), such changes must be upstream to the AOSP GKI Kernel tree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. Add symbols to the AOSP GKI Kernel tree android/abi_gki_aarch64.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please refer to section 9 Generic Kernel Image (GKI) Development&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf&amp;amp;source=gmail&amp;amp;ust=1677741648132000&amp;amp;usg=AOvVaw3po6wIMw4h31ZsP4Vlxags"&gt;https://www.nxp.com/docs/en/&lt;WBR /&gt;user-guide/ANDROID_USERS_&lt;WBR /&gt;GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards.&lt;/DIV&gt;
&lt;DIV&gt;Sanket Parekh&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Mar 2023 07:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1607425#M202174</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-03-01T07:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1611400#M202468</link>
      <description>&lt;P&gt;Hi Sanket_Parekh&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I refer to &lt;SPAN&gt;section 9 Generic Kernel Image (GKI) Development&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;update&amp;nbsp;android/abi_gki_aarch64.xml and boot.img&amp;nbsp;no effect。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 06:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1611400#M202468</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2023-03-08T06:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1612252#M202512</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Sanket_Parekh&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Add +CONFIG_SERIAL_IMX_EARLYCON=y to the reference document, what is wrong with the configuration? tks!&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf?_gl=1*8rs8h5*_ga*MTI2MTk3MDM2NS4xNjc4MzQ4NzIz*_ga_WM5LE0KMSH*MTY3ODM0ODcyMy4xLjEuMTY3ODM0ODc3Mi4wLjAuMA.." target="_blank" rel="noopener nofollow noreferrer"&gt;&amp;nbsp; &amp;nbsp;https://www.nxp.com/docs/en/user-guide/ANDROID_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;make[1]: Leaving directory '/work/android12/gki/out/android13-5.15/common'&lt;BR /&gt;+ set +x&lt;BR /&gt;========================================================&lt;BR /&gt;Running pre-make command(s):&lt;BR /&gt;+ eval check_defconfig&lt;BR /&gt;++ check_defconfig&lt;BR /&gt;++ cd /work/android12/gki/out/android13-5.15/common&lt;BR /&gt;++ make LLVM=1 DEPMOD=depmod DTC=/work/android12/gki/build/kernel/build-tools/path/linux-x86/dtc O=/work/android12/gki/out/android13-5.15/common savedefconfig&lt;BR /&gt;GEN Makefile&lt;BR /&gt;++ '[' arm64 = x86_64 -o arm64 = i386 ']'&lt;BR /&gt;++ RES=0&lt;BR /&gt;++ [[ -f common/arch/arm64/configs/gki_defconfig ]]&lt;BR /&gt;++ diff -u common/arch/arm64/configs/gki_defconfig /work/android12/gki/out/android13-5.15/common/defconfig&lt;BR /&gt;--- common/arch/arm64/configs/gki_defconfig 2023-03-09 07:27:24.560180607 +0000&lt;BR /&gt;+++ /work/android12/gki/out/android13-5.15/common/defconfig 2023-03-09 08:01:45.625565577 +0000&lt;BR /&gt;@@ -388,7 +388,6 @@&lt;BR /&gt;CONFIG_SERIAL_AMBA_PL011_CONSOLE=y&lt;BR /&gt;CONFIG_SERIAL_SAMSUNG=y&lt;BR /&gt;CONFIG_SERIAL_SAMSUNG_CONSOLE=y&lt;BR /&gt;-CONFIG_SERIAL_IMX_EARLYCON=y&lt;BR /&gt;CONFIG_SERIAL_QCOM_GENI=y&lt;BR /&gt;# CONFIG_SERIAL_QCOM_GENI_CONSOLE_DEFAULT_ENABLED is not set&lt;BR /&gt;CONFIG_SERIAL_QCOM_GENI_CONSOLE=y&lt;BR /&gt;++ RES=1&lt;BR /&gt;++ '[' 1 -ne 0 ']'&lt;BR /&gt;++ echo ERROR: savedefconfig does not match common/arch/arm64/configs/gki_defconfig&lt;BR /&gt;ERROR: savedefconfig does not match common/arch/arm64/configs/gki_defconfig&lt;BR /&gt;++ return 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 08:03:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1612252#M202512</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2023-03-09T08:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1613717#M202615</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/102874"&gt;@aber&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt;Please try the below steps to export symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Generate the device symbol list (android/abi_gki_aarch64_imx) -&amp;gt; Then, common/android/abi_gki_&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;aarch64_imx is updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)Update the AOSP symbol list (android/abi_gki_aarch64.xml). -&amp;gt; Then, common/android/abi_gki_&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;aarch64.xml is updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)Build Android boot.img locally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)If you want AOSP released GKI image to export these symbols, upstream the two files to AOSP:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;android/abi_gki_aarch64_imx android/abi_gki_aarch64.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This Should work as it is mentioned in the Android user guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt;Please make sure that as GKI requires, all vendor drivers need to be built as modules. Their configurations are set to m in the above-mentioned board-specific configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– BOARD_VENDOR_RAMDISK_KERNEL_&lt;/SPAN&gt;&lt;WBR /&gt;&lt;SPAN&gt;MODULES&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– BOARD_VENDOR_KERNEL_MODULES&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share the observation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 06:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1613717#M202615</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-03-13T06:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1613826#M202628</link>
      <description>&lt;P&gt;Hi Sanker_Parekh&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you very much for your reply。&lt;/P&gt;&lt;P&gt;The following is my gki code modification, adding two interfaces and opening debug。&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;/work/android12/gki/common$ git diff .&lt;BR /&gt;diff --git a/android/abi_gki_aarch64_imx b/android/abi_gki_aarch64_imx&lt;BR /&gt;index 3069e6706cdf..d0a5edb39473 100644&lt;BR /&gt;--- a/android/abi_gki_aarch64_imx&lt;BR /&gt;+++ b/android/abi_gki_aarch64_imx&lt;BR /&gt;@@ -2473,3 +2473,7 @@&lt;BR /&gt;unlock_page&lt;BR /&gt;unregister_shrinker&lt;BR /&gt;wait_on_page_bit&lt;BR /&gt;+&lt;BR /&gt;+# required by snd-soc-arizona.ko&lt;BR /&gt;&lt;STRONG&gt;+ snd_soc_component_enable_pin&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;+ snd_soc_dapm_del_routes&lt;/STRONG&gt;&lt;BR /&gt;diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig&lt;BR /&gt;index f661dfe5cc4b..fd2a9e29df40 100644&lt;BR /&gt;--- a/arch/arm64/configs/gki_defconfig&lt;BR /&gt;+++ b/arch/arm64/configs/gki_defconfig&lt;BR /&gt;@@ -391,6 +391,7 @@ CONFIG_SERIAL_SAMSUNG_CONSOLE=y&lt;BR /&gt;CONFIG_SERIAL_QCOM_GENI=y&lt;BR /&gt;# CONFIG_SERIAL_QCOM_GENI_CONSOLE_DEFAULT_ENABLED is not set&lt;BR /&gt;CONFIG_SERIAL_QCOM_GENI_CONSOLE=y&lt;BR /&gt;+CONFIG_SERIAL_IMX_EARLYCON=y&lt;BR /&gt;CONFIG_SERIAL_SPRD=y&lt;BR /&gt;CONFIG_SERIAL_SPRD_CONSOLE=y&lt;BR /&gt;CONFIG_HVC_DCC=y&lt;BR /&gt;diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig&lt;BR /&gt;index 029210f4ae55..6a741b26a7b1 100644&lt;BR /&gt;--- a/drivers/tty/serial/Kconfig&lt;BR /&gt;+++ b/drivers/tty/serial/Kconfig&lt;BR /&gt;@@ -496,7 +496,6 @@ config SERIAL_IMX_CONSOLE&lt;BR /&gt;&lt;BR /&gt;config SERIAL_IMX_EARLYCON&lt;BR /&gt;bool "Earlycon on IMX serial port"&lt;BR /&gt;- depends on ARCH_MXC || COMPILE_TEST&lt;BR /&gt;depends on OF&lt;BR /&gt;select SERIAL_CORE&lt;BR /&gt;select SERIAL_EARLYCON&lt;/P&gt;&lt;P&gt;I refer to Android_User's_Guide.pdf：&lt;/P&gt;&lt;P&gt;BUILD_CONFIG=common/build.config.gki.aarch64 build/&lt;BR /&gt;build_abi.sh LTO=thin --update -j8&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;update&amp;nbsp;abi_gki_aarch64.xml&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;copy&amp;nbsp;abi_gki_aarch64_imx&amp;nbsp;abi_gki_aarch64.xml&amp;nbsp; to android12/android_build/vendor/nxp-opensource/kernel_imx/android/&amp;nbsp;directory&lt;/P&gt;&lt;P&gt;BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh&amp;nbsp;update gki boot.img&amp;nbsp;replace&amp;nbsp;android12/android_build/vendor/nxp/fsl-proprietary/gki/boot.img&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re-update the android image and burn it into the board, but it still prompts that no method can be found&lt;/P&gt;&lt;P&gt;[ 7.335168][ T208] snd_soc_arizona: Unknown symbol snd_soc_component_enable_pin (err -2)&lt;BR /&gt;[ 7.343305][ T7] imx-hdmi sound-hdmi: snd_soc_register_card failed (-517)&lt;BR /&gt;[ 7.351135][ T208] snd_soc_arizona: Unknown symbol snd_soc_dapm_del_routes (err -2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to analyze which step I have a problem with. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 08:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1613826#M202628</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2023-03-13T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1614903#M202715</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/102874"&gt;@aber&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps are followed correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a query to ask just to make clear that this function that uses the symbols is declared correctly and implemented in respective .c file &amp;amp; that file is correctly added into the make file &amp;amp; then after that symbol is should be exported via EXPORT_SYMBOL_GPL(xxx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please confirm this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 11:51:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1614903#M202715</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-03-14T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1614934#M202720</link>
      <description>&lt;P&gt;Hi Sanket_Parekh&lt;/P&gt;&lt;P&gt;&amp;nbsp; The two methods not found have export under the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;/work/android12/android_build/vendor/nxp-opensource/kernel_imx/sound$ grep "snd_soc_component_enable_pin" ./ -Rn&lt;BR /&gt;./soc/soc-component.c:151:int snd_soc_component_enable_pin(struct snd_soc_component *component,&lt;BR /&gt;./soc/soc-component.c:158:EXPORT_SYMBOL_GPL(snd_soc_component_enable_pin);&lt;BR /&gt;./soc/soc-component.c:160:int snd_soc_component_enable_pin_unlocked(struct snd_soc_component *component,&lt;/P&gt;&lt;P&gt;/work/android12/android_build/vendor/nxp-opensource/kernel_imx/sound$ grep "snd_soc_dapm_del_routes" ./ -Rn&lt;BR /&gt;./soc/soc-dapm.c:3121: * snd_soc_dapm_del_routes - Remove routes between DAPM widgets&lt;BR /&gt;./soc/soc-dapm.c:3128:int snd_soc_dapm_del_routes(struct snd_soc_dapm_context *dapm,&lt;BR /&gt;./soc/soc-dapm.c:3142:EXPORT_SYMBOL_GPL(snd_soc_dapm_del_routes);&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 12:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1614934#M202720</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2023-03-14T12:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1625731#M203517</link>
      <description>&lt;P&gt;Hi Sanket_Parekh&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I found the problem. The boot.img of my newly compiled GKI did not run normally. Now the boot is stuck here. What is the problem? Please help analyze it, thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ 1.350500][ T1] Bluetooth: RFCOMM socket layer initialized&lt;BR /&gt;[ 1.356346][ T1] Bluetooth: RFCOMM ver 1.11&lt;BR /&gt;[ 1.360766][ T1] Bluetooth: HIDP (Human Interface Emulation) ver 1.2&lt;BR /&gt;[ 1.367390][ T1] Bluetooth: HIDP socket layer initialized&lt;BR /&gt;[ 1.373093][ T1] l2tp_core: L2TP core driver, V2.0&lt;BR /&gt;[ 1.378123][ T1] l2tp_ppp: PPPoL2TP kernel driver, V2.0&lt;BR /&gt;[ 1.383605][ T1] 8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;[ 1.388509][ T1] tipc: Activated (version 2.0.0)&lt;BR /&gt;[ 1.393615][ T1] NET: Registered PF_TIPC protocol family&lt;BR /&gt;[ 1.399064][ T1] tipc: Started in single node mode&lt;BR /&gt;[ 1.404307][ T1] NET: Registered PF_IEEE802154 protocol family&lt;BR /&gt;[ 1.410432][ T1] NET: Registered PF_VSOCK protocol family&lt;BR /&gt;[ 1.416768][ T1] registered taskstats version 1&lt;BR /&gt;[ 1.420609][ T1] Loading compiled-in X.509 certificates&lt;BR /&gt;[ 1.426486][ T64] cryptomgr_probe (64) used greatest stack depth: 13896 bytes left&lt;BR /&gt;[ 1.429185][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 2e0154917a3fb950a081d67dd52ce25f8da85010'&lt;BR /&gt;[ 1.444862][ T1] page_owner is disabled&lt;BR /&gt;[ 1.448756][ T1] Key type .fscrypt registered&lt;BR /&gt;[ 1.453200][ T1] Key type fscrypt-provisioning registered&lt;BR /&gt;[ 1.461956][ T1] ALSA device list:&lt;BR /&gt;[ 1.462767][ T1] No soundcards found.&lt;BR /&gt;[ 1.466998][ T1] Warning: unable to open an initial console.&lt;BR /&gt;[ 1.473909][ T1] Freeing unused kernel memory: 2432K&lt;BR /&gt;[ 1.497648][ T1] Run /init as init process&lt;BR /&gt;[ 1.503094][ T1] init: init first stage started!&lt;BR /&gt;[ 1.506802][ T1] init: alias lines in modules.alias must have 3 entries, not 4&lt;BR /&gt;[ 1.513133][ T1] init: alias lines in modules.alias must have 3 entries, not 4&lt;BR /&gt;[ 1.522049][ T1] init: Loading module /lib/modules/zsmalloc.ko with args ''&lt;BR /&gt;[ 1.527951][ T1] zsmalloc: module verification failed: signature and/or required key missing - tainting kernel&lt;BR /&gt;[ 1.538981][ T1] init: Loaded kernel module /lib/modules/zsmalloc.ko&lt;BR /&gt;[ 1.544446][ T1] init: Loading module /lib/modules/zram.ko with args ''&lt;BR /&gt;[ 1.553339][ T1] zram: Added device: zram0&lt;BR /&gt;[ 1.555664][ T1] init: Loaded kernel module /lib/modules/zram.ko&lt;BR /&gt;[ 1.562022][ T1] init: Loading module /lib/modules/soc-imx8m.ko with args ''&lt;BR /&gt;[ 1.570123][ T1] SoC: i.MX8MQ revision 2.1&lt;BR /&gt;[ 1.573683][ T1] Config NOC for VPU and CPU&lt;BR /&gt;[ 1.578036][ T1] init: Loaded kernel module /lib/modules/soc-imx8m.ko&lt;BR /&gt;[ 1.584865][ T1] init: Loading module /lib/modules/mxc-clk.ko with args&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 03:05:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1625731#M203517</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2023-03-31T03:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1686618#M209145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/102874"&gt;@aber&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing same issue while brinup the can driver in imx8mp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;because those symbol is not added in&amp;nbsp;abi_gki_aarch64.xml and&amp;nbsp;abi_gki_aarch64_imx&lt;/P&gt;&lt;P&gt;i have updated in both file manually. but now my question is what is the command to build both file and all that symbol also will updated in my os.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 11:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1686618#M209145</guid>
      <dc:creator>Adi99</dc:creator>
      <dc:date>2023-07-12T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Android13 GKI export symbol failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1945514#M227925</link>
      <description>Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm working on android 14(April 2024) version and trying to integrate intel wifi6 driver on i.MX8MM board.&lt;BR /&gt;Can I directly add symbols to android/abi_gki_aarch64_imx in order to add the symbols to .stg file?&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Sep 2024 13:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android13-GKI-export-symbol-failed/m-p/1945514#M227925</guid>
      <dc:creator>archana_verma</dc:creator>
      <dc:date>2024-09-02T13:10:44Z</dc:date>
    </item>
  </channel>
</rss>

