Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Mainline Linux on GlobalScale D2Plug (3 replies)

$
0
0
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:
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

Viewing all articles
Browse latest Browse all 3247

Trending Articles