Common
- mkdir "for-mount"
- prepare qemu script and defconfig file at dir "qemu-scripts" (only for qemu)
- mkdir "tizen-image" (only for qemu)
in case of rpi3 device
- ./set_rpi3_env.py (modify team list and branch name to checkout)
- (It is better to do it manually...) ./build_tester.py
- make with Makefile or,
- arm-linux-gnueabi-gcc -I"your kernel path"/include "test.c" -o test
- insert SD card and do flashing. (ex) sudo ./flash-sdcard.sh /dev/sdc
- ./mount_and_move_file_rpi3.sh "sdX2" "file"
in case of qemu
- ./set_qemu_env.py (modify team list and branch name to checkout)
- (It is better to do it manually...) ./build_tester.py
- make with Makefile or,
- arm-linux-gnueabi-gcc -I"your kernel path"/include "test.c" -o test
- ./mk_env_per_team.sh "team number"
- ./mount_and_move_file_qemu.sh "file"
- cd "team-repo" and ./qemu.sh