FreeBSD on s3c2410

View: New views
3 Messages — Rating Filter:   Alert me  

FreeBSD on s3c2410

by Andrew Turner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've been working on porting FreeBSD to the s3c24x0 family of ARM CPU's
from Samsung. I've got FreeBSD running to multi-user mode running on an
s3c2410 cpu. The board I've been using is the LN2410SBC from [1].

The required files are in a tarball at [2]. You will need to extract it
over a recent svn checkout and build the LN2410SBC ARN kernel. It
expects to find a filesystem at da0s1.

Andrew

[1] http://www.littlechips.com/sbc_main.htm
[2]
http://fubar.geek.nz/files/freebsd/s3c2xx0/freebsd-s3c24x0-20090926.tar.gz
_______________________________________________
freebsd-arm@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arm
To unsubscribe, send any mail to "freebsd-arm-unsubscribe@..."

Re: FreeBSD on s3c2410

by Stanislav Sedov-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 26 Sep 2009 22:07:54 +1200
Andrew Turner <andrew@...> mentioned:

> I've been working on porting FreeBSD to the s3c24x0 family of ARM CPU's
> from Samsung. I've got FreeBSD running to multi-user mode running on an
> s3c2410 cpu. The board I've been using is the LN2410SBC from [1].
>
> The required files are in a tarball at [2]. You will need to extract it
> over a recent svn checkout and build the LN2410SBC ARN kernel. It
> expects to find a filesystem at da0s1.
>

Hello, Andrew!

Thank you for working on this!  I'll try your patches on my S3C2410
OpenMoko phone.

BTW, do you think it makes sense to commit this work into HEAD already?
It looks like it is in a very good shape now.  What are the outstanding
issues you're working on, if any?

Best regards,
--
Stanislav Sedov
ST4096-RIPE


attachment0 (817 bytes) Download Attachment

Re: FreeBSD on s3c2410

by Andrew Turner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 26 Sep 2009 14:50:25 +0400
Stanislav Sedov <stas@...> wrote:

> On Sat, 26 Sep 2009 22:07:54 +1200
> Andrew Turner <andrew@...> mentioned:
>
> > I've been working on porting FreeBSD to the s3c24x0 family of ARM
> > CPU's from Samsung. I've got FreeBSD running to multi-user mode
> > running on an s3c2410 cpu. The board I've been using is the
> > LN2410SBC from [1].
> >
> > The required files are in a tarball at [2]. You will need to
> > extract it over a recent svn checkout and build the LN2410SBC ARN
> > kernel. It expects to find a filesystem at da0s1.
> >
>
> Hello, Andrew!
>
> Thank you for working on this!  I'll try your patches on my S3C2410
> OpenMoko phone.
The kernel should work with the Neo 1973 with the neo specific
files from Perforce [1]. I've not managed to get the kernel to boot on
Mine (only the Neo Freerunner which is s3c2442 based). The only way to
get a filesystem on the OpenMoko will be to embed it within the kernel
as a MFS image.
>
> BTW, do you think it makes sense to commit this work into HEAD
> already? It looks like it is in a very good shape now.
There are no major issues I'm aware of that would hold it back from
HEAD.

>  What are the
> outstanding issues you're working on, if any?
I'm mostly working on drivers now and tracking down a bug with USB on
s3c2440 (not on s3c2410 though) stopping it from booting.

Andrew

[1] //depot/projects/arm/src/sys/arm/s3c2xx0/*neo*
_______________________________________________
freebsd-arm@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arm
To unsubscribe, send any mail to "freebsd-arm-unsubscribe@..."