**** BEGIN LOGGING AT Sat Sep 12 02:59:57 2020 **** BEGIN LOGGING AT Sat Sep 12 04:22:01 2020 Sep 12 05:08:40 zangman: https://www.denx.de/wiki/view/DULG/UBootScripts might be helpful Sep 12 05:10:15 khem: Thanks, have gone through that page. I want to have the script file burnt into the SD Card along with bootloader. Sep 12 05:11:04 Looking at `include/config_distro_bootcmd.h` it looks like it auto-loads boot.scr and boot.scr.uimg Sep 12 05:11:58 but I'm using the `u-boot-with-spl.spf` and directly `dd`ing it to the sd card partition. So not sure how to include an additional script along with it Sep 12 05:16:24 maybe encode it as a variable into boot.scr ? Sep 12 05:17:16 that's the part I'm not sure how to Sep 12 05:18:28 does it automatically include `boot.scr` if it's in the root directory? Sep 12 05:18:37 i.e. when compiling u-boot Sep 12 05:19:54 `config_distro_bootcmd.h` currently auto runs a variable `distro_bootcmd`. So maybe instead of a stand alone script, I just write another header file to do what I want to do and include it in `include/config_distro_bootcmd.h`? Sep 12 05:20:10 that way I won't need boot.scr Sep 12 05:23:59 Ah-ha, some info in `doc/README.distro` it looks like we should either use `boot.scr` or `extlinux.conf`. It recommends using `extlinux.conf`. Since I have that already, maybe that's why it's not reading `boot.scr` Sep 12 05:26:23 Here is the file: https://gitlab.denx.de/u-boot/u-boot/blob/master/doc/README.distro **** ENDING LOGGING AT Sun Sep 13 21:09:00 2020