将编译好的驱动文件通过U盘加载到ZedBoard中:
mount /dev/sda2 /mnt
insmod /mnt/my_gpio.ko
mknod dev/mnt/aes_dev c 251 0
卸载驱动的指令为rmmod:
rmmod my_gpio