软件资源
Linux 6.1.99系统软件资源介绍
| 设备 | 驱动程序源代码在内核中的位置 | 设备名 |
| LCD背光驱动/PWM | drivers/video/backlight/pwm_bl.c | /sys/class/backlight |
| USB接口U盘 | drivers/usb/storage/ | |
| USB鼠标 | drivers/hid/usbhid/ | /dev/input/mice |
| 以太网 | drivers/net/ethernet/stmicro/stmmac | |
| EMMC/SD/micro TF卡驱动 | drivers/mmc/host/dw_mmc-rockchip.c | /dev/block/mmcblk0pX |
| LCD 控制器 | drivers/gpu/drm/rockchip/rockchip_drm_vop.c | |
| MIPI DSI | drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | |
| LCD触摸驱动 | drivers/input/touchscreen/goodix.c drivers/input/touchscreen/edt-ft5x06.c | /dev/input/eventX |
| RTC实时时钟驱动 | drivers/rtc/rtc-rx8010.c drivers/rtc/rtc-pcf8563.c | /dev/rtc0 |
| 串口 | drivers/tty/serial/8250/8250_dw.c | /dev/ttySX |
| 按键驱动 | drivers/input/keyboard/adc-keys.c | /dev/input/eventX |
| LED | drivers/leds/leds-gpio.c | |
| SAI | sound/soc/rockchip/rockchip_sai.c | |
| 看门狗 | drivers/watchdog/dw_wdt.c | /dev/watchdog |
| SPI | drivers/spi/spi-rockchip.c | /dev/spidev2.0 |
eMMC存储器分区表
下面表格是Linux操作系统的eMMC存储器分区信息(计算时一个块大小为512bit):
| 分区索引 | 名称 | 偏移/block | 大小/block | 内容 |
| N/A | security | 0x00000000 | 0x00004000 | MiniLoaderAll.bin |
| 1 | uboot | 0x00004000 | 0x00002000 | uboot.img |
| 2 | misc | 0x00006000 | 0x00002000 | misc.img |
| 3 | boot | 0x00008000 | 0x00020000 | boot.img |
| 4 | recovery | 0x00028000 | 0x00040000 | recovery.img |
| 5 | rootfs | 0x00068000 | 0x00c00000 | rootfs.img |
| 6 | oem | 0x00C68000 | 0x00040000 | oem.img |
| 7 | userdata | 0x00CA8000 | userdata.img |
作者:SteveChen 创建时间:2025-04-11 16:45
最后编辑:SteveChen 更新时间:2025-04-12 11:25
最后编辑:SteveChen 更新时间:2025-04-12 11:25