Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3244

OpenWrt u-boot with Read-Only mtd0? (2 replies)

$
0
0
Results:

root@debian:~# fw_printenv | grep -i dtb
root@debian:~# fw_printenv bootcmd
bootcmd=run bootcmd_uenv; run bootcmd_usb; run bootcmd_nand; reset
root@debian:~# fw_printenv mtdparts
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
root@debian:~# ls -l /boot/dts/*e02*
-rw-r--r-- 1 root root 10446 May 18 2016 /boot/dts/kirkwood-pogo_e02.dtb
root@debian:~# uname -a
Linux debian 4.6.0-kirkwood-tld-1 #1 PREEMPT Wed May 18 03:54:14 PDT 2016 armv5tel GNU/Linux

Additional results:
root@debian:~# myinfo
debian

eth0: error fetching interface information: Device not found
Machine model: CloudEngines Pogoplug E02
Linux version 4.6.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Wed May 18 03:54:14 PDT 2016

Troubling items from dmesg:

[ 0.160975] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[ 0.165887] No ATAGs?

Which explains why I can't bring up the ethernet port. I have serial access.

Thanks for whatever help you can provide.

Ray

Viewing all articles
Browse latest Browse all 3244

Trending Articles