Yocto Linux #5 - Final kernel driver

Опубликовано: 17 Октябрь 2024
на канале: BOPV
11,074
130

This video covers creating the seven-segment kernel driver. The first segment includes moving the FPGA .bit file to the SD card and booting the custom system. We then review physical to virtual mapping and then use that with /dev/mem to map device memory into user space. The same principle is used to create a kernel device driver that handles read(), write(), and ioctl().