Forum Discussion
Altera_Forum
Honored Contributor
11 years agoArrow SoCKit Linaro Desktop with ACDS 14.0 and Linux 3.13
Hi, I thought I'd provide some tips on using Arrow SoCKit Linaro Linux Desktop on ACDS 14.0, as I got it working just recently. This assumes you already have this one installed successfully: http:...
Altera_Forum
Honored Contributor
11 years agoAlso: I overlooked error: kernel: spi_master spi0: problem registering spi master
This can be fixed by using the entries for spi0 and spi1 from the kernel socfpga.dtsi, hps_0_spim0: spi@0xfff00000 { ... tx-dma-channel = <&hps_0_dma 16>; rx-dma-channel = <&hps_0_dma 17>; } ... hps_0_spim1: spi@0xfff01000 { ... bus-num = < 1 >; tx-dma-channel = <&hps_0_dma 20>; rx-dma-channel = <&hps_0_dma 21>; }