Packages
nerves_system_bbb_emmc
0.0.1
Nerves System - BeagleBone Black, BeagleBone Green, PocketBeagle and more
Current section
Files
Jump to
Current section
Files
nerves_system_bbb_emmc
uEnv.txt
uEnv.txt
bootargs=console=ttyS0,115200n8 coherent_pool=1M bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk1p2 rootfstype=squashfs rootwait coherent_pool=1M net.ifnames=0 omap_wdt.early_enable=1 omap_wdt.timer_margin=120 quiet
bootcmd=fatload mmc 1:1 ${kernel_addr_r} /zImage.a; fatload mmc 1:1 ${fdt_addr_r} /${fdtfile}; bootz ${kernel_addr_r} - ${fdt_addr_r}
uenvcmd=run bootcmd