i use the Rock Pi 4 Model B with an EMMC memory and the big heatsink. To enter the maskrom-mode i have to remove all boot devices because there is no button!? Removing the emmc with the heatsink to update the software is very difficult and not an option.
About the new release from today, i think the screen resolution is wrong, it’s only half of what i expect. I also see the power app and it is working. What is the “loader” mode?
Boot is set to prioritize sdcard over emmc. Put debian on your sdcard, as well as the gpt file (as the “.gpt.img” file in the filesystem), then boot debian, and dd the file to the emmc.
i’m able to create the 20 android partitions from the GPT image. Which one is needed to update the system and not removing all the user applications and settings?
You can find the partition layout in the readme for building from source;
From there, you can see that the userdata partition is the LAST partition on the device, this is done so that the partition size does not have to be set prior to writing the image – that is why the size is specified as 0.000000 MB. On first boot, the partition is expanded to all available space and formatted.