WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore 17 Beta Releases  (Read 2088 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12925
Re: piCore 17 Beta Releases
« Reply #30 on: July 27, 2026, 08:43:27 AM »
Hi meo
... So the only thing I have to do to be able to use for example pragtical is to, from the prompt, issue the command tce-load -i Xorg-3d.tcz followed by startx at the prompt. ...
Why don't you add  Xorg-3d.tcz  to your  onboot.lst  file and just
let it start automatically?

Offline meo

  • Hero Member
  • *****
  • Posts: 725
Re: piCore 17 Beta Releases
« Reply #31 on: July 27, 2026, 09:05:53 AM »
Hello Rich!

I did just that some time ago but that led to some kind of conflict that made me have to install everything from the ground. Now i have one in my RPi 5 to which I have to add the 99-vc4.conf file to make it work. That I don't have to do in RPi 4. So it's just one thing to do to prepare the environment anyway (something that I can remember and not read from some notation).

Regards,
meo

PS Let's say I don't want to risk having to reinstall everything again DS
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15718
Re: piCore 17 Beta Releases
« Reply #32 on: July 27, 2026, 09:34:03 AM »
We need to make an adjustment to a startup script to add 99-vc4.conf for RPi5 with Xorg-3d.

I can't help feeling that, whilst adding 99-vc4.conf solves the problem, it is not the actual problem.

The current startup script is in xorg-server because 99-vc4.conf is needed for RPi3 and below for x to work at all, but it is perhaps more logical in the case of RPi5 for a startup script to be added to Xorg-3d?

Offline meo

  • Hero Member
  • *****
  • Posts: 725
Re: piCore 17 Beta Releases
« Reply #33 on: July 27, 2026, 03:22:12 PM »
Hi Juanito!

That sounds good. It would be easier to use the RPi 5. I use RPi 4 now because it's easier and it works perfect.

Kind greetings from a wet Sweden,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline mocore

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 813
  • ~.~
Re: piCore 17 Beta Releases
« Reply #34 on: Today at 03:49:04 AM »
some kind of conflict that made me have to install everything from the ground.
...
PS Let's say I don't want to risk having to reinstall everything again DS

wrt to that / fwiw

iv found it is possible to borrow from other distro ( initially suse ( but their build lack chain-loader grub cmd ) , & afair iv found builds from other distros )
uboot-efi ldr -> grub2efi
built for pi/arm64

copy the files to the pi firmware /boot partition

then create extra partitions and grub2 menu-config for testing different versions or even other os's 'root-fs' ( requires pointing the menu entry at each distro or viersion's partition uuid or label )
 

and use this to boot/test alternative config's or distros from their own partition

though this is possible to do with just TC and some kernel/cmdline options (and renaming core.gz and kernel for each version )
it is imho easier to reason about ( especially while testing alt config ) with separate partitions


PS The only thing I have to worry about is the size of the backup. It's already about 74.5MB DS

best way around this imho is to
create a "static" home partition
and disable backup of ~/
« Last Edit: Today at 03:52:15 AM by mocore »

Offline meo

  • Hero Member
  • *****
  • Posts: 725
Re: piCore 17 Beta Releases
« Reply #35 on: Today at 05:21:13 AM »
Hello mocore!

Thanks for your interest. The thing is that I have the contents of a database and a python project in /home/tc that has to be there. So I need to backup that even if it gets a little big.

Kind regards,meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire