13222 (Loongson) mips questions - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Non-i386 / amd64 > Other Architectures

Other Architectures FreeBSD on Alpha, PC98, PowerPC or Sparc64. This forum is also for questions related to porting FreeBSD to new architectures.

Reply
 
Thread Tools Display Modes
  #1  
Old September 29th, 2009, 09:31
irkkaaja irkkaaja is offline
Junior Member
 
Join Date: Feb 2009
Posts: 61
Thanks: 2
Thanked 3 Times in 3 Posts
Default (Loongson) mips questions

This didn't feel appropriate for "embedded" because the loongson (MIPS-architecture based) processor (developed in china) is a laptop and perhaps desktop processor.
I guess what I'm wondering is: how well might FreeBSD work on something like the Lemote Yeelong? The MIPS port is still referred to in the FAQ as "unfinished", though I suppose my question is - how unfinished?
Reply With Quote
  #2  
Old September 29th, 2009, 11:26
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,854
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

According to http://en.wikipedia.org/wiki/MIPS_architecture ->

Quote:
Operating systems ported to the architecture include SGI's IRIX, Microsoft's Windows NT (until v4.0), Windows CE, Linux, BSD, UNIX System V, SINIX and MIPS Computer Systems' own RISC/os.
Developers of this port should be able to answer questions. I doubt they're on here ...

http://www.freebsd.org/platforms/mips.html
http://lists.freebsd.org/mailman/listinfo/freebsd-mips
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #3  
Old September 29th, 2009, 17:39
aragon aragon is offline
Giant Locked
 
Join Date: Nov 2008
Location: Cape Town, South Africa
Posts: 2,031
Thanks: 68
Thanked 253 Times in 203 Posts
Default

Try search the FreeBSD Wiki for "mips":

http://wiki.freebsd.org/
Reply With Quote
  #4  
Old October 1st, 2009, 23:23
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Member
 
Join Date: Nov 2008
Location: Eindhoven, Netherlands
Posts: 794
Thanks: 19
Thanked 123 Times in 93 Posts
Default

I'm pretty sure OpenBSD runs on the Lemote Yeelong since Wim sells them at kd85.com
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #5  
Old December 15th, 2010, 12:32
loos loos is offline
Junior Member
 
Join Date: Dec 2010
Posts: 10
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Hello,

Look at http://lists.freebsd.org/pipermail/f...er/author.html for the patches sent by Vladimir 'φ-coder/phcoder' Serbinenko.

IIRC, it was done as part of the last google's SoC.

I think it still pending on the review list's of developers.

Good luck !

Luiz
Reply With Quote
  #6  
Old March 15th, 2013, 11:43
Animatrix Animatrix is offline
Junior Member
 
Join Date: Nov 2008
Location: P.R.China
Posts: 4
Thanks: 3
Thanked 1 Time in 1 Post
Default

I feel the FreeBSD/MIPS port only support big endian processor, but the Loongson family processors has little endian mode only. You may choose OpenBSD/loongson port and NetBSD/evbmips port if you want run BSD with Loongson platform. I have a Yeeloong notebook to run OpenBSD.

Last edited by SirDice; March 15th, 2013 at 11:53. Reason: http://forums.freebsd.org/showthread.php?t=18043#Punctuation
Reply With Quote
  #7  
Old March 15th, 2013, 11:54
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

Animatrix, keep in mind you're responding to a thread that's almost three years old.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #8  
Old March 15th, 2013, 14:02
Animatrix Animatrix is offline
Junior Member
 
Join Date: Nov 2008
Location: P.R.China
Posts: 4
Thanks: 3
Thanked 1 Time in 1 Post
Default

O, I just noticed this thread was not locked, so I thought I could reply in this thread. Yes, please tell me, how long the thread does not allow replies?
Reply With Quote
  #9  
Old March 15th, 2013, 14:14
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

As long as the posts are on-topic and relevant it doesn't matter. Just that you are aware of its age.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #10  
Old March 15th, 2013, 23:33
sossego's Avatar
sossego sossego is offline
Member
 
Join Date: Mar 2009
Location: qualquer na ontem da amanhã
Posts: 964
Thanks: 109
Thanked 67 Times in 52 Posts
Default

I think it was/is OpenBSD that had/has a port to the Loongson MIPS board. There's no reason why the people in the FreeBSD community can not ask those in the OpenBSD community for some help. Code has been ported between the BSD flavors for quite some time.
__________________
Smiles and laughter are the medicines for tears and sadness.

Um humano, sou eu com culpa e dificuldades.

Stay a child with a child's view of the world and life is worth more every moment you live it.
Reply With Quote
  #11  
Old March 16th, 2013, 09:36
Animatrix Animatrix is offline
Junior Member
 
Join Date: Nov 2008
Location: P.R.China
Posts: 4
Thanks: 3
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by Animatrix View Post
I feel the FreeBSD/MIPS port only support big endian processor,but the Loongson family processors has little endian mode only.
Correct: I have read the wiki, obviously the FreeBSD/MIPS port supports little-endian.

Last edited by DutchDaemon; March 16th, 2013 at 14:09.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
various questions aurora72 General 6 June 25th, 2009 11:48
newbie questions k2msmith Installation and Maintenance of FreeBSD Ports or Packages 2 April 16th, 2009 15:22
Setup questions, please help ReLiFe Installing & Upgrading 2 March 11th, 2009 18:47
Some questions Graaf_van_Vlaanderen General 2 March 9th, 2009 23:05
Juniper Networks, Inc has donated a reference FreeBSD port to the MIPS architecture admin News & Announcements 0 January 7th, 2008 18:26


All times are GMT +1. The time now is 19:49.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0