|
|
Linux
My Firefly-RK3288 device does not boot with kernel panic.
Posted at 6/22/2018 09:05:38
View7207
|
Replies6
Print
Only Author
[Copy Link]
1#
Last edited by ueue In 6/24/2018 11:26 Editor
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
Copy the code
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)
Copy the code
This is my AndroidTool settings. Flash is succeeded.
It's Brinking underbar on Display, and shining OTG Green LED.
Please help someone. Thank you.
|
|