How Superuser in serial console AOSP?

Hi,

In ADB it’s possible to do ADB root and become the superuser. But how can you become the superuser when using the serial console in AOSP ?

You can enter su

I don’t think you even have to do that. Serial console is already root.

@nourdin: Look at the prompt. If its “#”, its root. If its “$”, its a regular user.

Thanks su worked. @doitright It’s $ so regular user.