Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
The following instructions demonstrate the procedures of building Tenok with example ROM files:
Type the following command to emulate Tenok with QEMU:
To exit the emulator, use the key combination of <Ctrl-A X> (i.e., press Ctrl-A first, leave the key, then press X.)
To remote debugging with gdb, type:
Type the following command to upload firmware binary to your board:
To remote debugging using gdb, start OpenOCD as the remote server first:
Now, type the following command to start debugging with gdb:
Additionally, the user can uncomment the following lines in tenok/user/tasks/tasks.mk
to test the example programs located under tenok/user/tasks/examples/
: