tiny6410-boot sd problem

alessandro
hi to all,
I have some sd boot problems with my tiny board (2G Nand flash)
at the end the boot looder doesen't work and no led1_flushing at all.
(tested using win xp or win7_administrator_relayout etc)

questions:

1) it is not clear for me the structure of sd card. The user manual report 
/images/linux/(all file on DVD /linux image including superboot)  and
/images/Friendlyarm.ini
Reading the .ini file (superboot_20110722) it report only /linux/ Question:
can you give to me the right answer? or post to me superboot/flasher/and   

2) can I run Linux (not ubuntu) from sd using Action=run?


In addition:
I have the same problem using sdflasher v1022 or 1120 (tested on 3
different sd card 2/4/16G and all reports no error) and different
bootlooader (superboot-20110527.bin, superboot-20101223.bin,
superboot-20110722.bin, superboot-20110727_beta) using /image/linux or
/linux  tree 

--------below my FriendlyARM.ini ----- 
#This line cannot be removed. by FriendlyARM(www.arm9.net)

LCD-Mode = Yes
LCD-Type = N43

CheckOneButton=No
Action=run
OS= linux

VerifyNandWrite=No

StatusType = Beeper| LED

#################### Linux #####################
Linux-BootLoader = superboot-20110727.bin
Linux-Kernel = Linux/zImage_n43
Linux-CommandLine == root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs
init=/linuxrc console=ttySAC0,115200
Linux-RootFs-InstallImage = Linux/rootfs_qtopia_qt4-mlc2.ubi
Linux-RootFs-RunImage = Linux/rootfs_qtopia_qt4.ext3

################### Android ####################
etc etc......




thanks in advance for any support

vib
1)  I got two DVDs, DVD 2 has all the images as it should.
2)  I think it should work, I haven't tried it myself. To prove that your
images/system is working, use "install", and that I have tried. It works.

alessandro
thanks for your fast reply
I've used the DVD2 for the image but
my problem is that I'm not able to boot the board via SD using superboot
any suggestion?

vib
1.Make sure you use sdflasher to initialize the SD card.
2) Use "install" if it works
3) Connect a serial cable and use hyperterminal to check the SD reading
status.

pvqtrung
Hi ,
I tried install Linux/Android from SD card using superboot_20110722.Please
copy "superboot-20110727.bin" to "Images/Linux" or "Images/Android" folder
and change your Friendlyarm.ini like
"Linux-BootLoader = Linux/superboot-20110727.bin"
"Android-BootLoader = Android/superboot-20110722.bin"
It works well.

alessandro
thanks for the answer
I will try as you suggest!

My real problems seam related to superboot and sd card.
Without any configuration (just fuse) the superboot doesen't start
I have tried different sd card and readers but I'm not able to work
properly.
the sd is well formattetd (two partions, as described in the manual) no
error everythins seams ok but the card doesen't start!!
When I fuse the sd card using uboot_sd_nand256 every things is ok but using
DNW I can transfer only uboot and image_n43 all the other transfer will
fail (remaing locked at 90% and I have to reboot)

Ground
You uses a dir "image", but this should be "images"

see you!