nice to see you are successful on getting a recent kernel to work on radxa.
Are you using a rockchip pro?
> For for anyone else out there, here's some instructions to get a
> bootable system using SD card as root filesystem.
> Get the rockchip/snapshot-20140928 branch from Naoki's github.
>
> export ARCH=arm
> export CROSS_COMPILE=arm-linux-gnueabihf-
> make rk30_rk31_defconfig
> make menuconfig
> --> navigate to General Support, and DESELECT the initramfs support.
> --> exit config, saving as you go.
> make -j6 zImage modules
> cat arch/arm/boot/zImage arch/arm/boot/dts/rk3188-radxarock-full.dtb
> > /tmp/kernel.img
> mkbootimg --kernel /tmp/kernel.img --ramdisk /dev/null \
> --cmdline "console=ttyFIQ0 console=tty0 root=/dev/mmcblk0p1
> rootfstype=ext4 init=/sbin/init" \
> -o /tmp/boot.img
>
> Then use rkflashkit to flash boot.img onto your boot partition of the
> Radxa NAND.
>
> If you want a boot.img I've prepared earlier, so you can skip all
> that, just grab:
> http://vps.dryft.net/radxa/tjc_boot_v1.img
>
I have some trouble to boot a 3.17. kernel on my rockchip pro. I am a
little bit confused about the partitions on the sd-card, how to generate
them and what to put in the parameter file.
You told in the radxa community that you put a complete set of stuff (kernel, paramater, image) online. Unfortunately this package is not available at the
moment.
I would like to have a look on a working sdcard partition and a working parameter file to go on with this rockchip pro.
Perhaps you can put again some light on it!?
Thank you for your effort,
regads, lumax!