Upton wanted to provide a low priced computer. Likely broadcom provided the lowest price and
free software had to take a backseat.
Now millions of raspberry pis have been sold. In terms of free software cf software you may use,
share, modify and redistribute the raspberry pi is terrible because it will not run without non
free software. There are arm cpus which will start and run on free sofware only. Some graphic
functions will not be supported.
One such arm mainboard is the rock64. It is said to supersede raspberry pi by far on
performance.
https://a1w.ca/post-2018-01-01-year-of- ... sktop.html
Can raspberry pi shift to a cpu which will run on free software only? You can say why bother about
this matter because there already are arm mainboards like the rock64. The support around
the rasberry pi is well organized. I think a free software only capable raspberry pi would
benifite free software.
Do raspberry pi officials comment on forum posts?
Re: will raspberry pi get free software cpu?
They do and a search will find similar posts
They use Broadcom ,because they know Broadcom. Many worked for Broadcom, some have patents related to Broadcom.
They understand the hardware used.
They don't need to be 'free, as in open source I assume'. They make the money to pay for the development, their wages and the RPF charity funding to support education.
None of that needs 'free' and I doubt the majority of 20Million sales are worried about it either.
Their model works, buy others if you need 'free' is the common answer.
For me I just go for what works for me, the Pi eco system does that nicely. It maybe because I'm in the UK, I don't know.
They use Broadcom ,because they know Broadcom. Many worked for Broadcom, some have patents related to Broadcom.
They understand the hardware used.
They don't need to be 'free, as in open source I assume'. They make the money to pay for the development, their wages and the RPF charity funding to support education.
None of that needs 'free' and I doubt the majority of 20Million sales are worried about it either.
Their model works, buy others if you need 'free' is the common answer.
For me I just go for what works for me, the Pi eco system does that nicely. It maybe because I'm in the UK, I don't know.
Re: will raspberry pi get free software cpu?
fjr,
As it stands everything in the Linux you need to run on the Pi is Free and Open Source. From the kernel, it's drivers and up, like Debian is for example.
As it stands the Pi requires a closed source blob to boot. As does every PC that boots into Linux via it's BIOS.
Whilst I love the idea of a fully open source world, including the Pi, we have far bigger problems on the closed proprietary front in the bigger world of everyone's PC's, tablets and phones.
Can I ask you? What machines do you use that are fully Open Source and/or Free Software?
Don't forget that as soon as you use a hard drive, SD card, USB stick, WiFi chip, graphics card, etc, etc your system is dependent on the closed source software that resides in it's firmware.
Yes they do. And this matter has been discussed at length since the beginning of the Pi.Do raspberry pi officials comment on forum posts?
As it stands everything in the Linux you need to run on the Pi is Free and Open Source. From the kernel, it's drivers and up, like Debian is for example.
As it stands the Pi requires a closed source blob to boot. As does every PC that boots into Linux via it's BIOS.
Whilst I love the idea of a fully open source world, including the Pi, we have far bigger problems on the closed proprietary front in the bigger world of everyone's PC's, tablets and phones.
Can I ask you? What machines do you use that are fully Open Source and/or Free Software?
Don't forget that as soon as you use a hard drive, SD card, USB stick, WiFi chip, graphics card, etc, etc your system is dependent on the closed source software that resides in it's firmware.
Memory in C++ is a leaky abstraction .
Re: will the raspberry pi get free software cpu?
I am in the USA and have never had any problems using a Pi.
I have added many programs to my different cards (some used for testing only) and have yet to see any need to even look for software I would need to pay for.
Some programs that cost for an x86 based system are offered free for the Pi.
Dale
I have added many programs to my different cards (some used for testing only) and have yet to see any need to even look for software I would need to pay for.
Some programs that cost for an x86 based system are offered free for the Pi.
Dale
Re: will the raspberry pi get free software cpu?
tech-mech,
https://www.fsf.org/
The freedom to use, copy, distribute, study, modify software.
The freedom to actually see what it does.
Why might one suspect you would?I am in the USA and have never had any problems using a Pi.
I don't believe we are talking about "free" as in no cost here. Rather it's about "free" as in Free Software:Some programs that cost for an x86 based system are offered free for the Pi.
https://www.fsf.org/
The freedom to use, copy, distribute, study, modify software.
The freedom to actually see what it does.
Memory in C++ is a leaky abstraction .
-
- Posts: 15841
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: will raspberry pi get free software cpu?
Likewise for me...in the US.
On the general thread issues...
Yes, there are any number of boards out there that are faster and/or have more memory and/or have more--or better--features than the Pi. BUT, so far as I can tell, there is no board out there that has better--or even anywhere near as good--support. If you really need some feature the Pi doesn't have, then get a baord that has that feature. For a specific purpose, I use a Cubieboard 2 and a Cubieboard and that is solely because those boards have a SATA connection. At this point, they are in all other respects inferior to Pis, even the Pi2Bv1.2...save for RAM, where they have the same 1GB that recent Pis have. As soon as a Pi shows up that has faster I/O (probably in the form of USB 3), I'll cheerfully switch them out.
If the RPF were a public (stock) corporation, I'd buy stock in it. They're doing SBCs right.
Re: will the raspberry pi get free software cpu?
ARM is quite possibly the worst platform for blob free hardware.
https://libreboot.org/docs/hardware/
https://www.raptorcs.com/TALOSII/
https://libreboot.org/docs/hardware/
https://www.raptorcs.com/TALOSII/
Re: will the raspberry pi get free software cpu?
fry, you are free to write your own bootloader code.
https://github.com/christinaa/rpi-open-firmware
Most of the special VC4 GPU code is in start.elf.
This contains licensed libraries etc that run on the ThreedX OS on the VC4.
Lots of stuff buried in there, camera lens correction, h.264, jpeg......
If you don't need that you are free from using that too.
Most of the time these days I don't even use a Linux OS.
https://ultibo.org/
Any SOC that has a GPU, is the GPU code free(open)?
Is there an open source GPU?
I would love one that can be added to a RISC-V.
Not sure but I think the ARM part of the Pi SOC is all open, only the GPU part has closed code?
Eric Anholt's work with the Mesa3D/VC4/5 is opening some stuff up.
Rock64 has a RKL3328 SOC which has a Mali-450MP4.
Is Mali an Open source GPU yet?
https://github.com/christinaa/rpi-open-firmware
Most of the special VC4 GPU code is in start.elf.
This contains licensed libraries etc that run on the ThreedX OS on the VC4.
Lots of stuff buried in there, camera lens correction, h.264, jpeg......
If you don't need that you are free from using that too.
Most of the time these days I don't even use a Linux OS.
https://ultibo.org/
Any SOC that has a GPU, is the GPU code free(open)?
Is there an open source GPU?
I would love one that can be added to a RISC-V.
Not sure but I think the ARM part of the Pi SOC is all open, only the GPU part has closed code?
Eric Anholt's work with the Mesa3D/VC4/5 is opening some stuff up.
Rock64 has a RKL3328 SOC which has a Mali-450MP4.
Is Mali an Open source GPU yet?
I'm dancing on Rainbows.
Raspberries are not Apples or Oranges
Raspberries are not Apples or Oranges
Re: will the raspberry pi get free software cpu?
Most times this question comes up I ask this, usually to myself...fjr wrote: ↑Thu Nov 01, 2018 9:38 pmUpton wanted to provide a low priced computer. Likely broadcom provided the lowest price and
free software had to take a backseat.
Now millions of raspberry pis have been sold. In terms of free software cf software you may use,
share, modify and redistribute the raspberry pi is terrible because it will not run without non
free software. There are arm cpus which will start and run on free sofware only. Some graphic
functions will not be supported.
One such arm mainboard is the rock64. It is said to supersede raspberry pi by far on
performance.
https://a1w.ca/post-2018-01-01-year-of- ... sktop.html
Can raspberry pi shift to a cpu which will run on free software only? You can say why bother about
this matter because there already are arm mainboards like the rock64. The support around
the rasberry pi is well organized. I think a free software only capable raspberry pi would
benifite free software.
Do raspberry pi officials comment on forum posts?
What will you personally get from making the firmware open source, that makes your usage of the Pi better?
The answer, for the huge vast majority of people, is nothing. Nada. Zero.
So no, the Pi won't be going entirely OS in the near future. We've done as much as we can to open source as much code as possible (and we got as load of stick for that, which doesn't exactly make us particularly inclined to do any more anyway)
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
Re: will the raspberry pi get free software cpu?
As long as you can run a free open source O/S on your RPi, you have as much freedom as any other computer board.
There are a few things I'd like to see on these boards, but as is stated, these boards are primarily aimed at getting people interested in programming/creating, & have a marvellous back up from the Foundation themselves, what other SBC manufacturer offers that.
Take them for what they are.

There are a few things I'd like to see on these boards, but as is stated, these boards are primarily aimed at getting people interested in programming/creating, & have a marvellous back up from the Foundation themselves, what other SBC manufacturer offers that.
Take them for what they are.

-
- Posts: 27225
- Joined: Tue Mar 25, 2014 12:40 pm
Re: will the raspberry pi get free software cpu?
fjr wrote: ↑Thu Nov 01, 2018 9:38 pmUpton wanted to provide a low priced computer. Likely broadcom provided the lowest price and
free software had to take a backseat.
Now millions of raspberry pis have been sold. In terms of free software cf software you may use,
share, modify and redistribute the raspberry pi is terrible because it will not run without non
free software. There are arm cpus which will start and run on free sofware only. Some graphic
functions will not be supported.
One such arm mainboard is the rock64. It is said to supersede raspberry pi by far on
performance.
https://a1w.ca/post-2018-01-01-year-of- ... sktop.html
Can raspberry pi shift to a cpu which will run on free software only? You can say why bother about
this matter because there already are arm mainboards like the rock64. The support around
the rasberry pi is well organized. I think a free software only capable raspberry pi would
benifite free software.
Do raspberry pi officials comment on forum posts?
Purchase a different SBC if it is important to you, after all nothing has changed and the RPi has been around for 8 years:
https://www.96boards.org/products/ce/
Take what I advise as advice not the utopian holy grail, and it is gratis !!
Re: will the raspberry pi get free software cpu?
It could. But whether it will, whether it should, or whether there would be any real gain or benefit in doing so, is open to debate. We will have to wait and see what the Pi 4 is, and what lies beyond that.
-
- Posts: 15841
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: will the raspberry pi get free software cpu?
What I have always found interesting on this topic is that, if the Pi had on-board ROM (or even EEPROM) that contained the binary blob, it would be rated as an Open Source device. But because that blob sits (usually) on an SD card and can be updated easily and regularly, the whole system *isn't* classed as Open Source.
As it is, the Pi is at least as Open Source as a PC running Linux.
People should stop making ideal the enemy of pretty darned good.
As it is, the Pi is at least as Open Source as a PC running Linux.
People should stop making ideal the enemy of pretty darned good.
Re: will the raspberry pi get free software cpu?
There are only downsides to moving to a fully open CPU (is there one that has the same feature set?). It's HUGE amount of work to make everything work in the same way it does now. Camera stops working, LCD's stop working, HAT's stop working. We effectively lose a lot of backwards compatibility that woudl requrie a huge amount of work to get back. We don't have the manpower to do that. Or the money.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
- DougieLawson
- Posts: 42157
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: will the raspberry pi get free software cpu?
IMNSHO, that's because the folks who deem stuff as open hardware are clueless, brain-dead, morons.W. H. Heydt wrote: ↑Fri Nov 02, 2018 1:55 pmWhat I have always found interesting on this topic is that, if the Pi had on-board ROM (or even EEPROM) that contained the binary blob, it would be rated as an Open Source device. But because that blob sits (usually) on an SD card and can be updated easily and regularly, the whole system *isn't* classed as Open Source.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: will the raspberry pi get free software cpu?
Dougie,

Now, nobody has been talking about "open hardware" in this thread so far. That is a whole other can of worms.
It does not help that our OP asks about "free software cpu" which makes no sense at all.
As it stands, the closed source binary blob of software that boots the video core, which subsequently boots you operating system on the ARM, owns the machine. It can see all your memory all the time as Raspbian runs. Raspbian knows nothing of this and can do nothing about it.
For some this is an issue.
Of course this is the same issue we have with any modern PC. What with the "management engines" and whatever software runs on your Intel processors in ring -1 or whatever. Places where your OS cannot see, be it Linux or Windows or whatever.
Is it really so that those clamoring for a "Free Software" Raspberry Pi are already using totally Free Software PC's, laptops and such? I seriously doubt it. They should start their campaign closer to home.
As far as I can tell you have never expressed an opinion humblyIMNSHO, that's because the folks who deem stuff as open hardware are clueless, brain-dead, morons.

Now, nobody has been talking about "open hardware" in this thread so far. That is a whole other can of worms.
It does not help that our OP asks about "free software cpu" which makes no sense at all.
As it stands, the closed source binary blob of software that boots the video core, which subsequently boots you operating system on the ARM, owns the machine. It can see all your memory all the time as Raspbian runs. Raspbian knows nothing of this and can do nothing about it.
For some this is an issue.
Of course this is the same issue we have with any modern PC. What with the "management engines" and whatever software runs on your Intel processors in ring -1 or whatever. Places where your OS cannot see, be it Linux or Windows or whatever.
Is it really so that those clamoring for a "Free Software" Raspberry Pi are already using totally Free Software PC's, laptops and such? I seriously doubt it. They should start their campaign closer to home.
Memory in C++ is a leaky abstraction .
Re: will the raspberry pi get free software cpu?
It makes sense to start where one sees the greatest chance of success, hope one can influence there, and have that ultimately leading to others following suit, eventually becoming a cascade.
From that perspective it would be reasonable to see the Pi as a good starting point, especially as its aims are educational, it's a charity, its wanting to do good in the world rather than serving its own self-interests, and, because some Pi competitors are already considered more open, there would be hope that would be seen as an incentive to make the move.
If one cannot flatten a molehill one has little chance of flattening a mountain. Start with the molehill.
- mahjongg
- Forum Moderator
- Posts: 14482
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: will the raspberry pi get free software cpu?
well then its a fail immediately as I cannot see the RPF switching to a non ARM compatible CPU in near or far away future.
Its clear to me the PI is the "wrong molehill" to start with.
IMHO except when the ARM foundation becomes insane and starts laying on all kinds of insane restrictions on the use of an ARM CPU, or is found to do something evil with their IP which threatens our freedoms, I see no real use for any open source CPU, but that is just me.
Although in principle I'm all for such a development.
can I ask for a civil discussion please.....
Its clear to me the PI is the "wrong molehill" to start with.
IMHO except when the ARM foundation becomes insane and starts laying on all kinds of insane restrictions on the use of an ARM CPU, or is found to do something evil with their IP which threatens our freedoms, I see no real use for any open source CPU, but that is just me.
Although in principle I'm all for such a development.
can I ask for a civil discussion please.....
Re: will the raspberry pi get free software cpu?
mahjongg,
Actually the thing that some object to is the closed source binary blob that runs on the Video Core. Which "owns" the Pi at run time. The Video Core is nothing to do with ARM, it's a Broadcom product.
I also feel this is very unlikely. It would cause a turmoil of incompatibility. Basically starting over from scratch....I cannot see the RPF switching to a non ARM compatible CPU in near or far away future...
Wait up. What "ARM foundation"? The ARM IP is licensed from ARM Holdings, a regular for profit corporation recently acquired by SoftBank of Japan.IMHO except when the ARM foundation...
Arguably this has always been true. If you try and manufacture a chip with your own implementation of the ARM instruction set then ARM will set their lawyer attack dogs on you....becomes insane and starts laying on all kinds of insane restrictions on the use of an ARM CPU
Perhaps not evil as such but the idea that we cannot implement an ISA specification our own way certainly is a limit on freedom....or is found to do something evil with their IP which threatens our freedoms,
Despite the badly worded title of fjr's thread here I don't see that he or anyone else is asking for an actual open source CPU or other hardware.I see no real use for any open source CPU
Actually the thing that some object to is the closed source binary blob that runs on the Video Core. Which "owns" the Pi at run time. The Video Core is nothing to do with ARM, it's a Broadcom product.
Yes! Bring it on. An open source hardware RISC V processor based Raspberry Pi. Please have a chat to the LowRisc guys across town in Cambridge.Although in principle I'm all for such a development.
Memory in C++ is a leaky abstraction .
Re: will the raspberry pi get free software cpu?
I don't see that anyone was suggesting the Pi has to move away from an ARM architecture. The processors people point to which they say are 'open' or run only 'free software' are usually ARM CPU-based.
I guess you mean like not calling people "clueless, brain-dead, morons", or is that okay seeing as that's still there ?
Re: will the raspberry pi get free software cpu?
Do raspberry pi officials have financial interests in broadcom?They use Broadcom ,because they know Broadcom. Many worked for Broadcom, some have patents related to Broadcom.
Probably not. But some of them maybe would be if they knew about the implicationsNone of that needs 'free' and I doubt the majority of 20Million sales are worried about it either.
on non free software.
https://libreboot.org/As does every PC that boots into Linux via it's BIOS.
https://www.armbian.com/download/
On armbians forum I was told a big number of the listed arm mainboards
will boot on uboot. If you install armbian stretch and run
Code: Select all
apt purge iozone3 armbian-firmware
made an audit regarding non free software in armbian stretch.
I installed armbian stretch on a orange pi one and ran
Code: Select all
apt purge iozone3 armbian-firmware
to before running
Code: Select all
apt purge iozone3 armbian-firmware
Correct. Not a reason to not ask raspberry pi what options they have. Had thewe have far bigger problems on the closed proprietary front in the bigger world of everyone's PC's, tablets and phones.
raspberry pi been a free software computer we would likely have had
millions more free software computers.
Hypocrisy is everywhere. I want people to know about the matter. Secondly do as muchCan I ask you? What machines do you use that are fully Open Source and/or Free Software?
as possible about the matter. I have libreboot compatible computers. I will attempt to libreboot flash one of them.It is a comprehensive task. If I destroy the computer
doing so I will not try to libreboot flash the others. I do not buy computer devices which will not run on debian main. I wanted to test freedombox and
obtained a beaglebone black because it is able to run a free software version of.
Had raspberry pi been a free software computer then a free software
version of freedombox could have been provided to raspberry pi users. Stallman has
no mobile phone. He considers it a piece of surveillance equipment. I agree. But I
have a replicant phone.
You are right. I am aware any of your listed devices can compromise the computer.you use a hard drive, SD card, USB stick, WiFi chip, graphics card, etc, etc your system is dependent on the closed source software that resides in it's firmware.
That is why I want hardware sellers to make free software a priority.
My wifi cards and graphics cards run on free software.
You are likely right. If raspberry pi selected a free software cpu it would be aso far as I can tell, there is no board out there that has better--or even anywhere near as good--support.
step forward for free software.
I have a raspberry pi 0. I do not use it other than to get informed about the computer. Like a windows computer I have. My post it not about getting a computer. It is about if raspberryIf you really need some feature the Pi doesn't have, then get a baord that has that feature.
pi can get better on free software.
Rather the opposite. According to libreboot no new x86 cpu will be able to get libreboot compatible.ARM is quite possibly the worst platform for blob free hardware.
In an email about an atx powerpc pc or powerpc notebook, raptor dismissed the option because of lack of customers and suggested to use arm or libreboot computers.raptorcs.com
Which I do not have the skills for.fry, you are free to write your own bootloader code.
To my knowledge no. Fully software supported gpu or vpu is not a requirementAny SOC that has a GPU, is the GPU code free(open)? Is there an open source GPU?
in order to start and run programs on a computer. I have heard reverse engineering
is possible. https://www.kickstarter.com/projects/bo ... nux-kernel
Can I assume you are stating raspberry pi's official policy on the matter?What will you personally get from making the firmware open source, that makes your usage of the Pi better?
It is about subjugation. Either you control the computer or you subjugate to it.
Does not make it better. Because raspberry pi knows about the matter. Raspberry pis are shipped in the millions and directedThe answer, for the huge vast majority of people, is nothing. Nada. Zero.
at pupils so you have a major responsibility about the matter of free software.
Which is good.We've done as much as we can to open source as much code as possible
How? Can you tell more?we got as load of stick for that
Because a number of arm mainboards are uboot supported I think you are wrong.As long as you can run a free open source O/S on your RPi, you have as much freedom as any other computer board.
Another argument in favor of selecting free software cpus. You cannot teachboards are primarily aimed at getting people interested in programming/creating
about it if you cannot access the source code.
Why raspberry pi moving to a free software cpu would be beneficial to free software.marvellous back up from the Foundation themselves, what other SBC manufacturer offers that.
Think about a rk3328 cpu raspberry pi. Combining its performance and raspberry pi's
organizing skills. What is wanted is a rock64 run by raspberry pi.
Should not stop you from asking raspberry pi to do better.RPi has been around for 8 years
Like the ec on libreboot computers?What I have always found interesting on this topic is that, if the Pi had on-board ROM (or even EEPROM) that contained the binary blob, it would be rated as an Open Source device.
Free software foundation's stand is, we have no better option and you cannot
update the ec. Because the respect your freedom certificate standard
accepts ec's we do not have the source code for, I oppose it.
No, every device able to run entirely on free software is an improvement.There are only downsides to moving to a fully open CPU
It is your task to keep yourself informed. Doesn't the rk3288 and rk3328is there one that has the same feature set?
equal the raspberry pi? Are the rock64 specifications worse than raspberry pi's?
It appears you are locked in. If the chosen cpus were your only option to get theIt's HUGE amount of work to make everything work in the same way it does now. Camera stops working, LCD's stop working, HAT's stop working. We effectively lose a lot of backwards compatibility that woudl requrie a huge amount of work to get back. We don't have the manpower to do that. Or the money.
raspberry pi low priced or you did not have the skills to manufacture a raspberry
pi having another cpu then it is comprehensible arguments. But what stands is
you have shipped millions of computers which are terrible about free
software. Unfortunately know you cannot do better.
Important pieces of information. Because if you are able to correct this matterWe don't have the manpower to do that. Or the money.
and do not, it would reflect worse on raspberry pi.
The free software foundation knew what they did.MNSHO, that's because the folks who deem stuff as open hardware are clueless, brain-dead, morons.
Did you understand what I meant? In that case you contradicted yourself. If notIt does not help that our OP asks about "free software cpu" which makes no sense at all.
then how can you respond to my post?
Which is why it is relevant to ask raspberry pi if they can select a better cpu. I doAs it stands, the closed source binary blob of software that boots the video core, which subsequently boots you operating system on the ARM, owns the machine. It can see all your memory all the time as Raspbian runs. Raspbian knows nothing of this and can do nothing about it.
not expect intel, microsoft or apple to release all their source code. I wanted
to know if the raspberry pi can get improved.
It is more than that. What hardware does raspberry pi think they can justify to
ship to people? Both people who know about the matter and those who do not.
A reason to have raspberry pi provide a free software computer.Of course this is the same issue we have with any modern PC. What with the "management engines" and whatever software runs on your Intel processors in ring -1 or whatever. Places where your OS cannot see, be it Linux or Windows or whatever.
Some do. If a person is in favor of free software but his computer tasks requireIs it really so that those clamoring for a "Free Software" Raspberry Pi are already using totally Free Software PC's, laptops and such? I seriously doubt it.
a performance which libreboot computers cannot show, I am not going to blame
him. I could buy a talos computer but I am not going to because the talos
offers a lot of specifications I have no use for. If a new free software notebook
was for sale at an adequate price I would get one. You are getting off track
because this is about what raspberry pi can do. If raspberry pi would sell
a free software computer and a person in favor of free software then bought
a comparable non free computer then you could hold it against him.
Correct. My objective was smaller. What can raspberry pi do?It makes sense to start where one sees the greatest chance of success, hope one can influence there, and have that ultimately leading to others following suit, eventually becoming a cascade.
Correct.From that perspective it would be reasonable to see the Pi as a good starting point, especially as its aims are educational, it's a charity, its wanting to do good in the world rather than serving its own self-interests, and, because some Pi competitors are already considered more open, there would be hope that would be seen as an incentive to make the move.
How can you know if you do not ask them?Its clear to me the PI is the "wrong molehill" to start with.
I disagree. We should not let it be up to arm to set the threshold. We shall demand freeARM foundation becomes insane and starts laying on all kinds of insane restrictions on the use of an ARM CPU, or is found to do something evil with their IP which threatens our freedoms
software. Arm is nothing more than a best option. Only good actors are
riscv and raptor.
More than that. It is not acceptable. Why did nsa demand to get to know howPerhaps not evil as such but the idea that we cannot implement an ISA specification our own way certainly is a limit on freedom.
to disable the me from intel? Because they could not accept anyone having
such a leverage over their hardware. If that is the only backdoor.
I am not asking raspberry pi for such a cpu because no one is available. In generaldon't see that he or anyone else is asking for an actual open source CPU or other hardware.
I do. You should inform yourself about https://www.crowdsupply.com/sifive/hifive-unleashed
Any piece of software which is non free software.Actually the thing that some object to is the closed source binary blob
Alex Bradbury was part of making the raspberry pi. Now he makes the lowrisc.have a chat to the LowRisc guys across town in Cambridge.
Re: will the raspberry pi get free software cpu?
Who moved my post?
I want to ask why it was moved?
I want to ask why it was moved?
Re: will the raspberry pi get free software cpu?
I guess a mod will have moved it, it's only gone to off-topic and the mods have the right to do that
I still don't get the benefit to me and the general people who use the Pi with having free hardware, possibly a nice or have , but not an essential.
I don't get the advantage to RaspberryPi Foundation either. They seem quite happy with what they are doing.
Exactly how would it help them, how would it help teaching programming and computing to children.
It works now. 'Free OS software/hardware isn't the stumbling block here.
In response to your question, I have no idea if anyone has a vested interest in Broadcom.
It's up to you to keep yourself informed on that matter. (As you would put it)
It may be important to you and you are of course free to use other hardware if you don't like it as RPT are free to build the hardware as they wish, can afford and can support.
Just my opinion though, others do have other opinions.

I still don't get the benefit to me and the general people who use the Pi with having free hardware, possibly a nice or have , but not an essential.
I don't get the advantage to RaspberryPi Foundation either. They seem quite happy with what they are doing.
Exactly how would it help them, how would it help teaching programming and computing to children.
It works now. 'Free OS software/hardware isn't the stumbling block here.
In response to your question, I have no idea if anyone has a vested interest in Broadcom.
It's up to you to keep yourself informed on that matter. (As you would put it)
It may be important to you and you are of course free to use other hardware if you don't like it as RPT are free to build the hardware as they wish, can afford and can support.
Just my opinion though, others do have other opinions.

Re: will the raspberry pi get free software cpu?
A lot of us Free and Open Source software supporters sympathize with your sentiment.
No doubt your post was moved because it is off topic for any other forum section.
I think the bottom line is something like this...
1) Eben Upton conceived the idea of a cheap computer for kids to learn programming on.
2) The original incarnations were built with 8 bit ATMEL chips. Which proved inadequate for what he had in mind.
3) Eben took a job at Broadcom and the possibility of using one of their old Video cores and an ARM turned up.
4) So that is what they did. And that's how we got the super cheap Pi.
My take is that if they had insisted on open source everything and hence using some other manufacturers ARM SoC the Pi idea would never have seen the light of day.
Luckily it did see the light of day. And become a big hit. And hence inspire others to compete. With perhaps more open solutions.
Now: It would really help your cause if you would not talk about "free software cpu" and such. That conflates hardware with software. Even Richard Stallman does not do that and it confuses people, as we have seen in this thread.
No doubt your post was moved because it is off topic for any other forum section.
I think the bottom line is something like this...
1) Eben Upton conceived the idea of a cheap computer for kids to learn programming on.
2) The original incarnations were built with 8 bit ATMEL chips. Which proved inadequate for what he had in mind.
3) Eben took a job at Broadcom and the possibility of using one of their old Video cores and an ARM turned up.
4) So that is what they did. And that's how we got the super cheap Pi.
My take is that if they had insisted on open source everything and hence using some other manufacturers ARM SoC the Pi idea would never have seen the light of day.
Luckily it did see the light of day. And become a big hit. And hence inspire others to compete. With perhaps more open solutions.
Now: It would really help your cause if you would not talk about "free software cpu" and such. That conflates hardware with software. Even Richard Stallman does not do that and it confuses people, as we have seen in this thread.
Memory in C++ is a leaky abstraction .