X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=README.md;fp=README.md;h=4aaf984404fbefdac19d5a07060b4dc026b1b143;hp=0000000000000000000000000000000000000000;hb=e848811902a51b67dedb6f6325dda19a6f21e820;hpb=36f1048dfeec94c6f305b76082fecec93347b2ec diff --git a/README.md b/README.md new file mode 100644 index 0000000..4aaf984 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +RPi Configuration +----------------- +In `config.txt`: + init_uart_clock=3000000 + enable_uart=1 + core_freq=250 + +netboot with uboot +------------------ +Put `rpikern.bin` in `/srv/tftp/` (`make install`) + +Once: + setenv serverip 192.168.0.4 + setenv ipaddr 192.168.0.25 + saveenv + +Then: + tftpboot 0x8000 rpikern.bin + go 0x8000 + +TODO: make it automatic with a boot script