Activity
From 04/27/2019 to 05/26/2019
05/20/2019
- VJ 07:37 AM Software Development: RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
- Hi Zach
I cloned the repositories again, did a rebuild and now it works.
Thanks.
BR
VJ
05/15/2019
- ZM 01:45 PM Software Development: RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
- Hi Vidar,
Looks like you may be missing some tools that need to be installed to build this branch. I tested a build in docker though and that worked fine, so I'd recommend that. From inside your poky directory, you run - VJ 07:33 AM Software Development: RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
- Hi Zach
I started from scratch, cloned the repositories, changed KERNEL_PROVIDER and run the build script, but I got some error messages:
05/14/2019
- ZM 01:30 PM Software Development: RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
- Hi Vidar,
If you pull @meta-cl-socfpga@ I've just added a recipe to build the 4.9.76-ltsi-rt kernel.
In @meta-cl-socfpga/conf/machine/mitysom-c5.conf@ just change @KERNEL_PROVIDER@ to be @linux-cl-socfpga-ltsi-rt@ and yocto will bu... - VJ 09:53 AM Software Development: RE: Using PREEMPT_RT on MitySOM 5CSX Dev Board
- Hi
We have successfully built the rocko branch (https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Yocto_for_MitySOM-5CSX), but we need the PREEMPT_RT kernel.
4.9.76-ltsi-rt seems to be the one that matches the 4.9.78-l...
04/30/2019
- DV 10:34 AM FPGA Development: RE: FPGA programming
- Dear Zachary,
that worked perfectly, thank you so much!
Best,
Davide
04/29/2019
- ZM 09:48 PM FPGA Development: RE: FPGA programming
- Hi Davide,
If your FPGA is based on the one from the support site (in particular, if it includes PIO cores), you'll need to rebuild the kernel with the GPIO driver as a module instead of built in.
You can follow the instructions at... - Hi everyone,
I'm having troubles programming the FPGA from HPS in the Linux environment. In particular, after I scp my rbf file to my sd card and disable the bridges, I try to program the FPGA issuing the dd if =file.rbf of=/dev/fpga0...