Hi,
I'm trying to boot custom Linux distro on a RK3026 tablet named MID-710 from Hometech. I searched this forum for previous attempts on RK3026 but couldn't find anything useful. is there any quick start guide suitable for this configuration? Since I can't access the uart console process is a little bit dark atm.
I'm using the kernel at [1], it seems like its the only kernel to have commits related to 3026. I built that kernel with rk3026_86v_defconfig. Then I tried to boot it using initramfs provided at [2] using rkflashtool with the following commands:
$rkflashtool M 0x63000000 0x1000000 < kernel.img
$rkflashtool M 0x64000000 0x1000000 < parm.img
$rkflashtool B 0x63000000 0x64000000
But nothing seemed like to be happening. *.img files are created using rkcrc utility. I extracted parameters from the running device with following:
$rkflashtool p > parm.txt
Device boot parameters(parm.txt) contains:
FIRMWARE_VER:4.2.2
MACHINE_MODEL:MID-710
MACHINE_ID:007
MANUFACTURER:RK30SDK
MAGIC: 0x5041524B
ATAG: 0x60000800
MACHINE: 3066
CHECK_MASK: 0x80
KERNEL_IMG: 0x60408000
RECOVER_KEY: 1,3,0,7,0
CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00004000@0x00004000(kernel),0x00008000@0x00008000(boot),0x00010000@0x00010000(recovery),0x00020000@0x00020000(backup),0x00040000@0x00040000(cache),0x00400000@0x00080000(userdata),0x00002000@0x00480000(kpanic),0x00130000@0x00482000(system),-@0x005B2000(user)
I'm going to dig some more but any help would be appreciated at this stage.
Thanks,
Caglar