omegamoon / Rockchip-GPL-Kernel

Generic Rockchip GPL Linux Kernel
Other
56 stars 57 forks source link

no rk3188_mk908_linux_defconfig #7

Open trlsmax opened 10 years ago

trlsmax commented 10 years ago

When run build_omegamoon_mk908_linux , can't find rk3188_mk908_linux_defconfig in arch/arm/configs

ArsBinarii commented 10 years ago

true, but there is no major difference just use: CONFIG_CMDLINE="root=/dev/sda1 console=ttyS0,115200 init=/sbin/init loglevel=8 rootfstype=ext4 rootwait mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00004000@0x00004000(kernel),0x00008000@0x00008000(boot),0x00008000@0x0$ CONFIG_CMDLINE_FROM_BOOTLOADER=y

CONFIG_CMDLINE_EXTEND is not set

CONFIG_CMDLINE_FORCE=y

replace root=/dev/sda1 with your root device use LABEL if needed. console=ttyS0,115200 is for debuging (ttyS0 is the one for MK908 v5)

use archive from g8picuntu untar it to the root device and that is it