Hello,
I have the radxa with no mmc, I have tried booting with several distros with no luck. Tried debian buster from your website and no luck. The green light turn on but the screen remain black. Is my unit DOE or is there something I can do o something Im doing wrong. I using windos to flash the OS using balena.
Thanks for your reply. I have tried several sized and brands of sd cards, 8 and 16 gb from kingston, sandisk and samsung. None of them worked. Also tried an sd card flashed with volumio that I am running on a raspberry pi zero and got no response.
I have the same problem with my 1GB Zero (no EMMC) that I received today.
I’ve tried a monitor and 2 HDMI TVs but I get no output.
I’ve tried Debian, Ubuntu, and Twister all from the links on the Radxa Downloads page. I flashed the SD cards using Belena Etcher.
I’ve used 2 different SD cards (64GB and 16GB SanDisk - that’s all I have).
Green light is on (doesn’t flicker so I don’t know if anything is happening).
Make sure the file name contains radxa zero. Then if you can attach a serial console as mentioned above we can see what was wrong with the boot process itself.
I used these ones…
radxa-zero-debian-buster-xfce4-arm64-20220210-0524-mbr.img
radxa-zero-ubuntu-focal-server-arm64-20220221-0514-mbr.img
I didn’t save the Twister file after flashing but it was the right one too.
I don’t have a serial console capability. Can I put the SD card in a Linux PC and look for a log file after I’ve tried to boot it?
Image file looks alright. Make sure you wait for a while before turning it off since the first boot will take longer. Serial was needed since we need to read message before Linux is even booted so there is no other way around it.
I waited for a few minutes and the screen never even flickered and it just said there was no signal. Normally when Linux boots, it shows lots of messages on the screen so you can see what’s happening. Does the Zero not do this?
I put the SD card into a Linux PC and deleted all of its partitions, then I re-flashed it using Etcher. It seems that Etcher isn’t erasing the SD card properly before flashing it. I recommend that people having boot issues manually erase their SD card before flashing.
I’ve had success with Ubuntu server and Debian, although the wifi didn’t show up in Debian. I’ll have to work on that but otherwise, I’m good to go.
@somecdnguy For Wifi:
This always worked for me in Debian + Ubuntu
Go to Terminal / or you are in terminal if you installed Ubuntu:) and follow these steps;
WIFI Connection
Switch to super user mode
$ sudo su
Open the WIFI
$ nmcli r wifi on
Scan WIFI
$ nmcli dev wifi
Connect to WIFI network
$ nmcli dev wifi connect “wifi_name” password “wifi_password”
Thanks @gnlkrmz. I saw these instructions on the Debian install wiki and they worked fine. I should have posted that I had gotten it working.
Do you happen to know what the root login is for the Debian Buster? I tried pw=“root” but it doesn’t work. I’m trying to setup VNCserver but it seems that the user “rock” lack permissions.
Update: I just discovered that DietPi has a version for the Radxa Zero so I’m going to give it a try. There is a root login, lots of apps to choose from, and it has SSH and VNC server enabled by default so you can do headless install and use. This distro should probably be listed on the Radxa Zero downloads page.