Giter Site home page Giter Site logo

Dependencies missing about rpi23-gen-image HOT 9 CLOSED

drtyhlpr avatar drtyhlpr commented on June 11, 2024
Dependencies missing

from rpi23-gen-image.

Comments (9)

gfa avatar gfa commented on June 11, 2024

i had to install device-tree-compiler to be able to build the kernel (rpi 3)

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

thanks for the info will patch soon. sorry for the delay

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

hm I tested it today. Running Debian jessie from netinstall with only "essential system tools" installed inside vmware.

jessie:
psmisc: should be a jessie default package
build-essential: should not be required
bc -> added with patch
dbus: should be a jessie default package

the "crossbuild-essential-armhf" was removed from jessie and emdedian repo has to be added:

echo "deb http://emdebian.org/tools/debian/ jessie main" > /etc/apt/sources.list.d/crosstools.list
sudo -u nobody wget -O - http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -
dpkg --add-architecture armhf
apt-get update

(updating readme soon)

ps.
stretch:
bc -> just added with patch
psmisc -> just added with patch
rest seems to work out of the box. testing running releases soon rpi2 - rpi3

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

@gfa hi, can you tell me what command lines you used for device tree compilation. are the default ones included in the rpi2/3 kernel sources not working (any more)? or did you have a problem with a specific dev driver?

from rpi23-gen-image.

gfa avatar gfa commented on June 11, 2024

@drtyhlpr

using today's code

  LD      drivers/usb/phy/built-in.o
  LD      drivers/usb/ulpi/built-in.o
  DTC     arch/arm/dts/bcm2835-rpi-a-plus.dtb
/bin/sh: 1: dtc: not found
scripts/Makefile.lib:322: recipe for target 'arch/arm/dts/bcm2835-rpi-a-plus.dtb' failed
make[3]: *** [arch/arm/dts/bcm2835-rpi-a-plus.dtb] Error 127
dts/Makefile:36: recipe for target 'arch-dtbs' failed
make[2]: *** [arch-dtbs] Error 2
Makefile:1217: recipe for target 'dts' failed
make[1]: *** [dts] Error 2
Makefile:460: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Error 2
make: Leaving directory '/tmp/u-boot'
+ cleanup

and my command line is

ENABLE_UBOOT=true ENABLE_CONSOLE=false ENABLE_IPV6=true  ENABLE_HARDNET=false ENABLE_IPTABLES=false APT_SERVER=deb.debian.org  ENABLE_MINBASE=true ENABLE_MINGPU=true EXPANDROOT
=false RELEASE=stretch RPI_MODEL=3  ENABLE_WIRELESS=true  PASSWORD="root" EXPANDROOT=false ENABLE_SOUND=false ENABLE_HWRANDOM=false ENABLE_UBOOT=true ENABLE_USER=false REDUCE_DOC=true REDUCE_MAN=true  ./rpi23-gen-image.sh

note, i'm not using jessie on the build host but stretch

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

ah you are using UBOOT. well I tried it some months ago and failed to get the device up and running with it. (dark/lsdcolor screen on all configuration tries) -> #47.

so with using "apt-get install device-tree-compiler" (or adding it to the APT required packages) it was/is working? sorry I don't have any rpi around and will be able to test next weekend.

ps. with "working" i mean - uboot is compiling and the system is booting after it was installed

from rpi23-gen-image.

gfa avatar gfa commented on June 11, 2024

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

hehe same here... of course all tests and results from your side would be nice. but I think I am just doing exatly the same on some slower vmware hosts. (building on jessie and stretch - added device-tree-compiler etc.).. hitting the console every 30min and doing other so called work in between :)

what currently worries me the most is: #61 - I had this problems before as described and invested alot of time to debug and stuff ... without success. problem automatically solved 1-2 weeks later... maybe I got a RPi3 available next to me on Sunday .

from rpi23-gen-image.

drtyhlpr avatar drtyhlpr commented on June 11, 2024

seems fixed. testing with various parameter combinations the next days

from rpi23-gen-image.

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.