
Originally Posted by
ch33kybutt
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?
Bookmarks