Hello!
I am trying to install PiCore at my Raspberry Pi Zero, no luck - it doesn't seem to bring up the network, and I have no screen/keyboard for now.
So far I have tried 8.1.5, 7.0 and 9.0...9.0.3 with the same result. The Pi itself and SD card are operable ( tried with basic installation of Arch Linux and that worked fine ).
What I did:
- dd if=piCore-8.1.5.img of=/dev/mmcblk0 bs=1M status=progress
- tried with both resized and unresized mmcblk0p2
- set/clear the bootable flag on first partition
the partition table:
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 8192 69631 61440 30M c W95 FAT32 (LBA)
/dev/mmcblk0p2 69632 15130623 15060992 7.2G 83 Linux
Am I missing something important?
Thank you!