From 43d98bb6adf0092981af2fb83b89cf9125bdcecc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 13 Oct 2024 10:01:43 +0200 Subject: imgtec-ci20: genimage config/ u-boot env --- package/u-boot/files/uboot-env.txt.ci20 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/u-boot/files/uboot-env.txt.ci20 (limited to 'package/u-boot/files') diff --git a/package/u-boot/files/uboot-env.txt.ci20 b/package/u-boot/files/uboot-env.txt.ci20 new file mode 100644 index 000000000..c66316928 --- /dev/null +++ b/package/u-boot/files/uboot-env.txt.ci20 @@ -0,0 +1,10 @@ +baudrate=115200 +board_mfr=NP +bootargs=console=ttyS4,115200 console=tty0 mem=256M@0x0 mem=768M@0x30000000 rootwait root=/dev/mmcblk0p1 devtmpfs.mount=1 +bootcmd=run ethargs; ext4load mmc 0:1 0x88000000 /boot/kernel; bootm 0x88000000 +bootdelay=1 +ethargs=env set bootargs ${bootargs} +loads_echo=1 +stderr=eserial0,eserial4 +stdin=eserial0,eserial4 +stdout=eserial0,eserial4 -- cgit v1.2.3