pmaports/device/testing/device-samsung-starqltechn/bootscript.sh
Dzmitry Sankouski 310b01ef45
samsung-starqltechn: new device (MR 2835)
Device uses mainline kernel. What works:
- boots
- pstore log
- simple framebuffer
- storage including sdcard

* payload mock device tree:

Payload mock device tree is needed to mock device tree,
when we're overriding linux with u-boot in android boot image.
Stock bootloader needs this dtb appended to gzipped u-boot.

Bootscript is a simple hush shell script, dedicated to boot OS.
It may be customized to implement dual boot or to change kernel
command line.
2022-04-02 14:44:11 +02:00

3 lines
No EOL
93 B
Bash

setenv bootargs 'console=tty1 loglevel=15 clk_ignore_unused'
bootm $prevbl_initrd_start_addr