On Mon, 2017-04-03 at 12:55 +0200, Steffen Trumtrar wrote:
> + vco = src_hz;
> + vco /= (1 + denom);
> + vco *= (1 + numer);
Don't you get rounding error by dividing first?
> + /* dedicated pins */
> + writel(pinmux->dedicated_io_4, ARRIA10_PINMUX_DEDICATED_IO_ADDR + 0x0c);
>
On Mon, 2017-04-03 at 12:55 +0200, Steffen Trumtrar wrote:
> Although Cyclone5 and Arria10 share a lot of the peripherals,
> they a different in the critical parts (SDRAM controller, clock setup,...)
>
> The Arria10 has a larger OCRAM (64KB vs 256KB), that is why we can
> omit the xload support fo
On 04/04/17 11:27, Çağlar Kilimci wrote:
Hey,
2017-04-04 11:04 GMT+03:00 Jan Remmet :
On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote:
Hello,
2017-03-31 16:00 GMT+03:00 Sascha Hauer :
On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote:
Hey,
I tried but got the s
Hey,
2017-04-04 11:04 GMT+03:00 Jan Remmet :
> On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote:
>> Hello,
>>
>> 2017-03-31 16:00 GMT+03:00 Sascha Hauer :
>> > On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote:
>> >> Hey,
>> >>
>> >>
>> >> I tried but got the same result
Hi everyone,
my boot partition is mounted to /boot/. Now, I want to make it
accessible in /mnt/ as mmc or emmc, depending to the bootsource. Sadly,
ln can only create symlinks for files and two mounts for one device
seems not to work.
Are there other ways to mirror a file system?
--
Mit fre
On Mon, Apr 03, 2017 at 11:59:50PM +0300, Çağlar Kilimci wrote:
> Hello,
>
> 2017-03-31 16:00 GMT+03:00 Sascha Hauer :
> > On Fri, Mar 31, 2017 at 02:41:19PM +0300, Çağlar Kilimci wrote:
> >> Hey,
> >>
> >>
> >> I tried but got the same result and then I would like to apply your
> >> serious patch