Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUpdate, there are not a lot of news:
Googling I found that there're a script (qts-filter.sh) in Altera SoCfpga U-Boot, that modifies the files generated with Preloader Generator in order to use them in mainline U-Boot. --- Quote Start --- Add script which loads the QTS-generated sources and headers and converts them into sensible format which can be used with much more easy in mainline U-Boot. The script also filters out macros which makes no sense anymore, so they don't pollute namespace and waste space. --- Quote End --- http://lists.denx.de/pipermail/u-boot/2015-august/222767.html (http://lists.denx.de/pipermail/u-boot/2015-august/222767.html) Files generated are: <u-boot directory in yocto>/board/altera/cyclone5-socdk/qts · iocsr_config.h · pinmux_config.h · pll_config.h · sdram_config.h Changing the files generated by this script I get an error: "Bad image with mismatched CRC". https://www.alteraforum.com/forum/attachment.php?attachmentid=12699 Do you think should I configure U-Boot with "make config" or should fix mismatched CRC error first? Thank you.