Re: [beagleboard] How to replace 4.4.x Linux kernel in BBB eMMC after cross compiling from source?

2018-01-09 Thread Dennis K
to upgrade because with the older kernel the pru_rproc driver did not work. Dennis On Friday, January 5, 2018 at 4:08:14 PM UTC-5, RobertCNelson wrote: > > On Fri, Jan 5, 2018 at 2:59 PM, Dennis K > wrote: > > > > I need to recompile my current Beaglebone Black Linux kern

[beagleboard] How to replace 4.4.x Linux kernel in BBB eMMC after cross compiling from source?

2018-01-05 Thread Dennis K
I need to recompile my current Beaglebone Black Linux kernel (4.4.91) to set CONFIG_STRICT_DEVMEM=n. This will allow the use of mmap to access the SPI interface hardware directly, among other things. So far... I have loaded the latest version of arm-linux-gnueabihf gcc. Cloned the latest kernel