Page 5 of 5 FirstFirst ... 345
Results 41 to 41 of 41

Thread: 2.6.35 Kernel Development

777
  1. [translate]    #41
    Senior Member
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    2,826

    Default

    Quote Originally Posted by ch33kybutt View Post
    I've linked xsr & rfs objects into modules for ckMod 2.6.29 kernels, so you must be right about compatibility issues.
    I don't know if this will help.
    I've been digging around bootloader lately, also in released source (samsuck's source)
    In /I5700_Eclair_PlatformOpenSource/platform/bootable/recovery/bootloader.c there is:
    Code:
    #include "bootloader.h"
    #include "common.h"
    #include "mtdutils/mtdutils.h"
    #include "roots.h"
    and in bootloader.h:
    Code:
    /* Bootloader Message
     *
     * This structure describes the content of a block in flash
     * that is used for recovery and the bootloader to talk to
     * each other.
    but of course both files are from AOSP.
    Is it possible that XSR/RFS is harcoded in one of our bootloaders (PBL or SBL) and lack of these modules in kernel prevents booting?
    Last edited by darth_llamah; 01-19-2011 at 10:18 AM.
    Code:
    setprop persist.world.domination 1

Page 5 of 5 FirstFirst ... 345

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •