home.social

#openocd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #openocd, aggregated by home.social.

  1. First foray into OpenOCD has not gone well. 😅 I seem to be able to communicate with the SAMD21, but I can't flash the bootloader. First issue seems to be "no flash bank found for address 0x00040000". Now I just have to figure out what the f✖✖k that means.

    #diy #maker #openocd #pcb #pcbdesign

  2. Обзор инструментов отладки встроенного ПО

    Обзор инструментов отладки встроенного ПО: программаторы (JLink, STLink, CMSIS-DAP, BlackMagic), GDB-клиенты и серверы, формат ELF/DWARF. Разбирается цепочка взаимодействия между IDE, GDB, OpenOCD и физическим программатором — от общих принципов до конкретных решений.

    habr.com/ru/articles/1006064/

    #BlackMagic_Probe #GDB #OpenOCD #JLink #STLink #CMSISDAP #armnoneeabigdb #ELF #встроенное_ПО

  3. We (SCI Semiconductor) are about to hire some folks in the next couple of months (probably starting in January, since we're about to hit Christmas):

    We're aiming to hire 1-3 FAEs, who can build out the open-source bits of the #CHERIoT software stack (including drivers / various communication stacks), build demos, and work with customers on use-case bringup.

    We also want to hire someone else on the toolchain side. Primarily #LLDB + #OpenOCD, but also working with our #LLVM (and #RustC) folks.

    Let me know if you're interested!

    EDIT: We are a full-remote company. It's easiest for us to hire people in the UK (and one of our investors would really like us to hire more people in Sheffield), but elsewhere is possible (though might, for tax purposes, require you to be officially a contractor for a while).

    We're also going to be hiring people for our hardware verification and RTL teams soon (more on the verification side than design at the moment, I think). I'm not responsible for them, but I can find out more details if anyone is interested. Our first CHERIoT chip is nearly finished, we're starting to work on the second.

    EDIT 2: Thanks to all of the people who have expressed interest (in public and private posts). I'll try to get back to you all next week!

    EDIT 3: I hope I've replied to everyone now! If I missed you (there were more replies than I expected!) please let me know. I think we'll aim to do another hiring round over the summer next year, so if the current timeline doesn't work out for you, please still let me know and I'll keep you in mind next time!

    #GetFediHired

  4. nRF52833 + nRF5 SDK +
    VSCode + OpenOCD + DAPLink(IN11)
    조합으로 세팅하는 방법

    #IN11 #DAPLink
    #OpenOCD

    chatgpt.com/s/t_68c287e92fa481

  5. Grr. ok with openocd I can probe the NAND over jtag, and see the info....

    > nand probe 0
    NAND flash device 'NAND 256MiB 3.3V 8-bit (Hynix)' found

    > nand info 0 0 1
    #0: NAND 256MiB 3.3V 8-bit (Hynix) pagesize: 2048, buswidth: 8, erasesize: 131072
    #0: 0x00000000 (128kB) erase state unknown (block condition unknown)
    #1: 0x00020000 (128kB) erase state unknown (block condition unknown)

    but I can't read/dump. ☹️
    > nand dump 0 test.dump 0x20000 0x800
    reading NAND flash page failed

    Not sure what could be wrong/need changing. 😡 This is driving me mad, although I'm not an openocd expert to know why the info would work but read not.

    #openocd #debugging #hacking #jtag

  6. Прошивка К1921ВГ015 без IDE и JTAG программатора

    Итак, передо мной лежала полностью собранная плата и время стремилось к вечеру. Руки чесались хотя бы помигать светодиодом, а руководство было вскользь прочитано уже несколько раз, но тут меня осенило - у меня нет подходящего программатора!

    habr.com/ru/articles/933670/

    #к1921вг015 #нииэт #jtag #bluepill #stm32f103 #openocd

  7. VSCode, SourceCraft Code Assistant и микроконтроллеры

    Сегодня разработка прошивок для микроконтроллеров обычно требует заметно больше времени и ресурсов, чем создание собственно схемы и платы. Со времён ковида прошли времена безраздельного владычества STM32, и теперь регулярно приходится осваивать новые железки. При этом для них зачастую приходится ваять программный инструментарий и библиотеки — поскольку предоставленное производителем обычно неудобно. В этой статье я расскажу, как использовать VSCode для разработки прошивок под разные архитектуры и как мне в этом помогает SourceCraft Code Assistant от Яндекса.

    habr.com/ru/companies/yandex/a

    #vscode #stm32 #gd32 #verilog #ai #makefile #stlink #openocd #c++ #инструкция

  8. The next two posts will be largely infrastructure. I'm going be switching chips to the SAMD21G18A (Trinket -> ItsyBitsy) and to make that easier I've updated my Makefile to potentially handle other chips down the line. Also made some of the OpenOCD and GDB tasks more "erogonomic". Super new to those two tools and still learning what they can do! (TODO: figure out how to add Makefiles to my syntax highlighting)

    whynotestflight.com/excuses/it

    #arm-gcc, #makefile, #gnumake, #VPATH, #OpenOCD, #GDB

  9. The next two posts will be largely infrastructure. I'm going be switching chips to the SAMD21G18A (Trinket -> ItsyBitsy) and to make that easier I've updated my Makefile to potentially handle other chips down the line. Also made some of the OpenOCD and GDB tasks more "erogonomic". Super new to those two tools and still learning what they can do! (TODO: figure out how to add Makefiles to my syntax highlighting)

    whynotestflight.com/excuses/it

    #arm-gcc, #makefile, #gnumake, #VPATH, #OpenOCD, #GDB

  10. The next two posts will be largely infrastructure. I'm going be switching chips to the SAMD21G18A (Trinket -> ItsyBitsy) and to make that easier I've updated my Makefile to potentially handle other chips down the line. Also made some of the OpenOCD and GDB tasks more "erogonomic". Super new to those two tools and still learning what they can do! (TODO: figure out how to add Makefiles to my syntax highlighting)

    whynotestflight.com/excuses/it

    #arm-gcc, #makefile, #gnumake, #VPATH, #OpenOCD, #GDB

  11. The next two posts will be largely infrastructure. I'm going be switching chips to the SAMD21G18A (Trinket -> ItsyBitsy) and to make that easier I've updated my Makefile to potentially handle other chips down the line. Also made some of the OpenOCD and GDB tasks more "erogonomic". Super new to those two tools and still learning what they can do! (TODO: figure out how to add Makefiles to my syntax highlighting)

    whynotestflight.com/excuses/it

    #arm-gcc, #makefile, #gnumake, #VPATH, #OpenOCD, #GDB

  12. The next two posts will be largely infrastructure. I'm going be switching chips to the SAMD21G18A (Trinket -> ItsyBitsy) and to make that easier I've updated my Makefile to potentially handle other chips down the line. Also made some of the OpenOCD and GDB tasks more "erogonomic". Super new to those two tools and still learning what they can do! (TODO: figure out how to add Makefiles to my syntax highlighting)

    whynotestflight.com/excuses/it

    #arm-gcc, #makefile, #gnumake, #VPATH, #OpenOCD, #GDB

  13. Now it's ARM's turn, Specifically the Core M0 SAMD21E18

    There isn't quite the same perfect playlist (although plenty of great resources!) for what I wanted so this will be multi part to get to a "good" place. This post is mostly about the tool chain (arm-gcc/OpenOCD/gdb)

    Hardware is the the Adafruit PyRuler which is a fancy Trinket M0

    whynotestflight.com/excuses/ho

    Shout out to:
    vivonomicon.com/2018/04/02/bar

    #arm, #SAMD21, #assembly, #gdb, #openocd, #jlink, #embedded, #TrinketM0

  14. Dear #electronics Tooters -- looking for a recommendation for reasonably priced (and open source, preferably) USB JTAG probe to use with #OpenOCD to program ATF15xx #CPLD devices.

  15. Hello World !

    Formation par le jeu : progresser en debug sur microcontrôleur

    Demandez-nous un "dongle USB", nous vous l'enverrons par colis, et recherchez les informations cachées. Vous passerez une première étape...

    L’objectif de ce jeu est de voir (ou revoir) les techniques de debug pour des logiciels embarqués sur microcontrôleur au moyen d’un challenge ludique : hacker une clef USB.

    #Hack #Sécurité #Jeu #Embarqué #Debug #SDK #OpenOCD #GDB

    2i2l.fr/formation-hackme-niv1-

  16. ToolChain: Настройка Сборки Прошивок для Микроконтроллеров Artety из MakeFile

    Настало время освоить очередное семейство микроконтроллеров: от компании Artery Technology. Компания Artery Technology уже возвела полноценную экосистему для своих процессоров. Есть фирменные отладочные платы, программаторы, документация, исходные коды MCAL и даже кодо генераторы. В этом тексте я представил пошаговую инструкцию того как запрограммировать микроконтроллер Artery.

    habr.com/ru/articles/792590/

    #artery #AT32 #make #makefile #arm_cortexm4 #GDB #C #openocd #eclipse #CLI

  17. STM32. Процесс компиляции и сборки прошивки

    Многие из начинающих разработчиков софта для микроконтроллеров реализуют свои проекты исключительно в средствах разработки, которые предоставляются производителем. Многое скрыто от пользователя и очень хорошо скрыто, из-за чего некоторые воспринимают эти процессы сродни настоящей магии. Я, в свою очередь, как человек в пытливым умом и природной любознательностью, решил попробовать собрать проект без использования IDE и различного рода автоматизаций. Так родилась идея для этой статьи: не используя ничего, кроме текстового редактора и командной строки, собрать проект мигания светодиодом на отладочной плате STM32F0-Discovery. Поскольку я не до конца понимал, как происходит процесс компиляции и сборки проекта, мне пришлось восполнять пробелы в знаниях. Разобравшись с этим вопросом, я подумал — а почему бы не рассказать другим об этом? Всем кому интересно — добро пожаловать под кат! 🙂

    habr.com/ru/companies/timeweb/

    #timeweb_статьи #STM32 #linux #ubuntu #openocd #stlink #stflash #debug #preprocessor #linker #gnuarm #gnugcc #armnoneeabi

  18. STM32. Подготавливаем среду разработки в Linux

    STM32. Подготавливаем среду разработки в Linux В недавнем времени получилось так, что у меня появилось пару интересных проектов где одна из составных частей — микроконтроллер STM32. И каждый раз при смене ноутбука или ОС на домашнем компе приходится настраивать окружение для разработки каждый раз как в первый раз. Плюсом, последние проекты которые я делал для STM32 — я выполнял в Windows, в демо-версии Keil uVision. Но поскольку я давно и основательно переехал в Linux — появилась необходимость основательно разобраться и изложить процесс настройки окружения для будущих применений. Всем, кому интересно — добро пожаловать под кат.

    habr.com/ru/companies/timeweb/

    #timeweb_статьи #STM32 #Linux #Ubuntu #IDE #VScode #Eclipse #STLink #stutility #flash #debug #gdb #openocd #compile

  19. SEGGER #RTT Log, #nRF52832 und #OpenOCD mit #DAPLink wollen irgendwie nicht zusammen spielen.
    Hat das schon irgendjmd geschafft?

  20. Just got my #VisionFive2 #RISCV debugger setup for #NetBSD kernel debugging ready...

    I'm now using #openocd, because I wasn't able to convince the GDBServer of #jlink to debug the right core.

    Not sure what I can do at that level, because NetBSD and a VisionFive 2 obviously is a hell lot more complex than my own projects on a ESP32-C3. 😆

    Guess I need to improve my knowledge of the RISC-V ISA first... 🤓

    But I'm open for ideas how to continue...

  21. Playing with #litex #litescope FPGA logic analyzer. That stuff works super well. What the #FOSS #fpga people (#litex #migen #oss-cad #yosys #openocd and all the others hidden in the toolchain) have done is amazing. The board is a colorlight 5a-75b with an ECP5.
    kraut.zone/w/k2qy5PXbBuHhozcDf

    Code: github.com/bjonnh/alscope

  22. Hi, I'm a software and hardware engineer with an enthusiasm for and ; *all* of my computers run . I am also a citizen scientist, I operate a for detection. On GitHub you can find various software libraries that I've written, and also the hardware files for some low-cost magnetometers I designed. I've recently submitted a few contributions to the debugger project.

  23. Xbox Controller Provides Intro to SWD Hacking - It’s amazing to see how much technology is packed into even the “simple” devices that we take for gr... more: hackaday.com/2020/02/11/xbox-c #reverseengineering #firmwaremodding #xboxhacks #debugging #hardware #openocd #jtag #arm #swd