Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore Armv7 => Topic started by: Zendrael on December 24, 2014, 03:15:11 PM
-
Hello everyone!
Which how-to do I have to follow to get Core running on a CubieBoard 2?
Im totally new to these ARM boards...
Thanks!
-
Hi,
I only have Allinner A10, wish I could help.
-
Hi Jason!
How are you?
Do you know if this is even possible? Or if there are plans for it?
Thanks
-
Hi Zendrael!
I googled and saw there was a Debian for this, I imagine a dCore could be done. I don't have any plans to venture beyond A10 due to time and hardware restraints. As porting to different hardware was one of the original goals of dCore, it would be nice if we could see other boards supported.
-
Hi:
A few month ago I tried to make a dCore version for CB2 and CB3 (cubietruck) using the CB1 version from this forum.
Please check out my posts. I gave up at a certain stage but with some help I could resume work on it again.
Cubieboard 2 is Allwinner A20 and Cubieboard 1 is Allwinner A10. They are very similar.
-
Thanks beerstein. Any help in arm ports is appreciated and needed.
-
Hey Beerstein!
What kind of help do you need? Maybe we could work together on it.
-
Hi beerstein,
I am also new to arm and I have a marsboard A20. Can you please give some guide line with your experience about A20 on how to boot from uSD card.
Thanks in advance.
Herschel
-
I'm now with a Cubie2 free for tests!!!
-
And my Cubie2 is free for tests!
-
hi: There are instructions available on how to make a boot able sd card for CB2. I will dig it out and describe here as soon as I can find some time next week.
ARM boots different than x86.
So, the easier part is to make the sd card bootable. The hard part comes when the kernel needs to be modified according to the CB2 hardware.
-
I'm curious: the packages for A10 will work for A20?
(Sorry about the doubled post above about my Cubie, the forum was giving me an error so I did a new post right afetr the first...)
-
Yes, ARM is quite backwards compatible. You should be able to even use rpi packages (on a rpi base of course so the libs match).
-
Thanks Curaga!
This is very interesting!
-
Hi all,
I am desperately trying to get TC working on my Marsboard A20 but no luck still. Actually I did some progress as follows,
First I tried installing SD card using the uImage, boot.scr, uEnv.text and uCore from this http://tinycorelinux.net/5.x/armv7/Allwinner-A10/
But I complied the u-boot for marsboard a20 from the tool chain and used u-boot-sunxi-with-spl.bin but not what is in the above link.
When booting there is only black screen.
Then I used the uImage, uEnv.txt(with some modification) from my Ubuntu 13.04 nanda partition and it worked up to a point and giving an error as follows,
Booting dCore 5.14.12.26
Running Linux kernel 3.4.90-00253-ye37d7600-dirty.
Checking boot options...Done.
Starting Udev Daemon for hotplug support...done.
modprobe: chdir(3.4.90-00253-ye37d7600-dirty): No such file or directory
modprobe: chdir(3.4.90-00253-ye37d7600-dirty): No such file or directory
What has gone wrong?
Thanks