How to make changes to boot.scr?

Oh it’s just, a u-boot wrapper appended to the start of a text file:

mkimage -A riscv -T script -C none -d boot.txt boot.scr

Regards,