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.
Raspberry Pi 嵌入式系统是一个独立系统,它具有 ARM 处理器和许多外围设备、USB、LCD、Wifi 适配器 ....etc
但我对此感到困惑。
对于 PC,当您安装了 Wifi 适配器时,您也已经安装了驱动程序以及随附的 CD。
但是在树莓派嵌入式系统上,在哪里,如何安装驱动呢?没有驱动程序,Wifi 适配器如何工作?
令人费解。
根据您在 Raspberry Pi 上安装的操作系统,对硬件的支持通常预编译到内核中或作为内核模块包含在内。通常没有位置可以添加驱动程序 - Linux 的工作方式与 Windows 不同