I wanted to grab a boot log to understand why only 512MB of RAM was detected on the PocketBeagle 2 Industrial with the Bela image.
I flashed a fresh SD card with the updated image and now it seems to work as expected. Running free -h shows:
root@bela:~/Bela# free -h
total used free shared buff/cache available
Mem: 944Mi 164Mi 574Mi 840Ki 221Mi 779Mi
Swap: 1.5Gi 0B 1.5Gi
So the full 1GB RAM now appears to be available.
The next step would be flashing the system to eMMC. It worked using the updated bb-beagle-flasher fix from the BeagleBoard forum (Post). Is there a way to integrate that upgraded flasher into the Bela image?