WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Pi 4 blank screen with piCore 9.0.3 and 8.1.5  (Read 1800 times)

Offline Duncan T

  • Newbie
  • *
  • Posts: 4
Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« on: February 14, 2020, 06:46:20 AM »
Hello everyone, this is my first attempt with piCore on a new Raspberry Pi 4. The Pi 4 works fine with Raspbian, but I have tried piCore 9.0.3 and then 8.1.5 on the same SD card and each time I get no video signal.

HDMI cable is plugged in the same port as when Raspbian works. I've tried two monitors, both work with Raspbian, neither with piCore.

From what I have read, I am expecting to see a prompt on screen when the Pi 4 starts up, but I get no video signal. Grateful for any help, am I missing something obvious?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #1 on: February 14, 2020, 08:28:42 AM »
I believe you need to use piCore 11.x with an RPi4

Offline Duncan T

  • Newbie
  • *
  • Posts: 4
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #2 on: February 14, 2020, 10:23:06 AM »
Thanks Juanito. I just checked the various downloads and notice that 9.x only has armv6 and armv7, while 11.x has armv7l too - I guess that's what you mean. My Pi 4 reports armv7l with uname -m.

It looks like nobody has built the zip files yet. Does anyone know where I can find build instructions?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #3 on: February 14, 2020, 10:30:48 AM »
Hi Duncan T
You can find a  Beta  release here:
http://tinycorelinux.net/11.x/armv7l/test_releases/RPi/

Offline Duncan T

  • Newbie
  • *
  • Posts: 4
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #4 on: February 14, 2020, 10:33:41 AM »
Hi Rich,
Thank you very much, I'll try that. Much appreciated.

Offline Duncan T

  • Newbie
  • *
  • Posts: 4
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #5 on: February 14, 2020, 10:52:14 AM »
Thanks again Rich - the beta boots as expected.

Thanks to you and Juanito for helping me get started.

Offline bladesmaster

  • Newbie
  • *
  • Posts: 3
Beta release 11 for Pi 4 has almost empty repository
« Reply #6 on: February 26, 2020, 11:59:52 PM »
Installed this beta release on Raspberry Pi 4 4G. tce-load for wget, make, gcc succeeded, so it works. But I did not succeed to install what I need: neither ntp nor samba (samba4) nor nfs-utils (error message no extension). tce-ab does not find them. Where can I find the content of repository for this beta?  All packages I need are present in repo for rel.9 that does not work on RPI4
 

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #7 on: February 27, 2020, 12:42:57 AM »
You can try extensions from the piCore 9.x armv7 repo to see if they work.

Offline bladesmaster

  • Newbie
  • *
  • Posts: 3
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #8 on: February 27, 2020, 01:52:08 AM »
I am newbie in TinyCoreLinux (but not in Linux), and I have a question. Of course I can download needed tsz files from tinycorelinux.net/9.x/armv7/tcz/ by wget, but will i get all dependencies? In other words - does tsz package contain all dependencies? For example ubuntu deb package does not - it only instructs which packets it depends on, but ubuntu snap does.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #9 on: February 27, 2020, 02:20:01 AM »
No, you will not get any dependencies.

If you download the *tcz.tree file for the extension you need, it will list all of the dependencies.

Note that you need the *tcz, *tcz.dep (where it exists) and *tcz.md5.txt files for each extension.

Offline bladesmaster

  • Newbie
  • *
  • Posts: 3
Re: Pi 4 blank screen with piCore 9.0.3 and 8.1.5
« Reply #10 on: February 27, 2020, 02:54:30 AM »
Thank you