That worked, but now I get a segmentation fault when I try to run the float_compute example:
debian@BeagleBoard-X15:/usr/share/ti/examples/opencl/float_compute$ sudo ./float_compute This example computes y[i] = M[i] * x[i] + C on single precision floating point arrays of size 2097152 - Computation on the ARM is parallelized across the A15s using OpenMP. - Computation on the DSP is performed by dispatching an OpenCL NDRange kernel across the compute units (C66x cores) in the compute device. RunningSegmentation fault debian@BeagleBoard-X15:/usr/share/ti/examples/opencl/float_compute$ On Monday, February 17, 2020 at 7:12:10 PM UTC-8, RobertCNelson wrote: > > On Mon, Feb 17, 2020 at 7:54 PM Christopher Hansen <[email protected] > <javascript:>> wrote: > > > > Thanks. I was trying this one: Debian 10.0 2019-07-07 4GB SD IoT > > > > Ugrading the kernel with /opt/scripts/tools/update_kernel.sh worked for > me, but it still doesn't include the driver. > > > > Does this look right for the kernel version? Is there any other way to > get the cmemk.ko driver? > > > > Chris > > > > debian@BeagleBoard-X15:~$ uname -r > > 4.19.94-ti-r35 > > cmem was added to the v4.19.x-ti kernel around: Sep 25, 2019 (after > 2019-07-07) > > > https://github.com/RobertCNelson/boot-scripts/commit/8f20cac93cbbec2ab705333a543903287ff9e7d4#diff-026364be61dc00428c22a7d18643d5c1 > > > So... From: > > /opt/scripts/ > > run "git pull" > > Regards, > > > -- > Robert Nelson > https://rcn-ee.com/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e013fe1f-63c1-483c-861e-cb1bd7a2344b%40googlegroups.com.
