...
Code Block | ||
---|---|---|
| ||
insmod ./galcore0.ko powerManagement=1 mmuPageTablePool=0 major=199 insmod ./galcore1.ko powerManagement=1 mmuPageTablePool=0 major=200 |
Please change the permissions of the device node:
Code Block |
---|
sudo chmod 666 /dev/galcore
sudo chmod 666 /dev/galcore1 |
After successful installation, you can see it in the device list /dev/galcore and /dev/galcore1.
Code Block |
---|
crw-rw-rw- 1 root root 199, 0 Nov 21 21:11 /dev/galcore
crw-rw-rw- 1 root root 200, 0 Nov 21 21:11 /dev/galcore1 |
3.4. Run Process
Executing the required processes in the script is recommended. Different SDK paths can be specified in the script file.
...