Re: Debian on Shuttle KD20 (PLX OXNAS 7821)
Peacemaker, > The disk is not spinning up, but it is running > anywhy as I boot from the disk. Strange, meaning you have only one SATA disk plugged in and you can boot from that?
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Yes, I booted the stage1 und uboot from the HDD, and then I can't activated & boot from Sata/HDD
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
@Peacemaker, QuoteOverall I'm not quite happy with the patched Kernel 2.6: But Krefs Oxnas Kernel works well with the .dts from the openwrt-oxnas-projekt, but only with one sata port. So as I'd like...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Year, I thought maybe, I can set up first booting: up everything direct from HDD, so there is no need modify the nand. But that I get this is harder than expected. The new kernel (Kref's) is running,...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Peacemaker, I think you could start with the DTS. You already made the change to 2 SATA ports in the driver. But the DTS needs another entry for the 2nd port. The things to look for is the settings in...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
-bodhi, Thanks for your input :-) I know and I allready have a pogoE02 but I liked the opinon of a dualcore and 2sata's and to all of it the KD20 had just a nice price ( 40€) . Back to topic: I have...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
#define SATA_REG_BASE OXNAS_HW_PA_TO_VA(0x05900000) #define SATA_PHY_BASE OXNAS_HW_PA_TO_VA(0x04900000) #define SATA_PHY_BASE_PA 0x44900000 #define SATA_REG_BASE_PA 0x45900000 #define SATA0_REGS_BASE...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
QuoteWarheadsSE > This only real difference I see is that you need > to have the port @ 0x45910000, and they appear to > have the same DMA/SGDMA/etc. Good hints! then cloning the second port...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Thanks to both of you. I tried to add to dts: sata@45910000 { status = "okay"; }; dtsi: sata@45910000 { compatible = "plxtech,nas782x-sata"; /* port sgdma core */ reg = <0x45910000 0x100>,...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
It would probably be est to get the sata@ so that it doesn't think there are actually 2 entries, but that you can specify nr-ports 2, and it uses the second port @ +0x10000
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
WarheadsSE Wrote: ------------------------------------------------------- > It would probably be est to get the sata@ so that > it doesn't think there are actually 2 entries, but > that you...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Yes.. because it is attempting to treat it as 2 separate PHY. There is only 1.
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Okay, I see what you mean. But how can I use 2. ports on one PHY? I see here nothing in the driver code nor I have any Idea how to insert the second correctly into the dts.
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Am I understanding you right: The 2 port option has to be integreated in the sata_oxnas driver, and not only activated? As I have absolutly no idea how to do this as the structure from the old driver...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Except, the vendors sata driver will 99% likely not work with the newer kernel. I have seen that pile of steaming crap.
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
> Except, the vendors sata driver will 99% likely > not work with the newer kernel. I have seen that > pile of steaming crap. :) yes. @peacemaker, I think the correct DTS syntax for 2 SATA...
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
@bodhi - yes, PLUS additions to the driver to be able to address the second port.
View ArticleRe: Debian on Shuttle KD20 (PLX OXNAS 7821)
Big thanks to both of you. I'll see what I can do. But I have first to undersand how the driver works (old and new) to patch the second pord in. But this is the first time I try something like this....
View Article