Fork me on GitHub
  1. Gentoo on the Odroid-U3

    Arm cross compiler setup and stuffs

    This will set up a way to compile things for arm on your native system (amd64 for me)

    emerge dev-embedded/u-boot-tools sys-devel/crossdev
    crossdev -S -s4 -t armv7a-hardfloat-linux-gnueabi
    

    Building the kernel

    This assumes you have kernel sources, I'm testing 3.17-rc2 since they just …

    read more

« Page 3 / 5 »

social