mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +02:00
uEnv-nezha.txt: U-Boot bootargs for Nezha board
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
This commit is contained in:
4
recipes-bsp/u-boot/u-boot-nezha/uEnv-nezha.txt
Normal file
4
recipes-bsp/u-boot/u-boot-nezha/uEnv-nezha.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
bootargs=earlycon=sbi clk_ignore_unused initcall_debug=0 console=ttyS0,115200 loglevel=8 root=/dev/mmcblk0p2 rootwait init=/sbin/init
|
||||
bootcmd_load_f=load ${devtype} ${devnum}:${distro_bootpart} ${ramdisk_addr_r} fitImage
|
||||
bootcmd_run=bootm ${ramdisk_addr_r} - ${fdtcontroladdr}
|
||||
bootcmd=run bootcmd_load_f; run bootcmd_run
|
||||
Reference in New Issue
Block a user