automotive software and its tool-chain
Because I am not powerful so I decided to develop tiny but smart part of automotive software based on open source, and create a general AUTOSAR & Automotive Software study environment.
As below picture shows, it was an virtual cluster based on AUTOSAR and can be simulated on Windows and Linux.

Mainly for the purpose to create a small footprint bootloader with all of the code implemented by me.
This RTOS ASKAR is designed according to OSEK/VDX OS223 by taking a reference of a lot of other open source RTOS, generally, the bwlow is the list:
For the purpose that to be able to run most of the common applications which are based on posix, a series of posix APIs have been implemented based on the ASKAR OSEK tiny core.
This GUI tool is the one from OpenSAR which is also developed by me, the GUI can be automatically created from xml.


git clone https://github.com/parai/as.git
cd $(patch-to)/as/release/aslinux
mkdir build
cd build
ln -fs ../script/vexpress-ca9.mk Makefile
ln -fs ../script/run-vexpress.sh run.sh
make all
./run.sh
# if aslua want to be used
cd $(path-to)/as/release/aslua && make 31 && make 33
cp out/arm.exe $(path-to)/as/release/aslinux/build/out/rootfs/usr/bin/aslua -v
cp /usr/arm-linux-gnueabi/lib/*.so* $(path-to)/as/release/aslinux/build/out/rootfs/lib -v
# then the sdcard need to be rebuilt
cd $(path-to)/as/release/aslinux/build && make sdcard
Check the page as-study-platform for how to use asenv or how to setup the environment from zero by yourself.

$ claude mcp add as-deprecated \
-- python -m otcore.mcp_server <graph>