WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Question on the microcore Linux kernel  (Read 17187 times)

Offline lid

  • Jr. Member
  • **
  • Posts: 62
Re: Question on the microcore Linux kernel
« Reply #30 on: November 16, 2012, 08:45:05 PM »
You could run a diff between some newly built modules and their correspondent ones in stock cpio archive.

I know the initramfs (inside original core.gz) modules live in lib/modules/3.0.21-tinycore/kernel/. But I am not sure where those corresponding modules live inside the kernel tree after compile.

 Plus, I am rebuilding the kernel with 64 bit support. The original core.gz is 32 bit. So how can I make sure which modules need to be updated in the initramfs for the rebuilt kernel?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Question on the microcore Linux kernel
« Reply #31 on: November 16, 2012, 09:31:21 PM »
I know the initramfs (inside original core.gz) modules live in lib/modules/3.0.21-tinycore/kernel/. But I am not sure where those corresponding modules live inside the kernel tree after compile.

From this:
Quote
modprobe: chdir (3.0.21-tinycore 64+) No such file or dir
..I'd say you need to put the modules in /lib/modules/3.0.21-tinycore 64+

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Question on the microcore Linux kernel
« Reply #32 on: November 16, 2012, 11:39:58 PM »
You mustn't mix up 64bit with 32bit of base or module extensions.

http://wiki.tinycorelinux.net/wiki:remastering

« Last Edit: November 17, 2012, 12:05:57 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Re: Question on the microcore Linux kernel
« Reply #33 on: November 17, 2012, 01:14:40 AM »
You never mentioned what you were building on ;)

We assumed TC 32-bit, but it seems you're building on something else 64-bit?
The only barriers that can stop you are the ones you create yourself.

Offline lid

  • Jr. Member
  • **
  • Posts: 62
Re: Question on the microcore Linux kernel
« Reply #34 on: November 17, 2012, 06:19:13 PM »
You never mentioned what you were building on ;)

We assumed TC 32-bit, but it seems you're building on something else 64-bit?

sorry about that. yes, my build machine is 64 bit.

I think originally I used the stock 32 bit microcore kernel and initramfs to pxeboot. Now I am trying to compile the kernel myself on a 64 bit machine. If I want to stick to the 32 bit, then what I should have done is this:

make oldconfig ARCH=x86
make ARCH=0x86

Hopefully this recompiled 32-bit kernel will be able to use the original core.gz without issues.
I am trying this now, will let you know.

David

Offline lid

  • Jr. Member
  • **
  • Posts: 62
Re: Question on the microcore Linux kernel
« Reply #35 on: November 18, 2012, 08:26:43 AM »
You never mentioned what you were building on ;)

We assumed TC 32-bit, but it seems you're building on something else 64-bit?

sorry about that. yes, my build machine is 64 bit.

I think originally I used the stock 32 bit microcore kernel and initramfs to pxeboot. Now I am trying to compile the kernel myself on a 64 bit machine. If I want to stick to the 32 bit, then what I should have done is this:

make oldconfig ARCH=x86
make ARCH=0x86

Hopefully this recompiled 32-bit kernel will be able to use the original core.gz without issues.
I am trying this now, will let you know.

David


All right, finally a success!
The kernel needs to be recompiled as 32 bit on the 64 bit machine with ARCH=x86.  This way it can take advantage of the existing core.gz. A good learning experience for me and thanks everyone to the help!

I am always wondering about the secret sauce - how the TC initramfs root file system was created.  Anyone knows if there is a more detailed reference on that?



Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Question on the microcore Linux kernel
« Reply #36 on: November 18, 2012, 11:44:50 AM »
Rob Landley of Busybox gave talks about this. Search the internet will likely produce, But that was 5+ years ago.
Now most any book on embedded Linux will have a chapter or two on the subject. The concept has been around for a very long time.
If you focus on the embedded area of Linux you will likely find much reference.

EDIT: See http://busybox.net/~landley/ols2006/presentation.txt
« Last Edit: November 18, 2012, 01:32:53 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.