Tiny Core Base > piCore Final Releases
piCore-13.0.3 released (32-bit)
Rich:
Hi MrPorcine
--- Quote from: MrPorcine on May 06, 2021, 09:37:30 PM --- ... If I start again and just add Xorg, xf86-video-turbo is added as a dependency and piCore hangs.
Suggestions?
--- End quote ---
You could remove xf86-video-fbturbo.tcz from your Xorg.tcz.dep file, but then you'll probably still have this problem:
--- Quote --- ... server quits as it can't find a fbdev. ...
--- End quote ---
togden:
Greetings,
Followed this protocol perfectly to try to load piCore onto a Pi Zero W, from a person who seems extremely savvy. Got to "Step One" in his Installing Wifi Module. (Around 7:10 in his YouTube companion video). Entered "tce-load -i wifi" Everything checked "OK" except got this returned:
"wireless-5.10.16-piCore-v71.tcz not found!" I'm using piCore-13.0.3.img downloaded May 6.
https://www.novaspirit.com/2018/01/09/tiny-core-raspberry-pi-zero-w-install/
https://www.novaspirit.com/2018/01/09/tiny-core-raspberry-pi-zero-w-install/
If there's a work around it'd be great to know. Thanks everyone!
Juanito:
The extension is called wireless-5.10.16-piCore.tcz
MrPorcine:
The kernel in the 13.0.3 release is 5.10.16. In the source folder http://tinycorelinux.net/www/13.x/armv6/releases/RPi/src/kernel/, the kernel is indeed 5.10.16. However, the .config and the module files are all 5.10.13. Can I use the 5.10.13 config to generate new modules? I'm trying to wake up the touch screen and it looks like handling of the official 7" touch screen has changed. There is no more a module called rpi-ft5406, but one called raspberrypi-ts. There may be more to this, but at least that is obvious.
MrPorcine:
Well, that didn't work. :( I compiled the modules on a RPi 4 running Rasbarian. Here is the diff of the .config from the repository and the one after I ran "make xconfig". I did add the -v7 to localversion:
--- Code: ---diff .config ../5.10.13-piCore_.config
3c3
< # Linux/arm 5.10.16 Kernel Configuration
---
> # Linux/arm 5.10.13 Kernel Configuration
5c5
< CONFIG_CC_VERSION_TEXT="gcc (Raspbian 8.3.0-6+rpi1) 8.3.0"
---
> CONFIG_CC_VERSION_TEXT="gcc (piCore) 10.2.0"
7,8c7,8
< CONFIG_GCC_VERSION=80300
< CONFIG_LD_VERSION=231010000
---
> CONFIG_GCC_VERSION=100200
> CONFIG_LD_VERSION=234000000
24c24
< CONFIG_LOCALVERSION="-piCore-v7"
---
> CONFIG_LOCALVERSION="-piCore"
--- End code ---
I then copied the raspberrypi-ts.ko module to the appropriate place on a running piCore-13.0.3 on a pi 3b+. I hand modified modules.dep so that modprobe could find the module. When I ran "sudo modprobe raspberrypi-ts" I got the following message:
--- Code: --- sudo modprobe raspberrypi-ts
modprobe: can't load module raspberrypi-ts (kernel/drivers/input/touchscreen/raspberrypi-ts.ko): invalid module format
--- End code ---
I tried this after gzipping and before gzipping. Same message each time. I know this all will disappear on the next reboot, but I thought it would work as a test. Clearly I am out of my depth. Comments please.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version