Forum Discussion
aiedb
Occasional Contributor
1 year agode1-soc linux kernel moudle Makefile
hii i am using the de1-soc board and i want to load a simple "hello world " kernel driver that prints hello world on the kernel in the Makefile we need to specify the path to the directory of the s...
Jeet14
Frequent Contributor
1 year agoHi,
Are you looking for hello world application from the userspace or kernel space?
you want print the hello world on the UART?
There is UART kernel driver already in the linux-socfpga source.
Only you need to write the hello world application from the userspace application.
Please confirm?
Regards
Tiwari
- aiedb1 year ago
Occasional Contributor
hii no i just want to compile a kernel module thar prints "hello world" using printk in kernel space and see the "hello world" using dmesg command