Dummies guide to compiling uClinux? [message #10501] |
Mon, 13 November 2023 06:56  |
 |
tomstorey
Messages: 7 Registered: January 2022
|
Junior Member |
|
|
Hi all,
I am working on a 68000 based design that I would really like to be able to run Linux on.
It should have everything needed to run Linux (or at least get started), such as 1MB of ROM, 2x UART, some timers and RTC, 4MB of DRAM, and most interesting of all an ethernet controller for network connectivity (hence running something like Linux may allow me to get it on to a network and doing something fun and cool). To date I have ported FreeRTOS+TCP and verified that everything works, including the ethernet controller (I can ping flood about 200pps), but FreeRTOS is more of an embedded "scheduler", and you need to write everything application wise to go around it.
As for uClinux I dont know where to start. I wonder if anyone knows of any "Dummies" guides to compiling it, explaining where to start and what to do each step of the way? I see so many people are getting it running on things as simple as a breadboard, so Im sure it can be done, its just the "how". 
Appreciate any guides/pointers/tips etc.
Thanks!
For those interested, Im doing some write ups about my board on Hackaday: https://hackaday.io/project/192539-comet68k
|
|
|
|
|