[Arm-netbook] Fwd: Re-installing CT-PC89E original firmware ...

Luke Kenneth Casson Leighton luke.leighton at googlemail.com
Fri Mar 12 14:02:10 GMT 2010


On Fri, Mar 12, 2010 at 1:34 PM, JLB <j at twu.net> wrote:
> Okay, colour me 'thoroughly confused'. (It's a shade of green.) If we now
> have the ability to compile our own kernel, what is stopping us from
> either [a] compiling in ext3 support or [b] compiling ext3 support as a
> loadable module?

 the kernel will then look at the "supposedly ext3" filesystem on the
NAND flash, _treat_ it as an ext3 filesystem when it is in fact an
early and UNSTABLE ext4 filesystem, and dick with it.   i've already
had some fsck errors come up (about 500 of them), the consequences of
which i have _absolutely_ no idea about.

 but, if you are prepared to edit the smdk-6410.c to "swap over"
/dev/mmcblk0 and /dev/mmcblk1 by moving the order in the
platform_devices of s3c_device_hsmmc0 and s3c_device_hsmmc1 (it's as
simple as that) theeeeen you can create your own filesystem on the
SDcard, making sure that you have at least two partitions, THEN it
will be okay, because you won't be touching the NAND flash.

 remember that the u-boot params root=/dev/mmcblk0p2 we can NOT alter
right now (without risk).

 so, by simply swapping the order of the hsmmc block devices, SD card
become mmcblk0 :)

 l.



More information about the Arm-netbook mailing list