WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Towards Core (microcore) on Raspberry Pi  (Read 61614 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #30 on: September 12, 2012, 02:07:15 AM »
Tested with different QEMU versions on WINDOWS.

1.0.x - kernel panic, same as on TC
1.1.x - OK
1.2.x - OK

Would be good a QEMU 1.2 update
« Last Edit: September 12, 2012, 02:09:06 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Towards Core (microcore) on Raspberry Pi
« Reply #31 on: September 12, 2012, 09:13:57 AM »
I'm really short on time nowadays.  Feel free to post an update, the configure arguments are in the usual place:
ftp://ftp.nluug.nl/pub/metalab/distributions/tinycorelinux/4.x/x86/tcz/src/qemu
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #32 on: September 13, 2012, 01:15:26 AM »
I'm really short on time nowadays.  Feel free to post an update, the configure arguments are in the usual place:
ftp://ftp.nluug.nl/pub/metalab/distributions/tinycorelinux/4.x/x86/tcz/src/qemu

Thanks for the link.

Now I have QEMU-1.2.0 built on TC. It looks OK, Raspbian qemu-kernel works like on the WINDOWS version, piCore 4.6.1 starts. I will submit it after some testing and fine tuning.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #33 on: September 13, 2012, 08:56:57 AM »
Status after more testing. piCore using qemu-kernel from the Raspbian emulator for Windows works on TC 4.6.1 except kernel modules due to the mismatch of kernel versions. Raspbian 2012-07-15 works fine in console mode. Starting X it continously restarts (telinit 5), startx seems to be freezing after the raspberry image, don't know why. Same setup is OK on Windows.

Anyhow, it can be a usable starting for piCore and QEMU variant of piCore kernel.

There are 'pflash write unimplemented command sequence...' errors during boot. There is a patch, applying it this goes away and replaced with more flash related errors, so I didn't apply the patch. Do not know is it related to X problem or not.

Anyhow, it is not for the first version.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Towards Core (microcore) on Raspberry Pi
« Reply #34 on: September 13, 2012, 10:21:39 PM »
The posted http://distro.ibiblio.org/tinycorelinux/4.x/arm/armv6/rpiCore-20120907.img.gz
seems to be testing quite well.

I am using a pendrive for my backup and extensions. It is recognized and is easily available via
the standard mount /mnt/sda1. You can backup and restore from it, you can tce-setdrive it.
You can tce-load -i links and it will use the link /etc/sysconfig/tcedir. All that seems to be working.

You can easily specify the usual boot commands by editing cmdline.txt, e.g., waitusb=5:LABEL=mypi tce=LABEL=mypi
 onboot works as expected!.


10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #35 on: September 13, 2012, 10:34:37 PM »
A friend of my reported that my first extension, john.tcz  installs fine and works.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #36 on: September 15, 2012, 07:58:06 AM »
Now it runs in QEMU perfectly, on WINDOWS as well as TC. This screen is captured on TC 4.6 (x86) running piCore 4.6.1 in QEMU:

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Towards Core (microcore) on Raspberry Pi
« Reply #37 on: September 15, 2012, 05:11:40 PM »
as soon as the package is ready I will try to test  :D

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #38 on: September 15, 2012, 08:56:36 PM »
To test piCore I started to build extensions, first with those with no dependency. Than built ncurses in the same splitup as on x86. ncurses used by many CLI programs. Next test was building iptraf and htop using ncurses. Everything is working on the same way as x86 core with the newly built tcz's, see



To build extensions I'm using Raspbian running in QEMU on WINDOWS with a shared virtual drive used by both Raspbian and piCore to make file transfer easy. My original build scripts are working with very little modification, in most cases it is enough just to remove Intel references in CC and CCX compiler options.

All together result is very positive, piCore works as expected.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Towards Core (microcore) on Raspberry Pi
« Reply #39 on: September 16, 2012, 11:42:33 AM »
I have posted an updated image. Please note the change in directory on server.
See http://distro.ibiblio.org/tinycorelinux/4.x/armv6/

This update fixes broken library links.

Also now posted the first extensions:
See http://distro.ibiblio.org/tinycorelinux/4.x/armv6/tcz
A big THANK-YOU goes to bmarkus!

I have also created the support databases, tags, info, size, and md5, so that tce-ab from raspberrypi now works.
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #40 on: September 16, 2012, 12:30:25 PM »
Great, I see the repo with tce-ab and links are OK now.

I do not find libz.so.1 in the base; it is there in the x86 version. Possibly there are more missing libs.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Towards Core (microcore) on Raspberry Pi
« Reply #41 on: September 16, 2012, 01:27:23 PM »
bmarkus, I just sent you another cut of the qemuCoreFiles with libz.
Please test and if good I will update rpiCore.img
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #42 on: September 16, 2012, 08:31:02 PM »
Robert, still it doesn't work for me, see

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Towards Core (microcore) on Raspberry Pi
« Reply #43 on: September 16, 2012, 10:46:32 PM »
Re-sent qemuCoreFiles.tgz. libz now passes ldd test.
10+ Years Contributing to Linux Open Source Projects.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Towards Core (microcore) on Raspberry Pi
« Reply #44 on: September 17, 2012, 12:38:34 AM »
Now it is OK.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."