Commit 4a47f133 authored by wangjunqiang's avatar wangjunqiang

fix init rc bug

parent 6325b4ab
bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 rw rootfstype=ext4 mem=512M coherent_pool=8M rootwait; bootargs=console=ttyO0,115200n8 root=/dev/mmcblk1p2 rootfstype=ext4 rw init=/linuxrc mem=512M coherent_pool=8M rootwait;
bootcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000; bootcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000;
uenvcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000; uenvcmd=fatls mmc 0;fatload mmc 0 0x82000000 zImage;fatload mmc 0 0x88000000 am335x-wth.dtb;bootz 0x82000000 - 0x88000000;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment