This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lsts_glued/systems/lctr-a72xx/fs/etc/flash-kernel/bootscript/bootscr.xgene

6 lines
199 B
Plaintext
Raw Normal View History

2020-09-16 16:11:26 +01:00
setenv bootargs "console=ttyS0,${baudrate}n8r ro"
@@UBOOT_ENV_EXTRA@@
load scsi 0 ${kernel_addr_r} uImage
load scsi 0 ${ramdisk_addr_r} uInitrd
bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}