Difference between revisions of "Board Config"
From Rockchip open source Document
Line 1: | Line 1: | ||
= Board config = | = Board config = | ||
+ | |||
Line 29: | Line 30: | ||
|- | |- | ||
| style="width: 153px;" | rk3288-evb-rk808 | | style="width: 153px;" | rk3288-evb-rk808 | ||
− | | style="width: 172px;" | fennec-rk3288_defconfig | + | | style="width: 172px;" | <del>fennec-rk3288_defconfig</del> |
| style="width: 167px;" | rockchip_linux_defconfig | | style="width: 167px;" | rockchip_linux_defconfig | ||
| style="width: 287px;" | rk3288-evb-rk808-linux.dts | | style="width: 287px;" | rk3288-evb-rk808-linux.dts | ||
Line 61: | Line 62: | ||
|- | |- | ||
| style="width: 153px;" | rk3288-firefly-reload | | style="width: 153px;" | rk3288-firefly-reload | ||
− | | style="width: 172px;" | | + | | style="width: 172px;" | <del>f<var>irefly-rk3288_defconfig</var></del> |
| style="width: 167px;" | rockchip_linux_defconfig | | style="width: 167px;" | rockchip_linux_defconfig | ||
| style="width: 287px;" | rk3288-firefly-reload-linux.dts | | style="width: 287px;" | rk3288-firefly-reload-linux.dts |
Revision as of 01:53, 8 January 2018
Board config
defconfig and dts
Every Board has its device tree file and config file required by the kernel and uboot. Therefore, you will need to choose the correct dts and config to build the source.Below list various Boards and the matching file.
board | uboot | kernel config | kernel dts | Hardware | ||
---|---|---|---|---|---|---|
DDR | PMIC | Boot | ||||
rk3288-evb | evb-rk3288_defconfig | rockchip_linux_defconfig | rk3288-evb-act8846.dts | LPDDR3 | act8846 | emmc boot |
rk3288-evb-rk808 | |
rockchip_linux_defconfig | rk3288-evb-rk808-linux.dts | LPDDR3 | rk808 | emmc boot |
rk3288-fennec | fennec-rk3288_defconfig | rockchip_linux_defconfig | rk3288-fennec.dts | LPDDR3 | rk808 | emmc boot |
rk3288-miniarm | tinker-rk3288_defconfig | rockchip_linux_defconfig | rk3288-miniarm.dts | LPDDR3 | rk808 | sd-card boot |
rk3288-firefly | firefly-rk3288_defconfig | rockchip_linux_defconfig | rk3288-firefly.dts | DDR3 | act8846 | sd-card boot |
rk3288-firefly-reload | |
rockchip_linux_defconfig | rk3288-firefly-reload-linux.dts | DDR3 | rk808 | sd-card boot |
rk3288-phytec | phtec-rk3288_defconfig | rockchip_linux_defconfig | rk3288-phytec-rdk.dts | DDR3 | rk818 | emmc boot |
rk3328-evb | evb-rk3328_defconfig | rockchip_linux_defconfig | rk3328-evb.dts | DDR3 | rk805 | emmc boot |
rk3399-excavator | evb-rk3399_defconfig | rockchip_linux_defconfig | rk3399-sapphire-excavator-linux.dts | LPDDR4 | rk808 | emmc boot |
rk3399-firefly | firefly-rk3399_defconfig | rockchip_linux_defconfig | rk3399-firefly-linux.dts | LPDDR4 | rk808 | emmc boot |
rk3036-kylin | kylin-rk3036_defconfig | rockchip_linux_defconfig | rk3036-kylin.dts | DDR3 | rk808 | emmc boot |
Config Per Chip
chip | Kernel eMMC index | Kernel SD index | Uboot eMMC index | Uboot SD index | Baud speed |
---|---|---|---|---|---|
rk3399 | 1 | 0 | 0 | 1 | 1500000 |
rk3328 | 2 | 0 | 0 | 1 | 1500000 |
rk3288 | 2 | 0 | 0 | 1 | 115200 |
rk3036 | 2 | 0 | 0 | - | 115200 |