Hi everyone,
I am Shubham Gupta, final year CSE undergrad having keen interest in emebedded systems.
I have already worked with application layer of RTOS with nrf52840 and STM32. Through the program I want to learn about low level programming.
I have already completed Getting Started task GSoC 2026: Introduction and Proof of Work -- Shubham Gupta
I am interested to work on Port Microvium.
Looking for guidance from potential mentors.
Thanks
Great! With any porting effot there are usually a few common considerations for planning the proposal.
- Can you build the software at all?
- Can you run the software on anything?
- Can you build the software with RTEMS?
- Can you run the software with RTEMS?
Answering these questions will help you to frame the proposal and to plan the work. Once you know how to do #1-4, then you can consider what is the best way to integrate the software with RTEMS. Here again there are a few choices:
- Integrate directly in tree through
contrib?
- Integrate through a build recipe in RSB?
Hi @gedare,
Thanks for our support.
I was able to build the software and run it on my linux environment for now.
I generated a snapshot of basic .js file to give console output. Then restored the snapshot using C.
Attaching the screenshot of the output.
For next step, I am trying to test on a MCU development board/ QEMU emulator.