uClinux

Talk about the operating system (EhBASIC, FAT library, ...)
pyn
Posts: 1
Joined: Tue Jan 29, 2013 3:33 pm
Location: Portugal
Contact:

uClinux

Postby pyn » Tue Jan 29, 2013 4:11 pm

Hi Simon,

Nice work and good to know more 68k fans out there :)

Have you ever thought in running uClinux in Kiwi? With 4Mb RAM you are be able to run kernel 2.0.x easily (you could have the kernel image in hdd).
Then you would have a lot of tools to play with - text editors vi, ftp client/server, webserver, you name it!


I've built my own 68000 homebrew computer and currently I have latest linux kernel on it (3.8).
I've uploaded several vids to youtube showing my progress:

1) Breadboards - 640Kb SRAM - linux kernel 2.0.x:


2) Breadboards - 2Mb SRAM - linux kernel 2.4.x - added SDCard:


3) More breadboards - added ethernet:


4) Placed everything in a PCB and added a few more peripherals (also testing my old mp3 player board in this vid):
8Mb SRAM / 4Mb Flash (this is an 8MHZ 68HC000 running @ 20MHz with 0 waitstates)



My blog:
http://mc68k.blogspot.pt/


Keep up this nice work!
By the way, I'm defenitivelly adding Enhanced Basic 68k to my bootloader!

Regards,
Luis

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: uClinux

Postby simon » Tue Jan 29, 2013 4:40 pm

Hi Luis,

welcome here! :)

pyn wrote:Nice work and good to know more 68k fans out there :)


Indeed. And I have seen your homebrew computer before on YouTube. Good piece of hardware. :)

pyn wrote:Have you ever thought in running uClinux in Kiwi? With 4Mb RAM you are be able to run kernel 2.0.x easily (you could have the kernel image in hdd).
Then you would have a lot of tools to play with - text editors vi, ftp client/server, webserver, you name it!


Yes, I thought about porting uClinux. Until now I thought it would be terrible slow running on the MC68008. But it's good to see you managed to get in running on your hardware already. Your achiement is quite impressing. :)
Maybe you like to support me getting a basic uClinux up and running?

pyn wrote:Keep up this nice work!
By the way, I'm defenitivelly adding Enhanced Basic 68k to my bootloader!


Thank you! :) Yeah, EhBASIC is a masterpiece of software engeneering. I like it very much. But here the credits go to Lee Davison (he is a member here as well). You can find his original EhBASIC 68k version on his website.

Simon

Ps: I can't see your last video. :( Youtube says you are using copyrighted music which is not allowed in my country (Germany). Argh, content mafia. :evil:

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: uClinux

Postby simon » Wed Jan 30, 2013 10:53 am

Hi Luis,

pyn wrote:I've built my own 68000 homebrew computer and currently I have latest linux kernel on it (3.8).
...
My blog:
http://mc68k.blogspot.pt/


I've read your blog. Can you provide code for the 3.8 kernel? It would be slightly more to do to get it up on Kiwi but it would be a start. :)

Simon

e2k001
Posts: 15
Joined: Sun Sep 29, 2013 3:41 pm

Re: uClinux

Postby e2k001 » Thu Oct 31, 2013 8:04 am

Did you ever hear anything back from Luis?

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: uClinux

Postby simon » Thu Oct 31, 2013 11:01 am

No, unfortunately not. :(

Simon

linux68k
Developer
Posts: 59
Joined: Thu Feb 28, 2013 3:09 am

Re: uClinux

Postby linux68k » Mon Nov 18, 2013 6:40 am

Luis sold his board to me
His Linux code he has posted here https://github.com/ljalves/alce68k

Tony

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: uClinux

Postby simon » Mon Nov 18, 2013 8:22 am

Tony,

wow, that are great news for a good start into the week. :)

Thank you a lot!! :)

Simon

Chris
Developer
Posts: 286
Joined: Thu Apr 04, 2013 7:53 pm
Location: England, UK

Re: uClinux

Postby Chris » Mon Nov 18, 2013 1:55 pm

I'd better get some revision done , the last time I complied a Linux (actually it was Xenix) kernel was back in 1996!

linux68k
Developer
Posts: 59
Joined: Thu Feb 28, 2013 3:09 am

Re: uClinux

Postby linux68k » Mon Nov 18, 2013 5:16 pm

HI

Luis has put the tool chain here
http://code.google.com/p/m68k/
there are both 32 bit and 64 bit versions

Tony

simon
Site Admin
Posts: 744
Joined: Thu Sep 13, 2012 9:35 am
Location: Luedenscheid, Germany
Contact:

Re: uClinux

Postby simon » Tue Nov 19, 2013 8:18 am

Hi,

I wonder if I can compile it with my standard cross gcc. The last time I got pretty far with it but I stopped my attempts. Just because I wanted to use a 2.6 kernel which lacked MMU less 68k support.
Anyway I am a little bit out of time right now. I hope this will be better in December again. :)

Simon


cron