openblocks_a6_defconfig: improve/fix configuration
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 16 Jun 2017 14:41:44 +0000 (16:41 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 Jun 2017 08:48:05 +0000 (10:48 +0200)
commit4b6599146165aae70b388fd589b3353859d82914
treee0590162cabece9e31921c3092d1b2d911d06097
parent9f5808580024dd5c3b148757f439c0e69887e80d
openblocks_a6_defconfig: improve/fix configuration

The board has an ethernet interface, so enable DHCP for it.

The used flash chip uses 16K erase blocks, so use that for JFFS2:

mtdinfo -a
..
mtd5
Name:                           user
Type:                           nand
Eraseblock size:                16384 bytes, 16.0 KiB
Amount of eraseblocks:          1915 (31375360 bytes, 29.9 MiB)
Minimum input/output unit size: 512 bytes
Sub-page size:                  256 bytes
OOB size:                       16 bytes
Character device major/minor:   90:10
Bad blocks are allowed:         true
Device is writable:             true

While we're at it, add a readme explaining how to build and upload the build
to the board.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/openblocks/a6/readme.txt [new file with mode: 0644]
configs/openblocks_a6_defconfig