orangepi icon indicating copy to clipboard operation
orangepi copied to clipboard

run on board

Open MohammadMokhalled opened this issue 6 years ago • 1 comments

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?

MohammadMokhalled avatar Oct 25 '18 20:10 MohammadMokhalled

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.

trebisky avatar Nov 08 '18 17:11 trebisky