renegadeandy

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • in reply to: OSSC Firmware build fails on linker #26161
    renegadeandy
    Participant

      Almost certainly not! Trying so now!

      in reply to: Free PINS on the Cyclone iv in OSSC V1.5? #26115
      renegadeandy
      Participant

        Hi again

        So the SD card functionality uses SPI — which uses 4 signals:

        SCLK
        MOSI
        MISO
        SS

        Is that correct? Can you help me locate those pin numbers?

        I see in the Pin editor:

        SD_CLK
        SD_CMD
        SD_DAT[3]
        SD_DAT[2]
        SD_DAT[1]
        SD_DAT[0]

        — how do those tie up the SPI spec?

        renegadeandy
        Participant

          Any updates on this @marqs? Please bare in mind I am using windows here…

          in reply to: Audio debugging #24633
          renegadeandy
          Participant

            Boosting this in the hope for generic or specific advice from the community.

            renegadeandy
            Participant

              Suggestions on a non ‘cheap’ model I should purchase if that’s the case?

              in reply to: Audio debugging #24530
              renegadeandy
              Participant

                I am having exactly the same issue.

                I have compiled the v.80 firmware, with the ENABLE_AUDIO=y flag, yet on my tv I get no audio over hdmi.

                There appears to be activity over the I2s, Can anybody suggest some points to check on the v1.6 board? I can’t find that board’s documentation (I am just returning to this project after some time off). Please help!

                in reply to: Free PINS on the Cyclone iv in OSSC V1.5? #19962
                renegadeandy
                Participant

                  Can you answer the specific questions ?

                  Q1/How should I know that I could use those pins, given the schema in my first post and the pin planner in the ossc project. I find it very hard to determine that those pins are indeed free.

                  Pin 28 for example says SD_DAT2 — What does this mean? Why is it there? If they are not used in SPI mode, then why are they labelled as in use on the schema? Are you now saying Should I just ignore that? How am I supposed to know what is what?

                  in reply to: Free PINS on the Cyclone iv in OSSC V1.5? #19935
                  renegadeandy
                  Participant

                    marqs,

                    How should I know that I could use those pins, given the schema in my first post and the pin planner in the ossc project, I find it very hard to determine that those pins are indeed free. Pin 28 for example says SD_DAT2 — What does this mean? Why is it there? Should I just ignore that? How am I supposed to know what is what?

                    in reply to: Free PINS on the Cyclone iv in OSSC V1.5? #19864
                    renegadeandy
                    Participant

                      Am i right in saying marqs:

                      6 – input/output
                      12 – input
                      13 – input/output
                      24 – input
                      126 – input

                      Are those pins OK? Any others?

                      in reply to: Free PINS on the Cyclone iv in OSSC V1.5? #19856
                      renegadeandy
                      Participant

                        Any thoughts on this? Does it look right?

                        in reply to: RF & Composite support #19687
                        renegadeandy
                        Participant

                          Understood nmalinoski. But I really still would like to see it, of course in a new OSSC board revision. Please help @marqs, I can help design it.

                          in reply to: RF & Composite support #19670
                          renegadeandy
                          Participant

                            Hi nmalinoski, I understand and here you, but all of your suggestions completely undermine the purpose and simplicity the ossc delivers.


                            @marqs
                            what are your thoughts on this one?

                            in reply to: JTAG flashing problems #19665
                            renegadeandy
                            Participant

                              Yes…!

                              in reply to: JTAG flashing problems #19609
                              renegadeandy
                              Participant

                                Thanks for your help borti, moving forward now.

                                I am now almost getting the project compiled by using the codelite workspace. Near the end of the makefile, it tries to run:

                                #ifneq ($(DISABLE_STACKREPORT),1)
                                #	@bash -c "$(STACKREPORT) $@"
                                #endif

                                (Note i had to comment it out). If left uncommented, I get :

                                "/usr/bin/bash: nios2-stackreport: command not found"

                                The /intelFPGA_lite/17.1/nios2eds/bin/ directory with file nios2-stackreport is on my path, but maybe appears to be a perl script, perl is also on my path! Any ideas?

                                in reply to: JTAG flashing problems #18379
                                renegadeandy
                                Participant

                                  Hi,

                                  Ok thanks for your help – got the JTAG working.

                                  Now my question is…..if i make a change in say software/sys_controller/ossc/av_controller.c, what steps do I need to do to compile this change into the firmware which I will flash to my device?

                                  I have done:

                                  1/Make coding change
                                  2/Go into Quartus Prime and select Start Compilation
                                  3/Compilation completes, open programmer and flash

                                  Doing this — I do not see my coding change taking place. I feel like perhaps I need to compile the C software. I have seen there is a makefile in the software dir, however when I run make on this, I get the following error – suggesting that Quartus Prime does indeed handle the compilation of the c source….any thoughts?
                                  ———
                                  make
                                  Info: Building ../sys_controller_bsp/
                                  make –no-print-directory -C ../sys_controller_bsp/
                                  Makefile not up to date.
                                  ../../sys.sopcinfo has been modified since the BSP was generated.

                                  Generate the BSP to update the Makefile, and then build again.

                                  To generate from Eclipse:
                                  1. Right-click the BSP project.
                                  2. In the Nios II Menu, click Generate BSP.

                                  To generate from the command line:
                                  nios2-bsp-generate-files –settings=<settings file> –bsp-dir=<target bsp files directory>

                                  make[1]: *** [public.mk] Error 1
                                  make: *** [../sys_controller_bsp/-recurs-make-lib] Error 2
                                  —————

                                Viewing 15 posts - 1 through 15 (of 34 total)