Hi,
Thanks for your responses.
PicorePlayer probably has a copy2fs.flg file in its tce directory
I just checked my picoreplayer systems. Even those not running the lyrion server have that fs mounted r/w. and no `copy2fs.flg` file. I guess they rely on there not being writes on that filesystem for normal usage.
Is this still piCore? Maybe your RTC is off?
It's picore, yeah. I'm not sure how it works on a rpi. There's no battery to keep the time, that's for sure.
I had already tried the `tz` bootcode too. The incorrect result is the same.
I looked on my picoreplayer boxes, where the date is correct. They use a TZ of `GMT0BST,M3.5.0/1,M10.5.0`.
tc@box:~$ TZ=Europe/London date
Sun Jun 7 08:09:56 AM Europe 2026
tc@box:~$ TZ=GMT0BST,M3.5.0/1,M10.5.0 date
Sun Jun 7 09:09:59 AM BST 2026
So `Europe/London` gives the wrong time on tc.
I just tried that under TC10 x86 and TC14 x86_64 and they both showed pretty yellow text.
This remains a mystery. It's definitely to do with colours, as this works fine (albeit with no colour):
git log --color=never
http://tinycorelinux.net/corebook.pdf
Oh, I've been reading it, don't worry!