MicroPhase / antsdr_uhd

This repo contains both the uhd host driver and firmware for microphase antsdr devices.
GNU General Public License v3.0
46 stars 30 forks source link

UHD / SDcard root password? #53

Closed tomtastic closed 8 months ago

tomtastic commented 8 months ago

What are the root login credentials when booted from the SD card in UHD mode?

root:analog or root:root doesn't work.

[17:35:58.253] Connected
6114520 bytes read in 297 ms (19.6 MiB/s)
reading devicetree.dtb
10663 bytes read in 14 ms (743.2 KiB/s)
reading uramdisk.image.gz
4181182 bytes read in 209 ms (19.1 MiB/s)
## Booting kernel from Legacy Image at 02080000 ...
   Image Name:   Linux-5.2.28-yocto-standard
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6114456 Bytes = 5.8 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 04000000 ...
   Image Name:
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    4181118 Bytes = 4 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 02000000
   Booting using the fdt blob at 0x2000000
   Loading Kernel Image ... OK
   Loading Ramdisk to 1e725000, end 1eb21c7e ... OK
   Loading Device Tree to 1e71f000, end 1e7249a6 ... OK

Starting kernel ...
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Starting mdev: OK
Starting watchdog: OK
Starting initializing random number generator: OK
Starting miscellaneous setup: FAIL
Starting system message bus: done
Starting network: OK
Starting dropbear sshd: OK
Starting device start : OK
Starting input-event-daemon: done

Welcome to ANTSDR
ant login: root
Password: <root>
Login incorrect
plaingca commented 8 months ago

Per https://github.com/MicroPhase/antsdr_uhd/blob/843724777532dcce6b2b1ff8881a719d27d69daa/firmware/buildroot/configs/zynq_e200_defconfig#L16

microphase

Just dug around to find it too since i wanted to change IP on mine in UHD mode :) Hope this helps

tomtastic commented 8 months ago

Thank you!