1
Zaurus - pdaXrom / [u-boot] How I Can Install Beta3 Or Cacko ?
« on: September 25, 2006, 11:15:19 am »Quote
I have installed pdaXrom beta4 with u-boot ...... now i want try other distro.....
Can i install this other distro trought the u-boot ?
The distro is :
beta 3
cacko
OZ
How can i do ?
THANKS
Bye
[div align=\"right\"][a href=\"index.php?act=findpost&pid=142242\"][{POST_SNAPBACK}][/a][/div]
Yes and no
openembedded ist useing another NAND flash layout
and the openembedded kernel can not read u-boot parameters .
u need a special kernel and install images for openembedded gpe and opie images
i can take a look if i find some running gpe/opie image with running kernel ..
someting like this for nand layout drivervs/mtd/nand/sharpsl.c ......
#define DEFAULT_NUM_PARTITIONS 5
static struct mtd_partition sharpsl_nand_default_partition_info[] = {
{
.name = "U-Boot",
.offset = 0,
.size = 256 * 1024,
},
{
.name = "U-BootEnv",
.offset = 256 * 1024,
.size = 128 * 1024,
},
{
.name = "Emergency",
.offset = 384 * 1024,
.size =5376 * 1024 ,
},
{
.name = "Kernel",
.offset = 5760 * 1024,
.size = 1408 * 1024,
},
{
.name = "JFFS2",
.offset = 7168 * 1024 ,
.size = 123904 * 1024 , // NICE BIG ROOTPART...
},
};