Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thank you for proofreading #1

Closed
umiddelb opened this issue Feb 15, 2015 · 2 comments
Closed

Thank you for proofreading #1

umiddelb opened this issue Feb 15, 2015 · 2 comments

Comments

@umiddelb
Copy link
Owner

@ewalbridge
Thank you for proofreading!

@ewalbridge
Copy link

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.

@umiddelb
Copy link
Owner Author

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# 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants