Show Posts
|
|
Pages: [1]
|
|
1
|
Tribbox - Get support / Installation, configuration support / Re: How to connect a SATA hard disk to the Tribbox
|
on: September 10, 2008, 01:37:38 PM
|
|
--- linux-2.6.17.14_stm22_0036_7109SATA.orig/drivers/scsi/sata_stm.c 2006-12-14 15:05:02.000000000 +0530 +++ linux-2.6.17.14_stm22_0036_7109SATA/drivers/scsi/sata_stm.c 2006-12-14 12:07:09.000000000 +0530 @@ -883,7 +883,7 @@ hpriv->phy_init = sata_private_info->phy_init; hpriv->softsg = readl(mmio_base + DMAC_COMP_PARAMS_2) & DMAC_COMP_PARAMS_2_CH0_HC_LLP; - //hpriv->softsg = 1; + hpriv->softsg = 1;
printk(KERN_DEBUG DRV_NAME " using %sware scatter/gather\n", hpriv->softsg ? "soft" : "hard");
|
|
|
|
|
2
|
Tribbox - Get support / General Support / Re: SAPI Testapplication
|
on: August 18, 2008, 09:10:58 PM
|
|
Hi Sankarprabhakar, could you please post the whole log - from the very power-up (i.e. UBoot)
I see the line in your log "PTI Clock: Cut 2.0 detected -> applying 30000000Hz oscillator config ..." - that's strange. You probably need to set “export STCLKRV_EXT_CLK_MHZ=27” in /bin/setup.sh and recompile STAPI.
Also check that in UBoot environment you have following boot options for kernel present: “mem=96m bigphrea=4000 coprocessor_mem=2m@0x04000000,2m@0x04200000”
Viktor
|
|
|
|
|