RP2350 Video Demo - NO VS Code! Risc-y 02

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 35

  • @miragj
    @miragj 28 วันที่ผ่านมา

    I always love your videos, David. Thanks!

    • @LifewithDavid1
      @LifewithDavid1  28 วันที่ผ่านมา

      Thank you for watching!

  • @FrankHoedemakers
    @FrankHoedemakers 27 วันที่ผ่านมา

    This was what i was looking for. Now i can build my RiscV projects using GitHub actions. Using the information from this video i could convert my Pico Nes emulator from ARM to RiscV,. Thanks for the video!

  • @simonsaville9962
    @simonsaville9962 25 วันที่ผ่านมา

    Hoorah! No VS-Code.
    Well done Sir and thank you.

    • @LifewithDavid1
      @LifewithDavid1  24 วันที่ผ่านมา

      You're welcome! Thanks for watching!

  • @theelmonk
    @theelmonk 29 วันที่ผ่านมา +5

    Excellent. I hate the way VS Code seems to creep into every toolchain.

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา

      It seems like a good idea on paper; but it's too complicated for me. Or maybe I'm too stupid and/or bullheaded. lol.

    • @jj74qformerlyjailbreak3
      @jj74qformerlyjailbreak3 29 วันที่ผ่านมา

      ​@@LifewithDavid1I had this trouble with Expresif IDE.

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา +1

      Sometimes simple is the way to go.

  • @marknicholson363
    @marknicholson363 29 วันที่ผ่านมา

    Great work!

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา

      Thank you and thanks for watching!

  • @drfrancintosh
    @drfrancintosh 28 วันที่ผ่านมา

    Great video! i'm setting up my Docker image to handle SDK-2. This will help a lot.
    I also read that the VSCode tool chain does not create optimized code ("Gary Explains" video)
    So, using the GCC tool chain looks like the way to go.
    I'm also doing VGA / DVI with Pico, so your project will be useful to me.
    Continued success!

    • @LifewithDavid1
      @LifewithDavid1  28 วันที่ผ่านมา

      I'm glad you found it helpful. Thanks for watching!

  • @neilbryan7936
    @neilbryan7936 12 วันที่ผ่านมา

    I've used VSCode for several years and it is a good development environment. I don't care for integration with the toolchain though, I prefer a separate terminal to build and another for debug (minicom for example). The Picoprobe works very well though and that is well worth persevering with VSCode unless you like running GDB from the command line.

    • @LifewithDavid1
      @LifewithDavid1  11 วันที่ผ่านมา

      I'm sure if I were more familiar with it I would use it more. It's the old chicken or egg paradox. Since I don't know it; I won't use it, and since I don't use it; I'll never know it. However, if I have issues with cmake, make, etc; I may have to take the time to learn it. Thanks for the comment!

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 29 วันที่ผ่านมา +2

    This video earned a sub. Please inform the guy YT.
    Thanks.

  • @benholroyd5221
    @benholroyd5221 29 วันที่ผ่านมา +2

    Are you doing a bare metal adventure series on the risc cores?
    there don't seem to be many resources, and would be interesting to see how it compares to the arm way.

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา +1

      I hope to; but there is a lot of research to before I can get there. The bare metal for the RP2040 took a lot of work; and the boot loader 2 for the RP2350 is SIGNIFICANTLY more complicated. Thanks for watching and stay tuned!

    • @benholroyd5221
      @benholroyd5221 29 วันที่ผ่านมา

      @LifewithDavid1 ah ok. Not just me then.

  • @nil0bject
    @nil0bject 29 วันที่ผ่านมา

    RISC-V FTW

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา +1

      I'm looking forward to trying some RISC-V assembly in the future.

    • @nil0bject
      @nil0bject 29 วันที่ผ่านมา

      @@LifewithDavid1 a "little man computer" with led/lcd register diplays, physical buttons for incrementing/decrementing values, hdmi output and usb input would be neat

  • @JG-nm9zk
    @JG-nm9zk 29 วันที่ผ่านมา +2

    I barely use vs code. It is just the text editor to me. everything is done from the terminal cmake and make are my build system. using plugins just ads one more place where something can break and I wont know if its the extensions fault or mine.

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา +1

      It's good to know that I'm not alone. Thanks for the comment!

  • @RichardEricCollins
    @RichardEricCollins 27 วันที่ผ่านมา +1

    As you've discovered Linux is so much nicer for microcontroller development. As for Vs code. I use it just as an editor. I remove all extensions. But yes can be a pain. Tidel editor is nice console based ide. Like the old turbo C days.

    • @LifewithDavid1
      @LifewithDavid1  24 วันที่ผ่านมา

      I'll have to check tha out. Is the spelling correct? I couldn't find it with a quick Google search.

  • @KennethScharf
    @KennethScharf 29 วันที่ผ่านมา

    Will the pico setup script run on a desktop linux computer (x86 based)? Have you tried Eclipse IDE?

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา

      I haven't tried it; but I'll bet you could make it work without a lot of trouble. There is an x86 toolchain for the Hazard 3 cores in the releases in the pico-sdk-tools repository. I have not tried the Eclipse IDE; I'll look into it; thanks!

  • @jyvben1520
    @jyvben1520 29 วันที่ผ่านมา

    any idea about how much processing power (cycles) is left, can it do serial communication to emulate a console

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา +2

      I'm sure it could. Just have to be clever enough to program it. Check out the DOOM video, Pico 1 uses a keyboard and has great audio too. Pico 2 has more power.

    • @benholroyd5221
      @benholroyd5221 29 วันที่ผ่านมา

      easily. theres vt100 implementations hanging around.

    • @LifewithDavid1
      @LifewithDavid1  29 วันที่ผ่านมา

      I agree! Thanks for watching!