This is an example 'hello world' type application that runs on the Raspberry Pi 2b. The example does some basic validation of RAM, RNG, watchdog and LEDs. Connect a UART cable to see diagnostic output.
To use this example, you need:
- A FAT-formatted micro-SD card with the Raspberry Pi bootloader present (
bootcode.bin,start.elf,fixup.dat)
export TAMAGO=~/work/tamago-go/bin/go
export CROSS_COMPILE=arm-linux-gnueabi-
export INSTALLDIR=/mnt/sdcard
make installThe install target will perform these steps:
- Compile the example using TAMAGO Go compiler
- Copy these files to the SD card:
config.txt(the Pi config to load the example as a 'kernel')example-pi-2.bin(the example)