orangepi
orangepi copied to clipboard
run on board
hello, thanks for your great project. I wanted to run blink app on my orange pi zero board. I know arm programming(STM32, and mostly cortex3 and 4), but I'm new commer in ARM7. how can i run my first code on my pi board?
Two things are needed to get started. First is to set up your Orange Pi board to do a network boot (and set up a server to handle DHCP and TFTP booting. Then get the ARM cross compiler set up on your development system. Once this is done you should be ready to build any of the projects here and run them.