WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore boot hangs on RPi4  (Read 2376 times)

Offline landrykid

  • Newbie
  • *
  • Posts: 6
piCore boot hangs on RPi4
« on: July 06, 2021, 04:23:13 PM »
When booting piCore 13.0.1 on a RPi4, the public/private keys get created then it just hangs.  No command prompt.  I've successfully installed other distros on this board, so where did I goof with piCore?

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: piCore boot hangs on RPi4
« Reply #1 on: July 06, 2021, 05:15:24 PM »
Hi,

Press enter and the prompt Will appear

Offline landrykid

  • Newbie
  • *
  • Posts: 6
Re: piCore boot hangs on RPi4
« Reply #2 on: July 12, 2021, 03:30:13 PM »
Pressing Enter did not work.  I checked the keyboard on another computer, then downloaded and re-burned the image just to be sure.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14755
Re: piCore boot hangs on RPi4
« Reply #3 on: July 13, 2021, 03:06:59 AM »
The latest piCore is 13.0.3 and the latest piCore64 is 13.0 - did you try one of these?

How much ram does your RPi4 have (there used to be a problem with 32-bit and 8gb)?

Offline landrykid

  • Newbie
  • *
  • Posts: 6
Re: piCore boot hangs on RPi4
« Reply #4 on: July 13, 2021, 08:01:20 PM »
I used "piCore-13.0.3.img" and my pi has 4GB.

I don't see piCore64 listed on the download page for Raspberry Pi's.  Am I missing something?  I thought it a bit odd there was only an armv6 folder when current pi's are armv8.
« Last Edit: July 13, 2021, 08:09:59 PM by landrykid »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11515
Re: piCore boot hangs on RPi4
« Reply #5 on: July 13, 2021, 10:21:41 PM »
Hi landrykid
You can find piCore64 here:
http://tinycorelinux.net/13.x/aarch64/releases/RPi/

Offline landrykid

  • Newbie
  • *
  • Posts: 6
Re: piCore boot hangs on RPi4
« Reply #6 on: July 13, 2021, 11:16:23 PM »
Same problem.  Public/private keys are created through the ed25519_key, then the cursor flashes and nothing seems to get it going again.  Pressing Enter does not work.  I'm burning the microSD card with:

  sudo dd if=/path/to/file/piCore64-13.0.zip of=/dev/mmcblk bs=4M conv=fdatasync status=progress

Does anything look off?  This is how I usually burn distros.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11515
Re: piCore boot hangs on RPi4
« Reply #7 on: July 14, 2021, 12:46:53 AM »
Hi landrykid
Shouldn't that be:
Code: [Select]
unzip piCore64-13.0.zip
sudo dd if=piCore64-13.0.img of=/dev/mmcblk bs=4M conv=fdatasync status=progress

Offline landrykid

  • Newbie
  • *
  • Posts: 6
Re: piCore boot hangs on RPi4
« Reply #8 on: July 14, 2021, 03:16:41 AM »
Ugh.  Of course.  I unzipped the earlier piCore image, but got sloppy here.  Thanks for catching it.

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1228
Re: piCore boot hangs on RPi4
« Reply #9 on: July 14, 2021, 09:04:43 AM »
Use a different keyboard to test, or connect via ssh.

The only thing I'm aware of in piCore64 with keyboards is that the microsoft keyboard driver has a missing dependency.  They added a hard dependency to the force feedback module.