X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=README.md;h=0f777b69496c361150815c4cf706d71cdc4c4168;hp=4aaf984404fbefdac19d5a07060b4dc026b1b143;hb=223c839c10cf2a94b0d5ae069277e33ec8274dc8;hpb=38a008b8d1a3a20c401397b4e132fb578e5f0c10 diff --git a/README.md b/README.md index 4aaf984..0f777b6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +Raspberry Pi kernel hacking experiments +======================================= +Just having some fun and rage with the raspberry pi. The rest of this readme +file is basically a bunch of notes. + +Copyright (C) 2018-2020 John Tsiombikas +Free software, use/modify/redistribute under the terms of the GNU General Public +License v3, or later. See COPYING for details. + RPi Configuration ----------------- In `config.txt`: @@ -5,6 +14,9 @@ In `config.txt`: enable_uart=1 core_freq=250 +TODO: should be possible to set these up through mailbox commands instead of + relying on config.txt. + netboot with uboot ------------------ Put `rpikern.bin` in `/srv/tftp/` (`make install`)