Open BassAce1 opened 1 year ago
Incorrect paths ../run_elf_on_board.py lab1/lab1.elf and ./lab1/lab1.elf
../run_elf_on_board.py lab1/lab1.elf
./lab1/lab1.elf
should be
../run_elf_on_board.py lab1_helloworld/lab1.elf and ./lab1_helloworld/lab1.elf
../run_elf_on_board.py lab1_helloworld/lab1.elf
./lab1_helloworld/lab1.elf
lines are code lines located at the end of the page.
@manjagu
Incorrect paths
../run_elf_on_board.py lab1/lab1.elf
and./lab1/lab1.elf
should be
../run_elf_on_board.py lab1_helloworld/lab1.elf
and./lab1_helloworld/lab1.elf
lines are code lines located at the end of the page.