Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Debugging a Space System with QEMU in One Terminal Window

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Debugging a Space System with QEMU in One Terminal Window


๐Ÿ’ก Newskategorie: Linux Tipps
๐Ÿ”— Quelle: reddit.com

I am working on a moon rover for Carnegie Mellon University which will be launching next year to look for water ice at the South Pole. Specifically, I am working on a flight computer called the ISIS OBC (On Board Computer) and I am trying to find out how to first run QEMU in a terminal in the background, and then run GDB to connect to the QEMU instance I just backgrounded. I have tried running QEMU in the background with & as well as using the flag -daemonize but this causes QEMU's GDB server to not work at all. The goal is to be able to debug our flight software in GDB in one terminal window so that I can run it from inside a Docker container mounted on the repository's root.

My current solution was to just run QEMU in another gnome-terminal I initialized in the debug script when I wasn't using docker to do this, but this method will not work once dockerized since I cannot open a new terminal form inside docker. I will include the entire debug script in the comments as to not clutter up the question, since it is just extra, probably unnecessary detail.

Anyways, I would much prefer to run something like this to achieve my goal:

./../obc-emulation-resources/obc-qemu/iobc-loader -f sdram build/app.isis-obc-rtos.bin -s sdram -o pmc-mclk -- -serial stdio -monitor none -s -S > /tmp/qemu-gdb

rather than what I am running now:

gnome-terminal -- bash -c './../obc-emulation-resources/obc-qemu/iobc-loader -f sdram build/app.isis-obc-rtos.bin -s sdram -o pmc-mclk -- -serial stdio -monitor none -s -S > /tmp/qemu-gdb; $SHELL' --name="QEMU-iOBC" --title="QEMU-iOBC" -p

"iobc-loader" is a wrapper used to run the QEMU command by the way."app.isis-obc-rtos.bin" is of course the binary I am trying to run and "isis-obc-rtos.elf" contains the symbols used to debug it. Apologies if the answer is obvious, I am a student!

Here is an awesome picture of the rover wrapped in its gold thermal blanket: https://imgur.com/a/0ZILUoD

https://preview.redd.it/p4wqqa1aqe391.jpg?width=1080&format=pjpg&auto=webp&s=03c90478f52f0c8eb2743b0d60ae565e2a0467bd

submitted by /u/JustWacked
[link] [comments] ...



๐Ÿ“Œ Debugging a Space System with QEMU in One Terminal Window


๐Ÿ“ˆ 60.99 Punkte

๐Ÿ“Œ Debugging a Space System with QEMU in One Terminal Window


๐Ÿ“ˆ 60.99 Punkte

๐Ÿ“Œ Launch gnome-session-quit with terminal without terminal window in background


๐Ÿ“ˆ 29.72 Punkte

๐Ÿ“Œ I made a space shooter that runs in your terminal called "Terminal Phase", thought people here might enjoy


๐Ÿ“ˆ 26.84 Punkte

๐Ÿ“Œ The Debugging Book โ€” Tools and Techniques for Automated Software Debugging


๐Ÿ“ˆ 26.81 Punkte

๐Ÿ“Œ Compiling C# to WASM with Mono and Blazor then Debugging .NET Source with Remote Debugging in Chrome DevTools


๐Ÿ“ˆ 26.81 Punkte

๐Ÿ“Œ Debugging threads with the Parallel Stacks window


๐Ÿ“ˆ 24.75 Punkte

๐Ÿ“Œ Debugging tasks with the Parallel Stacks window


๐Ÿ“ˆ 24.75 Punkte

๐Ÿ“Œ Apple Safari 2.0.4 419.3 window.console.log() window.console.log denial of service


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ Mozilla Firefox up to 2.0.4 window.print(window.print) denial of service


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ GTK+ Implements Window Focus Tracking and Window Properties for Ubuntu's Mir


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ Are there other old-fashioned window managers than Window Maker?


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ I reimplemented the window geometry information tooltip for KDE's KWin window manager - a previously removed feature


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ How To Merge a Single Page Safari Window With Another Safari Window?


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ Can you make a window float in a tiling window manager (those that are not dynamic)?


๐Ÿ“ˆ 22.7 Punkte

๐Ÿ“Œ Job One for Space Force: Space Asset Cybersecurity


๐Ÿ“ˆ 21.55 Punkte

๐Ÿ“Œ NATO Recognizes Space as an โ€œOperational Domainโ€: One Small Step Toward a Rules-Based International Order in Outer Space


๐Ÿ“ˆ 21.55 Punkte

๐Ÿ“Œ A bash script to show the periodic table of elements in a terminal window


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ How to set the default window size for Terminal on macOS


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ How to set the default window size for Terminal on macOS


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ Windows Terminal Preview: Version 0.7 mit Multi-Window-Support in Tabs und mehr


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ Help with disabling auto-launch of Terminal window. Solaris Genome 2.30.2


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ macOS Ventura 13.6: Command Key Window Shortcuts in Terminal Hardly Work at all Now


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ Tips for keeping programs running when a terminal window closes


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ Does your terminal support opening a new tab/window in the current directory.


๐Ÿ“ˆ 20.53 Punkte

๐Ÿ“Œ Vuln: QEMU 'qemu-char.c' Denial of Service Vulnerability


๐Ÿ“ˆ 18.9 Punkte

๐Ÿ“Œ Vuln: QEMU 'qemu-char.c' Denial of Service Vulnerability


๐Ÿ“ˆ 18.9 Punkte

๐Ÿ“Œ Medium CVE-2017-16845: QEMU QEMU


๐Ÿ“ˆ 18.9 Punkte

๐Ÿ“Œ High CVE-2016-9602: QEMU QEMU


๐Ÿ“ˆ 18.9 Punkte

๐Ÿ“Œ Medium CVE-2019-12155: QEMU QEMU


๐Ÿ“ˆ 18.9 Punkte











matomo