diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-10 22:15:51 +0200 |
commit | c3a2ce09e9d5df86762670cafe358b2470e037b7 (patch) | |
tree | 72817edde2cbdd88b9f28a551c06daafed958f4c /readme.md | |
parent | 466e2aad64e39c266d242ef3f17a61b885ed7f59 (diff) |
add rice script
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ system calls), you should append the number between brackets to the `man` command, i.e. to read 'write(2)' use the command `man 2 write`. - Use `dmesg` with the `-w` or `-W` option (see man dmesg(1)) +- Start writing a kernel module that targets the kernel version of the + BeagleBone image you're planning on using. # direct ethernet setup |