How can I erase the Android system?

Hi,
Ubuntu is installed on the SD card. Executing the “reboot” command, it starts the Android system. How can I erase the Android system?

Hello, try the following command on Ubuntu

sudo dd if=/dev/zero of=/dev/mmcblk2 bs=1M count=100
sudo reboot