Hi.
I bought a RPi 4 - 4GB and also 64 Gib microsd for storage and system.
I used https://info.armtixlinux.org/raspberrypi4.html for guide and I did everything (I chose u-boot path).
This is my partition table (in MBR/dos):
sdc 8:32 1 59.5G 0 disk
├─sdc1 8:33 1 512M 0 part /mnt/Removable_2
└─sdc2 8:34 1 59G 0 part /mnt/Removable
cfdisk result:
Disk: /dev/sdc
Size: 59.52 GiB, 63908610048 bytes, 124821504 sectors
Label: dos, identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
>> /dev/sdc1 * 2048 1050623 1048576 512M b W95 FAT32
/dev/sdc2 1050624 124821503 123770880 59G 83 Linux
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Partition type: W95 FAT32 (b) │
│ Attributes: 80 │
│Filesystem UUID: 3B33-9621 │
│ Filesystem: vfat │
│ Mountpoint: /mnt/Removable_2 (mounted) │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[Bootable] [ Delete ] [ Resize ] [ Quit ] [ Type ] [ Help ] [ Write ] [ Dump ]
Quit program without writing changes
and This is my /boot (sdc1):
total 277M
drwxr-xr-x 4 root root 4.0K ژانویه 1 1970 .
drwxr-xr-x 7 root root 95 ژوئن 19 17:29 ..
-rwxr-xr-x 1 root root 334 ژوئن 19 17:44 boot.cmd
-rwxr-xr-x 1 root root 52K ژوئن 19 18:44 bootcode.bin
-rwxr-xr-x 1 root root 406 ژوئن 19 17:44 boot.scr
drwxr-xr-x 17 root root 4.0K ژوئن 19 17:43 dtbs
drwxr-xr-x 17 root root 4.0K ژوئن 19 17:43 dtbs-lts
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup4cd.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup4.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup4db.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup4x.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup_cd.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup_db.dat
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 fixup_x.dat
-rwxr-xr-x 1 root root 42M ژوئن 19 17:43 Image
-rwxr-xr-x 1 root root 14M ژوئن 19 17:43 Image.gz
-rwxr-xr-x 1 root root 84M ژوئن 19 17:43 initramfs-linux-fallback.img
-rwxr-xr-x 1 root root 14M ژوئن 19 17:43 initramfs-linux.img
-rwxr-xr-x 1 root root 45M ژوئن 19 17:43 initramfs-linux-lts-fallback.img
-rwxr-xr-x 1 root root 13M ژوئن 19 17:43 initramfs-linux-lts.img
-rwxr-xr-x 1 root root 14M ژوئن 19 17:45 initramfs-linux.uimg
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 LICENCE.broadcom
-rwxr-xr-x 1 root root 41M ژوئن 19 17:43 ltsImage
-rwxr-xr-x 1 root root 14M ژوئن 19 17:43 ltsImage.gz
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start4cd.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start4db.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start4.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start4x.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start_cd.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start_db.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start.elf
-rwxr-xr-x 1 root root 0 ژوئن 19 18:32 start_x.elf
I also installed https://github.com/raspberrypi/firmware/releases/tag/1.20240529 for firmware.
But my RPi doesn't boot and log is in attachment. It says "Firmware not found". I can't understand because I copied all firmware files into /boot.
I'm a little noob with ARM devices.