This is what I saw on serial connection with my Pogoplug E02
and this is printenv
So I'm new in uboot and also new in linux etc.
I just want to setup arch linux or debian into my pogo plug to use it as NAS, torrent client and DLNA server.
Can you help me ?
U-Boot 2016.05-tld-1 (Jun 12 2016 - 13:23:43 -0700) Pogo E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB ## Error: flags type check failure for "ipaddr" <= "192.168.0.xxx" (type: i) himport_r: can't insert "ipaddr=192.168.0.xxx" into hash table ## Error: flags type check failure for "serverip" <= "192.168.0.yyy" (type: i) himport_r: can't insert "serverip=192.168.0.yyy" into hash table In: serial Out: serial Err: serial Net: egiga0 Error: egiga0 address not set. ## Error: "if_netconsole" not defined ## Error: "if_netconsole" not defined ## Error: "if_netconsole" not defined ## Error: "if_netconsole" not defined ## Error: "if_netconsole" not defined Hit any key to stop autoboot: 0 No link on egiga0 Wrong Image Format for bootm command ERROR: can't get kernel image! PogoE02>
and this is printenv
PogoE02>printenv
baudrate=115200
bootcmd=bootp; setenv bootargs root=/dev/nfs nfsroot=${serverip}:${rootpath} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; bootm
bootdelay=5
ethact=egiga0
nc_ready=0
preboot=run preboot_nc
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi
stderr=serial
stdin=serial
stdout=serial
Environment size: 469/131068 bytes
So I'm new in uboot and also new in linux etc.
I just want to setup arch linux or debian into my pogo plug to use it as NAS, torrent client and DLNA server.
Can you help me ?