I am trying to get the MVEBU kernel and Debian root file to work with a GlobalScale D2Plug. I was successful in modifying the u-boot environment to boot the MVEBU and Debian root from USB. The first issue I am trying to resolve is getting the MAC address set properly using the set_persistent_mac_address script. The problem I have is creating a correct /etc/fw_env.config file. The stock environments set the mtdparts as follows:
And I have maintained that, but it is apparently incorrect as shown below:
Do I need to modify the mainline DTS to add the partitions for the SPI Flash?
Ray
mtdparts=mtdparts=spi0.0:768k(u-boot)ro,128k(uboot_env),-(kernel)
And I have maintained that, but it is apparently incorrect as shown below:
root@debian:~# cat /proc/mtd dev: size erasesize name root@debian:~#
Do I need to modify the mainline DTS to add the partitions for the SPI Flash?
Ray