I was attempting to setup my PPv4 so that I could use netconsole from my Mac to monitor how the Pogoplug v4 boots. I followed these instructions: viewtopic.php?f=23&t=3552.
These are the commands I used:
$this->bbcode_second_pass_code('', '
[root@MediaServer ~]# fw_setenv serverip 10.0.1.11
[root@MediaServer ~]# fw_setenv ipaddr 10.0.1.200
[root@MediaServer ~]# fw_setenv if_netconsole 'ping $serverip'
[root@MediaServer ~]# fw_setenv start_netconsole 'setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;'
[root@MediaServer ~]# fw_setenv preboot 'run if_netconsole start_netconsole'
')
I verified that the address for my Mac is 10.0.1.11 and the address 10.0.1.200 is available for use my the Pogoplug.
Now when I attempt to boot the PPv4 all I get now is a flashing green light. Have I bricked the device at this point? What do I need to do to get it back into a bootable state?