My Firefly-RK3288 device does not boot with kernel panic.

Hi,
I’m newbee and trying to build and flash the my linux images. I have followed to this two Rockchip document [Linux user guide] and [Boot option].
I succeeded in building images, but my RK3288 board does not boot.

This is my images.

~/linux/rockdev$ tree
.
├── boot.img -> /home/userName/linux/kernel/zboot.img
├── MiniLoaderAll.bin -> /home/userName/linux/u-boot/rk3288_loader_v1.06.236.bin
├── misc.img -> /home/userName/linux/device/rockchip/rk3288/rockdev/wipe_all-misc.img
├── oem.img -> /home/userName/linux/device/rockchip/rk3288/rockdev/oem.img
├── parameter.txt -> /home/userName/linux/device/rockchip/rk3288/rockdev/parameter.txt
├── recovery.img -> /home/userName/linux/buildroot/output/rockchip_rk3288_recovery/images/recovery.img
├── rootfs.img -> /home/userName/linux/buildroot/output/rockchip_rk3288/images/rootfs.ext4
├── trust.img -> /home/userName/linux/u-boot/trust.img
├── uboot.img -> /home/userName/linux/u-boot/uboot.img
└── userdata.img -> /home/userName/linux/device/rockchip/rk3288/rockdev/userdata.img

and parameter.txt

CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00020000@0x0003a000(oem),0x00700000@0x0005a000(rootfs),-@0x0075a000(userdata:grow)

This is my AndroidTool settings. Flash is succeeded.

It’s Brinking underbar on Display, and shining OTG Green LED.

Please help someone. Thank you.

I edited the parameter.txt, but the same result.

CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00010000@0x00008000(boot),0x00700000@0x00040000(rootfs)

ueue Posted at 6/23/2018 11:59
I edited the parameter.txt, but the same result.

I tried logging by serial connector. It seems that kernel panic.

[   10.641492] ---[ end Kernel panic - not syncing: No working init found.  Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
[   36.308449] ------------[ cut here ]------------
[   36.313071] WARNING: CPU: 2 PID: 1 at kernel/watchdog.c:352 watchdog_timer_fn+0x164/0x340()
[   36.321404] Watchdog detected hard LOCKUP on cpu 3
[   36.326018] Modules linked in:
[   36.329264] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.4.132 #1
[   36.335262] Hardware name: Generic DT based system
[   36.340057] [<c0110014>] (unwind_backtrace) from [<c010bcbc>] (show_stack+0x20/0x24)
[   36.347790] [<c010bcbc>] (show_stack) from [<c040824c>] (dump_stack+0x84/0xa0)
[   36.355003] [<c040824c>] (dump_stack) from [<c011d9ac>] (warn_slowpath_common+0x98/0xc4)
[   36.363084] [<c011d9ac>] (warn_slowpath_common) from [<c011da18>] (warn_slowpath_fmt+0x40/0x48)
[   36.371776] [<c011da18>] (warn_slowpath_fmt) from [<c01b201c>] (watchdog_timer_fn+0x164/0x340)
[   36.380377] [<c01b201c>] (watchdog_timer_fn) from [<c01894d4>] (__hrtimer_run_queues+0x1bc/0x31c)
[   36.389243] [<c01894d4>] (__hrtimer_run_queues) from [<c0189ca8>] (hrtimer_interrupt+0xac/0x1f8)
[   36.398019] [<c0189ca8>] (hrtimer_interrupt) from [<c078aa14>] (arch_timer_handler_phys+0x38/0x48)
[   36.406969] [<c078aa14>] (arch_timer_handler_phys) from [<c017a2ec>] (handle_percpu_devid_irq+0xd4/0x1a8)
[   36.416523] [<c017a2ec>] (handle_percpu_devid_irq) from [<c0175bd0>] (generic_handle_irq+0x28/0x38)
[   36.425563] [<c0175bd0>] (generic_handle_irq) from [<c0175f2c>] (__handle_domain_irq+0xb0/0xc4)
[   36.434254] [<c0175f2c>] (__handle_domain_irq) from [<c0101474>] (gic_handle_irq+0x60/0xa4)
[   36.442596] [<c0101474>] (gic_handle_irq) from [<c010c6d4>] (__irq_svc+0x54/0x70)
[   36.450062] Exception stack(0xee941ec0 to 0xee941f08)
[   36.455110] 1ec0: ee941f3c 00000000 fd640800 c10a2ac0 ee941f3c 00005dbf 00006400 000064c8
[   36.463276] 1ee0: 00000033 c1054cd4 066665b0 ee941f1c ee941f20 ee941f10 c0406100 c010f3c4
[   36.471439] 1f00: a0000013 ffffffff
[   36.474931] [<c010c6d4>] (__irq_svc) from [<c010f3c4>] (arch_timer_read_counter_long+0x18/0x28)
[   36.483622] [<c010f3c4>] (arch_timer_read_counter_long) from [<c0406100>] (read_current_timer+0x30/0x48)
[   36.493093] [<c0406100>] (read_current_timer) from [<c0406150>] (__timer_delay+0x38/0x5c)
[   36.501259] [<c0406150>] (__timer_delay) from [<c04061a0>] (__timer_const_udelay+0x2c/0x34)
[   36.509602] [<c04061a0>] (__timer_const_udelay) from [<c01e9a5c>] (panic+0x1cc/0x200)
[   36.517422] [<c01e9a5c>] (panic) from [<c0a95b60>] (kernel_init+0xe4/0x118)
[   36.524380] [<c0a95b60>] (kernel_init) from [<c0107590>] (ret_from_fork+0x14/0x24)
[   36.531939] ---[ end trace fafe7db505aa2fdd ]---

Does not rockchip official image support Firefly-RK3288?

This article has truly been inspiring, thanks for sharing! NSE5_FNC_AD_7.6 vce test simulator gives you a wealth of free content, created to assist you.

I am deeply inspired by this article, thanks for sharing! This Valid exam 1Z0-1085-25 sample questions helped me achieve career growth with a promotion and salary raise. It’s free now for everyone. Wishing you success!

Wenn Sie sich zur Salesforce AP-226 Zertifizierungsprüfung anmelden, sollen Sie sofort gute Lernmaterialien oder Prüfungsunterlagen wählen, um sich gut auf die Prüfung vorzubereiten. Denn die Salesforce AP-226 Zertifizierungsprüfung ist eine schwierige Prüfung und Sie müssen dafür ausreichende Vorbereitungen haben.

I’m not hesitating; this content gets my like. The Latest ZDTA test sims questions are the key to success—get them for free and unlock your promotion!