Arduino Yún incomplete boot?

I'm trying to build openWRT for an Arduino Yún. The one on the site doesn't work right. Best I can do is get it to complain about rtc at boot. I was able to unbrick it and install a fresh build of openWRT. Now, it only seems to get so far. I suspect either tty get handled weird or I broke the build somehow. I can't connect with ssh or webui. It doesn't respond to serial either. What do I do next?

U-Boot 1.1.5-linino-g2d891225 (Nov 22 2017 - 09:06:12)

Linino Board (ar9331) U-boot
DRAM:  64 MB
Top of RAM usable for U-Boot at: 84000000
Reserving 218k for U-Boot at: 83fc8000
Reserving 192k for malloc() at: 83f98000
Reserving 44 Bytes for Board Info at: 83f97fd4
Reserving 36 Bytes for Global Data at: 83f97fb0
Reserving 128k for boot params() at: 83f77fb0
Stack Pointer at: 83f77f98
Now running in RAM - U-Boot at: 83fc8000
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16777216, sector count = 256
Flash: 16 MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   eth0: 84:01:80:00:00:00
eth1: 24:00:80:00:00:00
eth0, eth1
autoboot in 4 seconds (stop with 'ard')...
## Booting image at 9f050000 ...
   Image Name:   MIPS OpenWrt Linux-4.14.132
   Created:      2019-07-17  22:06:55 UTC
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    1674688 Bytes =  1.6 MB
   Load Address: 80060000
   Entry Point:  80060000
   Verifying Checksum at 0x9f050040 ...OK
   Uncompressing Kernel Image ... OK
No initrd
## Transferring control to Linux (at address 80060000) ...
## Giving linux memsize in bytes, 67108864

Starting kernel ...

[    0.000000] Linux version 4.14.132 (sean@sean-Parallels-Virtual-Platform) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r10551-d616b2c906)) #0 Wed Jul 17 22:06:55 2019
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[    0.000000] SoC: Atheros AR9330 rev 1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[    0.000000] random: get_random_bytes called from start_kernel+0x98/0x4a0 with crng_init=0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 16240
[    0.000000] Kernel command line:  board=Yun mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),15936k(firmware),64k(nvram),64k(art)ro console=ttyATH0,250000 rootfstype=squashfs noinitrd
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 58940K/65536K available (3908K kernel code, 199K rwdata, 912K rodata, 284K init, 210K bss, 6596K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 51
[    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.003616] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
[    0.078195] pid_max: default: 32768 minimum: 301
[    0.080708] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.083370] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090776] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.094666] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.098367] NET: Registered protocol family 16
[    0.101761] MIPS: machine is Arduino Yun
[    0.618415] Setting DogStick2 GPIO
[    0.645060] clocksource: Switched to clocksource MIPS
[    0.648500] NET: Registered protocol family 2
[    0.650970] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.653552] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.656524] TCP: Hash tables configured (established 1024 bind 1024)
[    0.659603] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.662072] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.665441] NET: Registered protocol family 1
[    0.674116] Crashlog allocated RAM at address 0x3f00000
[    0.678016] workingset: timestamp_bits=14 max_order=14 bucket_order=0
[    0.689836] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.691870] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.713809] io scheduler noop registered
[    0.714966] io scheduler deadline registered (default)
[    0.717793] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.720875] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a AR933X UART
[    0.724685] console [ttyATH0] enabled
[    0.724685] console [ttyATH0] enabled
[    0.727869] bootconsole [early0] disabled
[    0.727869] bootconsole [early0] disabled
[    0.737136] m25p80 spi0.0: found w25q128, expected m25p80
[    0.750366] m25p80 spi0.0: w25q128 (16384 Kbytes)
[    0.751921] 5 cmdlinepart partitions found on MTD device spi0.0
[    0.754598] Creating 5 MTD partitions on "spi0.0":
[    0.756845] 0x000000000000-0x000000040000 : "u-boot"
[    0.761222] 0x000000040000-0x000000050000 : "u-boot-env"
[    0.766205] 0x000000050000-0x000000fe0000 : "firmware"
[    0.789942] 2 uimage-fw partitions found on MTD device firmware
[    0.792037] 0x000000050000-0x0000001f0000 : "kernel"
[    0.795508] 0x0000001f0000-0x000000fe0000 : "rootfs"
[    0.798209] mtd: device 4 (rootfs) set to be root filesystem
[    0.800202] 1 squashfs-split partitions found on MTD device rootfs
[    0.803026] 0x000000400000-0x000000fe0000 : "rootfs_data"
[    0.809853] 0x000000fe0000-0x000000ff0000 : "nvram"
[    0.813518] 0x000000ff0000-0x000001000000 : "art"
[    0.819660] libphy: Fixed MDIO Bus: probed
[    0.844300] libphy: ag71xx_mdio: probed
[    1.476583] ag71xx-mdio.1: Found an AR7240/AR9330 built-in switch
[    1.518478] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:GMII
[    2.146863] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
[    2.151259] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
[    2.155800] NET: Registered protocol family 10
[    2.163566] Segment Routing with IPv6
[    2.164736] NET: Registered protocol family 17
[    2.167641] 8021q: 802.1Q VLAN Support v1.8

Boot log looks ok so far. Any hints later on?

None. It stops talking after that last line.

I'd check to see if there is a boot log posted elsewhere that suggests "what comes next". It might be mounting of root, but strange that the serial goes silent.

I couldn't figure it out so I decided to try the image builder instead of building from source. I ran the following:
make image PROFILE=arduino-yun PACKAGES=yunbridge relayd
but I got this:
Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for firewall:
  • libip4tc2
  • libip6tc2
  • opkg_install_cmd: Cannot install package firewall.

why....what does it want?