Hello,
I was following https://www.raspberrypi.org/documentati ... uilding.md to cross compile raspbian and boot RPI4B using it for test.
I ran the install command but all I see in the ext4 partition is {lib and lost+found}. and in fat32 partition, there are only bunch of .dtb files and overlays directory. Of course, my RPI4B board doesn't boot with that SD card. I partitioned the SD card myself and didn't copy the MBR(master boot record, the first 512 bytes) to the new SD card so I think I have to do that for booting. But files under ext4 and fat32(what's this for?) partitions look not normal. What have I missed?