Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Linux 上启动后是否可以更改 OMAP3 gpmc 的配置?我正在为使用 OMAP3 gpmc 总线的设备编写驱动程序。我们希望能够仅在需要时加载驱动程序。linux会允许吗,因为GPMC控制也是程序内存?
(如果您还没有这样做,我建议您加入 TI e2e 社区:有许多关于 TI OMAP 架构的持续讨论,TI 工程师浏览论坛以提供答案)。
您可以在配置内核时将设备驱动程序指定为内置或模块。您可以稍后使用 insmod 命令加载该模块。当然,该选项取决于您的目标架构。