Hi Beniamino, On 24.3.2013 19:18, Beniamino Galvani wrote: > I've created the branch lp:~bengal/helenos/raspberrypi which includes > a very basic support for the Raspberry Pi.
Thanks for publishing your branch! > The produced image can be booted directly from the Raspberry Pi GPU > bootloader copying the image on the SD as kernel.img, the kernel > starts, kconsole works and userspace process are spawned. However it's > not possible to access the shell on serial yet. Nice achievement so far. As of now, I guess we have several machines in this state (no serial user input/output): bbxm, bbone, malta and now Raspberry Pi. So solving the serial user input output is a generic issue and all the above machines will benefit from it, including those that normally use a graphics framebuffer and keyboard. > The UART driver was copied from ARM926 with minor changes and I think > that we should evaluate if it's possible to merge the two. Is this the same device? Or at least a compatible one? I am very much in favor of unifying the drivers when it makes sense. On the other hand, should it be a completely different device, we better keep the drivers separate. Jakub _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
