Hi there,
I would like to customize the install.scr provided by F&S, in my special case, I want to install a bitmap to UserDef partition and setup the display settings in UBoot.
Doing this manually worked great. However, placing the commands in install.scr will fail the installation.
I did some research and found, the install.scr needs to be compiled to an image script with a certain CRC in its header. I did this using mkimage:
So I have generated a new install.scr from a install.cmd, which includes my changes. I can check, that the script is compiled correctly
But when placing it onto a USB drive alongside with my files to install, it fails:
I have attached the install.cmd file to this post. I can see, that the header in my new install.scr shows a lot of NULs (when opened in VS code or Notepad++). I also made sure, the install.cmd is written in Unix-style (using dos2unix command).
Any suggestions on how to get a custom install.scr running?
Thanks!