View: 7702|Reply: 2

Buildroot for Orangepi

[Copy link]

3

threads

15

posts

102

credits

Registered member

Rank: 2

credits
102
Published in 2016-3-2 16:58:39 | Show all floors |Read mode
Edited by Rangarid at 2016-3-2 17:06

latest Buildroot now supports OrangePi PC:
https://buildroot.org/downloads/buildroot-2016.02.tar.gz

Git Info for that board:
https://git.busybox.net/buildroot/tree/board/orangepi/orangepipc
  1. OrangePi PC

  2. Intro
  3. =====

  4. This default configuration will allow you to start experimenting with the
  5. buildroot environment for the OrangePi PC. With the current configuration
  6. it will bring-up the board, and allow access through the serial console.

  7. How to build it
  8. ===============

  9. Configure Buildroot:

  10.     $ make orangepipc_defconfig

  11. Compile everything and build the SD card image:

  12.     $ make

  13. How to write the SD card
  14. ========================

  15. Once the build process is finished you will have an image called "sdcard.img"
  16. in the output/images/ directory.

  17. Copy the bootable "sdcard.img" onto an SD card with "dd":

  18.   $ sudo dd if=output/images/sdcard.img of=/dev/sdX
Copy code
It uses Kernel 4.5-RC1 as default.

13

threads

77

posts

444

credits

Intermediate member

Rank: 3Rank: 3

credits
444
Published in 2016-3-2 17:52:36 | Show all floors
Thanks.. does Ethernet Works?


3

threads

15

posts

102

credits

Registered member

Rank: 2

credits
102
 Author| Published in 2016-3-2 21:58:13 | Show all floors
Not sure if it works with the official config. Currently building with the 3.4.110 kernel from armbian as i know that one works. In buildroot 4.5-RC1 only serial console is enabled. Didnt add eth0 config to the network interfaces config though, so not sure about ethernet.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list