Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

armhf 5.11 fails to boot. [SOLVED]

Started by yadbash, June 03, 2020, 05:30:15 AM

Previous topic - Next topic

yadbash

Using same process, I can successfully create a Raspbian OS SD Card. Then when I build Sparkylinux armhf-5.11 it fails to boot my Raspberrypi 3b+.   Anyone else having this issue?  I've already tried 4 different SD Cards using different format programs.  Using dd to copy armhf-5.11.xxx.img to SD card.

lami07

Quote from: forum rulesWhen an issue has been resolved for you, please edit the original post to include <SOLVED> in the title. This provides a good indicator for users with a similar problem to check out the thread
Want to chat? Join #sparkylinux at [url="//irc.freenode.net"]irc.freenode.net[/url]

yadbash

Quote from: lami07 on June 03, 2020, 08:02:10 AM
No issue on my rpi 3b+.

https://wiki.sparkylinux.org/doku.php/sparky_armhf_installation

lami07, Thanks. I'll keep testing my rpi 3b+ with Sparkylinux Older images to resolve my no boot.

lami07

Any details about the boot problem that you would like to share?
Quote from: forum rulesWhen an issue has been resolved for you, please edit the original post to include <SOLVED> in the title. This provides a good indicator for users with a similar problem to check out the thread
Want to chat? Join #sparkylinux at [url="//irc.freenode.net"]irc.freenode.net[/url]

yadbash

#4
Quote from: lami07 on June 03, 2020, 06:19:13 PM
Any details about the boot problem that you would like to share?

Yes ! I used cp and not dd to copy image to SD Card and it worked.  Not sure why but, I have it working properly.



sudo fdisk -l <Identify device name of SD Card, ie: mmcblk0>

sudo dd if=/dev/zero of=/dev/mmcblk0 bs=4MB

sudo mkfs.fat -F 32 -I -v /dev/mmcblk0

sudo cp  /home/bobby/Downloads/sparkylinux-5.11-armhf.img /dev/mmcblk0

View the most recent posts on the forum