Skip to content
Serge Vakulenko edited this page Jan 21, 2015 · 3 revisions

Files:

Run 'Hello World' application on Max32 board:

/usr/local/qemu-mips/bin/qemu-system-mipsel -machine pic32mx7-max32 \
    -nographic \
    -monitor none \
    -serial stdio \
    -bios boot-max32.hex \
    -kernel hello-max32.hex

Result:

Board: chipKIT Max32
Processor: M4K
RAM size: 128 kbytes
Load file: '/local/BSD/pic32sim/demo/retrobsd/boot-max32.hex', 6720 bytes
Load file: 'hello-max32.hex', 4576 bytes

Hello, World!
..........
Hello, World!
......
Clone this wiki locally