Hello,
I am trying to build a custom distribution for my raspberry pi model B.
I tried a few things, but none of them worked.
I tried a cross compiled linux from scratch, but g++ wont compile because uClibC does not contain tmpnam.
I tryed to build the distro on the raspberry, but i estimated a build time of 60 hours.
I tried, then, buildroot and I managed to build something.
The first time I used the configuration file given by buildroot to build it. It worked.
The second time, I configured it manually following a tutotial about buildtoot on the raspberry. It woked
However, on both the cases above, I have a problem when booting the Raspberry. I can see the color shading, but nothing else.
I believe that the firmware worked and the kernel has been lauched, but is writing stuff on its uart. I dont have a uart cable. So I can't check
How could I ask buildroot to make the kernel write its stuff on the screen ?
Thanks you.