You cannot do this.


Code:
--------------------
    
  pcp_make_module_extension -k 5.10-42-pcpTEST -e 88XXauTEST
  
--------------------


The kernel name that you use in the build scripts, must match the name
of the kernel shown when you run `uname -r` in pcp8.  WEhich for a
pizero is `5.10.42-pcpCore`  You have to use that kernel name (-k
5.10.42-pcpCore) in all of the build scripts.   

The correct usage is

Code:
--------------------
    
  pcp_make_module_extension -k 5.10.42-pcpCore -e 88XXau      (The name listed 
in the -e does not matter one bit, it just needs to be a name)
  
--------------------


The name of the extension will then be 88XXau-5.10.42-pcpCore.tcz.   You
can put that exact name in onboot.lst, but if you use 88XXau-KERNEL.tcz.
The next time you build the driver for the next kernel, you won't have
to edit onboot.lst.

One other point, if you are building the driver for the current running
kernel, you can omit the -k option



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115160

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to