LED failed attempt, GPIO working

This commit is contained in:
Ciro Santilli
2017-07-02 15:00:04 +01:00
parent b5cafc8481
commit 8823f45d40
6 changed files with 75 additions and 4 deletions

View File

@@ -47,10 +47,12 @@ If you are feeling fancy, you can also insert modules with:
modprobe hello
and if you are feeling raw, you can use:
If you are feeling raw, you can use:
/myinsmod.out /hello.ko
Kernel modules built in-tree with `CONFIG_SOME_MOD=m`, are available via `modprobe`.
We use `printk` a lot, and it shows on the QEMU terminal by default. If that annoys you (e.g. you want to see stdout separately), do:
dmesg -n 1