Your warranty may become void. I am not responsible for bricked devices, dead SD cards, and any kind of problems in your device.
The software is distributed with completely no warranty.
- update
gcc
asapt install gcc-6-arm-linux-gnueabi
- cd ucore
- export CROSS_COMPILE=arm-linux-gnueabi-
- make ARCH=arm BOARD=zedboard defconfig
- make sfsimg
- make
TBD
Arch Linux
gcc 7.2.0 arm-none-eabi-gcc
Building and Goldfish emulation (in our environment)
GPIO LED light
Serial port (UART)
Memory management
Private clock
Interrupt (the program can't find the vector table)
All others