Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI think that will be need to probe Altera-s precompiled u-boot-spl in this or other examples projects :) Onchip HPS-UART may be initialized succsessful, SDRAM -- will be seen, all other isn't important.
If not start all examples, run bsp-editor for your ghrd and make next changes: --- Quote Start --- - BOOT_FROM_SDMMC: checked - FAT_SUPPORT: checked - FAT_BOOT_PARTITION 1 - FAT_LOAD_PAYLOAD_NAME: hello-mkimage.bin - WATCHDOG_ENABLE: unchecked - SDRAM_SCRUBBING: checked - SDRAM_SCRUB_REMAINING_REGION: checked --- Quote End --- UART parameters is ready by default ! You read section 3.7.3 of DE1-SoC_User_manual_0C0D.pdf about UART-USB onboard bridge ? The kit is connected to host PC with USB cable ? Drivers is installed for FT232R chip ? Putty or Hiperterminal is runned & displays spl-bsp output to UART on any example debug start ?..