fighting with interrupt vectors
[rpikern] / README.md
1 RPi Configuration
2 -----------------
3 In `config.txt`:
4     init_uart_clock=3000000
5     enable_uart=1
6     core_freq=250
7
8 netboot with uboot
9 ------------------
10 Put `rpikern.bin` in `/srv/tftp/`  (`make install`)
11
12 Once:
13     setenv serverip 192.168.0.4
14     setenv ipaddr 192.168.0.25
15     saveenv
16
17 Then:
18     tftpboot 0x8000 rpikern.bin
19     go 0x8000
20
21 TODO: make it automatic with a boot script