Hi,
before updatting my kernel (as I guess it could certainly solve by bluetooth problem),
as it is explained here
http://www.newit.co.uk/forum/index.php/topic,285.msg2569/topicseen.html#msg2569I want to see if my bluetooth works with another system on the SD card...and so create a dual boot capability (from Nand or from SD)
i have installed debian lenny on a 8G SD card (1st partition for boot, second one for root and one for swap) with ext2 format.
(I will try the same thing on another SD card with transcend-8G-8048869376-NewIT-v1.3-debian-squeeze-eSATA.img.gz)
Before doing something wrong, can someone confirm what I have to do :
setenv bootargs_console 'console=ttyS0,115200'
setenv bootargs_root_jffs2 'root=/dev/mtdblock2 ro'
setenv mtdpartitions_jffs2 'mtdparts=nand_mtd:0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs) rw root=/dev/mtdblock1 rw ip=10.4.50.4:10.4.50.5:10.4.50.5:255.255.255.0:DB88FXX81:eth0:none'
setenv jffs2_config 'setenv arcNumber;setenv mainlineLinux no;setenv bootargs_root $(bootargs_root_jffs2);setenv bootcmd run bootcmd_jffs2;saveenv;reset'
setenv bootcmd_jffs2 'setenv bootargs $(bootargs_console) $(mtdpartitions_jffs2); nand read.e 0x00800000 0x00100000 0x00400000; bootm 0x00800000'
setenv bootargs_root_mmc 'root=/dev/mmcblk0p2 rootdelay=5'
setenv mmc_config 'setenv arcNumber 2678;setenv mainlineLinux yes;setenv bootcmd run bootcmd_mmc;saveenv;reset'
setenv bootcmd_mmc 'setenv bootargs $(bootargs_console) $(bootargs_root_mmc); mmcinit; ext2load mmc 0:1 0x800000 /uImage; bootm 0x00800000'
saveenv
reset
and then
run mmc_config to boot from SD
or
run jffs2_config to boot from NAND
PS: which kernel is recommended for my esa sheevaplug? (I've read that 2.6.35 is not working well), as I want to use first bluetooth (with USB dongle) and certainly add an esata drive (and perhaps boot from this drive or do it from nand (if bluetooth works!) or SD card...
Thanks for your help, hoping that my post can be understood
