Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

custom kernel (initrd support etc)
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
custom kernel (initrd support etc)
9th Jan, 2013, 12:05 AM
Post: #1
xcweuz Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
custom kernel (initrd support etc)
I would like to add some stuff to kernel like initrd support.

Is this also the correct way for xbian?
http://elinux.org/RPi_Kernel_Compilation#Perform_the_compilation
Find all posts by this user
Quote this message in a reply
9th Jan, 2013, 12:11 AM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
Not exactly, but please post your request an i will compile it for you. In my setup, i have new functions/modules compiled in about 30min or faster.

I also need to update our online compile manual. Until then, just let me do it.

Also, what are you trying to achieve? Is it worth sharing with us?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
9th Jan, 2013, 12:23 AM
Post: #3
xcweuz Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: custom kernel (initrd support etc)
I want to have initrd support to able to do things before actual boot.

Example:
I have on my server (not raspberry but x68) encrypted root partition which is getting decrypted on boot over network. debian has a great support for such stuff. I would like to be able to do that with raspberry pi.
Find all posts by this user
Quote this message in a reply
9th Jan, 2013, 06:11 AM
Post: #4
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
I've pushed a new kernel + firmware including the initrd support. Let me know if it works.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
9th Jan, 2013, 10:25 AM
Post: #5
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
I tried to make an initramfs image, the system says it found it, but hangs on the inability to mount root. The only thing i tried to let the ram image do is mounting the local filesystems with busybox.

Can you tel me how to create a very simple initramfs which i can then expand?

PS. i followed this tutorial: http://jootamam.net/howto-initramfs-image.htm

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jan, 2013, 09:57 AM
Post: #6
martinet Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: custom kernel (initrd support etc)
(9th Jan, 2013 12:11 AM)CurlyMo Wrote:  Not exactly, but please post your request an i will compile it for you. In my setup, i have new functions/modules compiled in about 30min or faster.

I also need to update our online compile manual. Until then, just let me do it.

Also, what are you trying to achieve? Is it worth sharing with us?

Any progress on online compile manual? I'd like to compile one module - udlfb. I followed this instructions: http://mitchtech.net/raspberry-pi-kernel-compile/ and rpi starts but... xbmc cannot start - dmesg shows some video errors:

Terminal

vchiq_get_state: g_state.remote->initialised != 1 (0)
vchiq: vchiq has no connection to VideoCore
vchiq_get_state: g_state.remote->initialised != 1 (0)
vchiq: vchiq has no connection to VideoCore
Find all posts by this user
Quote this message in a reply
20th Jan, 2013, 07:52 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
You should follow the tutorial on our git: https://github.com/xbianonpi/xbian/blob/xbian-alpha5/Docs/CompileKernel.sh

However, you can always do a request for a module.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jan, 2013, 10:32 PM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
I just added the module:
https://github.com/xbianonpi/xbian/commit/6997add6fd960c84f9b1f22f5572643bde240e71

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jan, 2013, 11:44 PM
Post: #9
martinet Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: custom kernel (initrd support etc)
(20th Jan, 2013 10:32 PM)CurlyMo Wrote:  I just added the module:
https://github.com/xbianonpi/xbian/commit/6997add6fd960c84f9b1f22f5572643bde240e71

Thank you!
Find all posts by this user
Quote this message in a reply
21st Jan, 2013, 08:52 PM
Post: #10
Agronom Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: custom kernel (initrd support etc)
Hello, i want to try xbian on miniand cubieboard, can you tell me what i need to do or read for this?
Find all posts by this user
Quote this message in a reply
21st Jan, 2013, 08:58 PM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
What you need to do is donate one to us and we will add support. We currently don't own one, so hard to develop for it.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Jan, 2013, 10:07 PM
Post: #12
Agronom Offline
Registered
Posts: 2
Joined: Jan 2013
Reputation: 0
RE: custom kernel (initrd support etc)
(21st Jan, 2013 08:58 PM)CurlyMo Wrote:  What you need to do is donate one to us and we will add support. We currently don't own one, so hard to develop for it.

I would do it with pleasure, but I have no such an opportunity. Now i trying to start xbian on qemu, because i dont have cubieboard now. I planing to buy it in next month.
Find all posts by this user
Quote this message in a reply
21st Jan, 2013, 10:11 PM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: custom kernel (initrd support etc)
Let us know about your progress...

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Latest RPI kernel doesn't support zram Killerbee 2 11,729 14th Dec, 2013 12:47 AM
Last Post: Killerbee

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 08:15 PM Powered By MyBB, © 2002-2025 MyBB Group.