Hi,
I have tried to re-build the kernel on the Raspberry Pi
along the lines as documented here:
http://plan9.bell-labs.com/wiki/plan9/compiling_kernels/index.html
Concretely, I did the following:
% cd /sys/src/9/bcm
% mk 'CONF=pi'
The build starts, but soon exists with an error:
fpi.c:2 5c: '../omap/fpi.c' does not exist: ../omap/fpi.c
In ../omap there is a file called fpiarm.c, maybe that is
what is needed here? Is there an argument to mk missing?
Best,
Holger