Tiny Core Base > Raspberry Pi

What processors is piCore compiled for?

<< < (3/5) > >>

mortegai:

--- Quote from: Paul_123 on June 12, 2023, 09:31:59 PM ---Every arm board has different bootLoader requirements.  This requires someone to port the OS.

 Nobody has ever stepped up to do it.

--- End quote ---
I have piCore 32 running on Odroid U3 (Exynos 4412), which is armv7hf. 
As you indicate, it is needed:
- change the bootloader, in this case uboot
- and the kernel, in this case 5.4 upstream

piCore32 runs quite well on such device

mocore:

--- Quote from: neonix on June 12, 2023, 04:40:21 PM ---BTW. Raspberry Pi Pico is not Linux compatible.

--- End quote ---
/ot
read the above and remembered this topic : 'Linux on an 8-bit micro?' - https://forum.tinycorelinux.net/index.php/topic,24898.msg158432.html#msg158432  ::) :P 8)
that is all.
;]

gadget42:
didn't want to start another new thread about raspberry pi but thought others should/would-like to be made aware:

"clang now makes binaries an original Pi B+ can't run" - Rachel Kroll
https://rachelbythebay.com/w/2023/11/30/armv6/

CentralWare:

--- Quote from: gadget42 on December 01, 2023, 05:15:28 AM ---"clang now makes binaries an original Pi B+ can't run" - Rachel Kroll

--- End quote ---
LMAO!


--- Quote ---If it ain't broke...  just give it a minute!
--- End quote ---

Rich:
Hi gadget42
Big deal. Just like gcc, you can specify the target:

--- Code: ---clang++ --target=armv6-unknown-linux-gnueabihf -Wall -o t t.cc
--- End code ---

If you add some context to your posts, they won't read
like the front page of a supermarket tabloid.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version