Giter VIP home page Giter VIP logo

Comments (2)

ewalbridge avatar ewalbridge commented on August 15, 2024

No problem, glad to help.
Your tutorial was very helpful.

There was one command that I had to run that was different on the ODROID-C1 section.

$ git clone https://github.com/hardkernel/linux --single-branch -b odroidc-3.10.y
$ cd linux
$ make odroidc_defconfig

$ make menuconfig

$ make clean
$ make -j 4 uImage modules
$ make meson8b_odroidc.dtb
$ make dtbs
$ sudo make modules_install
$ sudo cp arch/arm/boot/uImage /media/boot
$ sudo cp arch/arm/boot/dts/meson8b_odroidc.dtb /media/boot

Other that that, it worked perfect.
Thank you for taking the time to write the tutorial.

from armhf.

umiddelb avatar umiddelb commented on August 15, 2024

very good, this saves us from performing that strange kind of limbo dancing caused by the aufs patchwork.

root@odroid-c1:~/kernel/3.10.65/linux# make dtbs
  CC      scripts/mod/devicetable-offsets.s
  GEN     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTLD  scripts/mod/modpost
  DTC     arch/arm/boot/dts/meson8b_odroidc.dtb
root@odroid-c1:~/kernel/3.10.65/linux# make meson8b_odroidc.dtb
  CC      scripts/mod/devicetable-offsets.s
  GEN     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTLD  scripts/mod/modpost
scripts/Makefile.build:128: kbuild: Makefile.build is included improperly
  CC      kernel/bounds.s
  GEN     /include/generated/bounds.h
  CC      arch/arm/kernel/asm-offsets.s
  GEN     /include/generated/asm-offsets.h
make[1]: *** No rule to make target `/missing-syscalls', needed by `__build'.  Stop.
make: *** [meson8b_odroidc.dtb] Error 2
root@odroid-c1:~/kernel/3.10.65/linux# 

from armhf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.