-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On 03/27/2012 06:05 PM, Rainer 'Rei' Schuth wrote:
> I would apply the patch and try to run OpenWRT on the P1020rdb. I let
> you know my experience.

I managed to boot a standard ramfs image with default out of the box
configuration.

Developer enviromet settings:
 - OpenWRT SVN trunk rev 31088
 - Target System Freescale MPC85xx - with the patch from Wojtek

u-boot:
setenv gatewayip 10.26.254.16
setenv netmask 255.255.0.0
setenv ipaddr 10.26.1.6
setenv serverip 10.26.254.16
setenv fdtfile [full-path-to-file]/openwrt-mpc85xx-p1020rdb.fdt
setenv bootfile [full-path-to-file]/openwrt-mpc85xx-uImage
setenv bootargs root=/dev/ram rw console=$consoledev,$baudrate
$othbootargs ramdisk_size=120000;
tftp $loadaddr $bootfile;
tftp $fdtaddr $fdtfile;
bootm $loadaddr - $fdtaddr

It then boots OpenWRT :)

But, there are some problems:

1. Bug with the missing eth1 (second ethernet interface) confirmed
Kernel says:
    [  418.361439] net eth1: PHY already attached
    [  418.365566] net eth1: could not attach to PHY
2. the kernel only sees one of two processors
    grep cpu /proc/cpuinfo | wc -l
    1
3. the kernel only sees 776892 kB of the available (1048576 kB) memory
4. no working watchdog


It's a good start ;)

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPcjRKAAoJEPizOL253ODVXF0IAJzWsofTgMhljAekQB+u5pL9
SFaHjbNvgl3K1qAJkojgl7YM4PAFn9jzzL8ZB8EDf/ljA4pSBdBmv9t80qnHSFbA
nmMMnzRAgv+059mWVnAEL5xQNr4558/Ys8clYYfN8rFlzaNPMo2/j2qLqxtGkDY6
PGwPnw9oEBubAXBMefXs6T4dxxX33EOLj7c3FIDEtIl0Cqy55FVaknvtQtJp6z0v
/XS9x6+2+VGQGzOkjl8XAh2myvvzO7JRNb1I062rNywzR8FKFHnrgaglaMg8nDtX
LP/9u/gjU7hnahXGElgfkvQ1cHY2SWnUHg9ynJivBzllgD+H/tSVBD9D1LvXJj0=
=WNVM
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to