Skip to content

Starqltechn fixes and improvements

Dzmitry requested to merge dsankouski/pmaports:starqltechn into master

starqltechn: deviceinfo: enable flash on update

Device uses heimdall flash method by default, with uppercase partition name in it's PIT file. This conflicts with flash on update, because in Linux partitions named in lowercase. To resolve this conflict, default flash method changed to fastboot. Heimdall still can be used with --method flag: pmbootstrap flasher --method heimdall-bootimg flash_kernel

  • enable flash on update flag.
  • change default flash method to 'fastboot'

starqltechn: u-boot: add bootscript to prebootscript

U-boot doesn't output bootscript logs, which makes it hard to debug.

Put bootscript to prebootscript section. Preboot is executed before boot, and u-boot displays it's logs.

starqltechn: u-boot: fix FIT image

  • increase memory for bootm command to 0x5000000
  • change initramfs and fdt loading addresses to leave more space for kernel decompression and loading

starqltechn: u-boot: fix kernel command line

Edited by Dzmitry

Merge request reports