FreeRTOS-raspi3 icon indicating copy to clipboard operation
FreeRTOS-raspi3 copied to clipboard

Makefile Raspberry Pi board wrong

Open D3boker1 opened this issue 3 years ago • 0 comments

Hi!

I notice that the current makefile rule for run is: qemu-system-aarch64 -M raspi3 -m 1024 -serial null -serial mon:stdio -nographic -kernel kernel8.elf

Accordingly, to Raspberry Pi boards the name of supported RPI boards are: raspi0, raspi1ap, raspi2b, raspi3ap, raspi3b

I correct the error making: qemu-system-aarch64 -M raspi3b -m 1024 -serial null -serial mon:stdio -nographic -kernel kernel8.elf

D3boker1 avatar Jan 19 '22 14:01 D3boker1