summaryrefslogtreecommitdiff
path: root/board/firefly/firefly-rk3288/sd-image.cfg
diff options
context:
space:
mode:
authorAriel D'Alessandro <ariel@vanguardiasur.com.ar>2016-02-15 12:29:51 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-02-20 12:06:40 +0100
commit803539e77c66747aaec144f56762dbbeed6194cf (patch)
tree675b6479057383d198c18ab2c96771a821139524 /board/firefly/firefly-rk3288/sd-image.cfg
parent536ba133b04aa8b4991c411dcd2b76be849127ee (diff)
board/firefly_rk3288: add new board
This commit adds basic configuration files for the Firefly RK3288 board. Both minimal and demo defconfigs are added. The latter enables Qt5 with the required Mali T76X GPU user space components. More info about the board: http://en.t-firefly.com/en/firenow/firefly_rk3288/specifications/ [Peter: use same-as-kernel for kernel headers] Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/firefly/firefly-rk3288/sd-image.cfg')
-rw-r--r--board/firefly/firefly-rk3288/sd-image.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/board/firefly/firefly-rk3288/sd-image.cfg b/board/firefly/firefly-rk3288/sd-image.cfg
new file mode 100644
index 000000000..a9eb9f014
--- /dev/null
+++ b/board/firefly/firefly-rk3288/sd-image.cfg
@@ -0,0 +1,22 @@
+image sdcard.img {
+ hdimage {
+ }
+
+ partition u-boot-spl-dtb {
+ in-partition-table = "no"
+ image = "u-boot-spl-dtb.img"
+ offset = 32K
+ }
+
+ partition u-boot-dtb {
+ in-partition-table = "no"
+ image = "u-boot-dtb.img"
+ offset = 128K
+ }
+
+ partition rootfs {
+ partition-type = 0x83
+ image = "rootfs.ext4"
+ size = 512M
+ }
+}