CPU Nvidia Tegra 2 1GHz

MacBookPro uses a standard intel chip and thus is supported.
 
I mean on all over the hardware. Sound, usb, wifi, ethernet etc. Mac don't use BIOS? It is possible to completely remove MAC OSX from hdd and install only FreeBSD? I really like Macbook pro but I want only BSD.
 
Ask the FreeBSD ARM mailing lists.

SirDice needs to buy and install FreeBSD to other architectures instead of just giving advice.
 
There is currently no support for the Tegra 2. I'm currently investigating the difficulty of the port as Nvidia has not publicly released the required documentation.
 
sk8harddiefast said:
I mean on all over the hardware. Sound, usb, wifi, ethernet etc. Mac don't use BIOS? It is possible to completely remove MAC OSX from hdd and install only FreeBSD? I really like Macbook pro but I want only BSD.

I have wrestled extensively with this problem. I have a MacBook Pro "5,1" model, from 2009. This was purchased for me by my employer.

In summary: FreeBSD can be made to work with MacBook Pros, but the hassles and compromises are not worth it.

Installation required getting rid of the GPT. I used the emergency shell on the FreeBSD-9 install disk to do that. Then the installation went fine.

I was unable to get the Broadcom wireless working at all. I tried all permutations of bwi,bwn drivers, and also ndis. I ended up settling for a USB wifi adapter, one chosen from the man page for urtw.

I doubt using an external Wifi adapter is the kind of experience you are looking for.

The nouveau driver for the video works decently. I had to patch the kernel so I could type tilde characters (strange but true).

Given the high premium Apple commands for their laptops, I can't recommend the subpar experience you will have using it as a FreeBSD laptop.
 
I'm using FreeBSD 8-stable (i think) on my MacBookPro5.5, it works reasonably well with the nvidia blob. I did not try wireless neither the touchpad. The Keyboard finally works kindof and power management is only working rudimentary (cpu scaling works).

It currently is somewhat of a pain, but I really think this does not need major hackery.
- wireless is on the way
- touchpad driver is on the way
and the acpi stuff should not be out of the ordinary.

I really hope this progresses, because I miss my proper OS. (Just thinking of the mess Lions FileVault FDE is in comparison with geli...)
 
Just want to UP that topic, since as I hear (here) nVidia gets some open source support for Tegra graphics. Is it any investigations in port FreeBSD to Tegra-based gadgets? [ What? -- Mod. ]
 
ORTO-DOX said:
[ What? -- Mod. ]

Seems that my English much bad than I think :) I will try with an online translator.

Good afternoon!

I saw news that the nVidia company gives some support to open community in respect of porting on the Tegra platform. Whether I would like to learn there is no information on FreeBSD porting on this platform?
 
You will need to port the architecture to FreeBSD or have someone help you port it. two boards, one the Linux software kits referenced to above your post, and patience.
  1. You need to have a working system on your board.
  2. You must have access to gcc, clang, pcc, or whatever compiler there is available.
  3. You must be able to rewrite the code to be BSD system compatible.
  4. After compiling the compiler, you will need to have someone package it for you on boot-able media - and be sure to check the firmware loader requirements.
  5. You must be able to build a kernel, userland, clang - Yep, you know it is going to happen anyway, get it over with - on the machine and have it reboot.
What you need, are people who are willing to work with you on this.
 
Re:

sossego said:
You will need to port the architecture to FreeBSD or have someone help you port it. two boards, one the Linux software kits referenced to above your post, and patience.
......
What you need, are people who are willing to work with you on this.
@sossego, can you (or someone else) say, how much approximately needs money for request paid work to port FreeBSD on that platform?
 
Last edited by a moderator:
Back
Top