Hi!
Can I use Hifiberry OS with AMP2? I've downloaded Raspberry4 image and installed it with Etcher. However my Raspberry doesn't boot and cannot login?
Is there something special here or is this working with AMP2?
15 comments
-
Pasi Hakkarainen There is a green led which is flashing 7 times = kernel.img not found?
It's not a scdard problem because I tested same card and rAudio image and it worked ok.
-
HiFiBerry team 7 blinks show that the kernel has not been found. Either you didn't write it correctly or you use the wrong image for your Pi.
-
Pasi Hakkarainen ok... I have Raspberry Pi 4... which is right image?
I downloaded this: hifiberryos-pi4.zip (https://www.hifiberry.com/images/hifiberryos-pi4.zip)
-
HiFiBerry team This is correct
-
Pasi Hakkarainen So any idea??... After successfull image write (3rd time in a row) I checked and there is no kernel.img at sd-card.
-
HiFiBerry team kernl.img is on the DOS partition. If it's not there, there is some problem with your SD card writing program.
-
Pasi Hakkarainen Hmm... In the image file: hifiberryos-20230404-pi4.img I cannot find kernel.img file:
-
Pasi Hakkarainen Also I am using newest BalenaEtcher 1.18.8 and all others (tested 3 different images) this writing works well. And it feel ineteresting if all others wrote well but this one doesn't?
-
HiFiBerry team Ok, it's zImage
-
Pasi Hakkarainen Ok... there is zImage file in the FAT partition:
And config.txt:
# Please note that this is only a sample, we recommend you to change it to fit
# your needs.
# You should override this file using a post-build script.
# See http://buildroot.org/manual.html#rootfs-custom
# and http://elinux.org/RPiconfig for a description of config.txt syntax# We always use the same names, the real used variant is selected by
# BR2_PACKAGE_RPI_FIRMWARE_{DEFAULT,X,CD} choice
start_file=start.elf
fixup_file=fixup.datkernel=zImage
# To use an external initramfs file
#initramfs rootfs.cpio.gz# Disable overscan assuming the display supports displaying the full resolution
# If the text shown on the screen disappears off the edge, comment this out
disable_overscan=1# How much memory in MB to assign to the GPU on Pi models having
# 256, 512 or 1024 MB total memory
gpu_mem_256=100
gpu_mem_512=100
gpu_mem_1024=100
# Enable I2C and SPI
dtparam=i2c=on
dtparam=spi=on
dtoverlay=i2c-gpio,i2c_gpio_sda=0,i2c_gpio_scl=1
dtoverlay=vc4-fkms-v3d,audio=off -
HiFiBerry team That's exactly right. I cna't say why your Pi doesn't boot. My only guess is that this Pi is not a Pi4
-
Pasi Hakkarainen I installed Raspbian and checked:
pi@raspi:~ $ cat /proc/cpuinfo
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3Hardware : BCM2835
Revision : c03112
Serial : 10000000a52a86a6
Model : Raspberry Pi 4 Model B Rev 1.2pi@raspi:~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 6.1.21-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #16 42 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2 -
HiFiBerry team Unfortunately I have no idea why your Pi doesn't boot this. You can try an older release from here:
https://github.com/hifiberry/hifiberry-os/releases
We haven't heard from other users about a bahaviour like this. -
Pasi Hakkarainen Tried couple... same problem. This is sad... I'd like to test this one - currently using Volumio.
-
HiFiBerry team Very strange. One thing you can still try: Boot Raspberry Pi OS and update the boot loader. Maybe this is an early version that doesn't support reading config.txt (which would be strange, but I have no other idea why your Pi4 doesn't find the kernel).