Pogoplug v4 Mobile uboot issue. April 26, 2017 01:13PM |
Registered: 6 years ago Posts: 22 |
fw_printenv ethaddr Warning: Bad CRC, using default environment. ## Error: "ethaddr" not defined
Can't overwrite "ethaddr"
Re: Pogoplug v4 Mobile uboot issue. April 26, 2017 04:31PM |
Admin Registered: 12 years ago Posts: 17,324 |
Quote
and changed the ethaddr to the one on the bottom of the case (I assume that is the right one).
Quote
When I reboot, I am not able to access the device. It only works with the default ethaddr that I flashed from uboot.2016.05-tld-1.environment.bodhi.tar.
ping debian.local
Re: Pogoplug v4 Mobile uboot issue. April 27, 2017 10:53AM |
Registered: 6 years ago Posts: 22 |
Quote
> You meant you changed it to the correct MAC at Deb
> ian prompt, using fw_setenv ?
>
Quote
> If you use dynamic IP (as default in the released
> Debian 4.4 rootfs), then the new MAC address will
> cause the router to assign a different one. Did yo
> u look for a different IP? or did you try to ping
> the box?
Quote
> And do you have netconsole or serial console?
Re: Pogoplug v4 Mobile uboot issue. April 27, 2017 05:23PM |
Admin Registered: 12 years ago Posts: 17,324 |
>Quote
> > You meant you changed it to the correct MAC at D
> eb
> > ian prompt, using fw_setenv ?
> >
>
>Quote
> > If you use dynamic IP (as default in the release
> d
> > Debian 4.4 rootfs), then the new MAC address wil
> l
> > cause the router to assign a different one. Did
> yo
> > u look for a different IP? or did you try to pin
> g
> > the box?
>
>Quote
> > And do you have netconsole or serial console?
>
Re: Pogoplug v4 Mobile uboot issue. April 28, 2017 01:42PM |
Registered: 6 years ago Posts: 22 |
loading uImage ... GPT: first_usable_lba incorrect: 22 > 0 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** ** Invalid partition 1 ** loading uInitrd ... GPT: first_usable_lba incorrect: 22 > 0 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** ** Invalid partition 1 ** loading DTB /boot/dts/kirkwood-pogo_e02.dtb ... GPT: first_usable_lba incorrect: 22 > 0 part_get_info_efi: *** ERROR: Invalid GPT *** GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645 part_get_info_efi: *** ERROR: Invalid Backup GPT *** ** Invalid partition 1 ** Wrong Image Format for bootm command ERROR: can't get kernel image!
Re: Pogoplug v4 Mobile uboot issue. April 28, 2017 06:48PM |
Admin Registered: 12 years ago Posts: 17,324 |
> loading uImage ... > GPT: first_usable_lba incorrect: 22 > 0 > part_get_info_efi: *** ERROR: Invalid GPT *** > GUID Partition Table Header signature is wrong: 0x > 0 != 0x5452415020494645 > part_get_info_efi: *** ERROR: Invalid Backup GPT * > ** > ** Invalid partition 1 ** > loading uInitrd ... > GPT: first_usable_lba incorrect: 22 > 0 > part_get_info_efi: *** ERROR: Invalid GPT *** > GUID Partition Table Header signature is wrong: 0x > 0 != 0x5452415020494645 > part_get_info_efi: *** ERROR: Invalid Backup GPT * > ** > ** Invalid partition 1 ** > loading DTB /boot/dts/kirkwood-pogo_e02.dtb ... > GPT: first_usable_lba incorrect: 22 > 0 > part_get_info_efi: *** ERROR: Invalid GPT *** > GUID Partition Table Header signature is wrong: 0x > 0 != 0x5452415020494645 > part_get_info_efi: *** ERROR: Invalid Backup GPT * > ** > ** Invalid partition 1 ** > Wrong Image Format for bootm command > ERROR: can't get kernel image! >>
Re: Pogoplug v4 Mobile uboot issue. April 28, 2017 10:31PM |
Registered: 6 years ago Posts: 344 |
Re: Pogoplug v4 Mobile uboot issue. April 29, 2017 03:44AM |
Admin Registered: 12 years ago Posts: 17,324 |
Re: Pogoplug v4 Mobile uboot issue. April 29, 2017 01:20PM |
Registered: 6 years ago Posts: 22 |
Re: Pogoplug v4 Mobile uboot issue. April 30, 2017 12:04AM |
Admin Registered: 12 years ago Posts: 17,324 |
Re: Pogoplug v4 Mobile uboot issue. April 30, 2017 08:43AM |
Registered: 6 years ago Posts: 22 |
Re: Pogoplug v4 Mobile uboot issue. April 30, 2017 09:41AM |
Admin Registered: 12 years ago Posts: 17,324 |
Re: Pogoplug v4 Mobile uboot issue. May 26, 2017 05:33PM |
Registered: 6 years ago Posts: 22 |
Re: Pogoplug v4 Mobile uboot issue. May 28, 2017 04:03AM |
Admin Registered: 12 years ago Posts: 17,324 |
auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.0.xx netmask 255.255.255.0 gateway 192.168.0.1where 192.168.0.1 is your router IP. xx is any number from 2-255.
Re: Pogoplug v4 Mobile uboot issue. May 29, 2017 10:43AM |
Registered: 6 years ago Posts: 22 |
Re: Pogoplug v4 Mobile uboot issue. May 29, 2017 11:01AM |
Admin Registered: 12 years ago Posts: 17,324 |
> auto lo eth0 > iface lo inet loopback > iface eth0 inet static > address 192.168.0.xx > netmask 255.255.255.0 > gateway 192.168.0.1 >> where 192.168.0.1 is your router IP. xx is any num
Re: Pogoplug v4 Mobile uboot issue. May 29, 2017 01:03PM |
Registered: 6 years ago Posts: 22 |
Re: Pogoplug v4 Mobile uboot issue. May 29, 2017 01:48PM |
Admin Registered: 12 years ago Posts: 17,324 |