Hello everyone.
I have been trying to perform this task for several days:
Target:
I am working with the LS1043a board. I want to generate a Boot from SD for my platform. I would also like to insert a PBI command in the Boot (command to disable cores). To generate the boot I am using flex-builder, in particular flexbuild_lsdk1712. I saw from the documentation Layerscape Software Development Kit 17.12 Documentation, Rev. 0, 02/201 that it is possible to make the file firmware_ls1043ardb_uboot_sdboot.img with the following command: flex-builder -i mkfw -m ls1043ardb -b sd -B uboot.
I have already done such a thing using the latest version of flex-builder: flexbuild_lsdk2108
In fact, this link describes in detail all the steps necessary to obtain this result.
I want to do what I did with flexbuild_lsdk2108 with flexbuild_lsdk1712 as well.
I do this because I need to generate the boot from SD with U-Boot 2017 on it
Problem:
I can't find in the flexbuild_lsdk1712 directory the file rcw_1600_sdboot.rcw, in which I have to enter the command to turn off the cores under RCW:
.pbi
write 0xee0094, 0x0000000e
.end
Question:
Does the rcw_1600_sdboot.rcw file also exist in this old version of flex-builder (flexbuild_lsdk1712)?
If it exists where is it?
If it doesn't exist, what should I change to until it gets the same result as the new flex-builder version (flexbuild_lsdk2108)?
Thank you very much for your availability.