Commit Graph

9 Commits

Author SHA1 Message Date
d29db23b92 ODROID: Change install path sbin to bin
Change-Id: Id9839e55cdc557e608af6f29d831d8c1bd8de9fa
2024-10-29 14:08:26 +09:00
steve.jeong
1d66b68dac debian: update package version 3.13.10
ODROID-COMMON: remove dependency "libgpiod".

Signed-off-by: steve.jeong <jkhpro1003@gmail.com>
Change-Id: I6531c8cca311a39522e9881719021c7eb61773da
2022-11-15 12:47:15 +09:00
steve.jeong
b3d4dfbfb5 debian: update package version 3.13.1
ODROID-COMMON: Add link libgpiod
ODROID-N2/C4: fix odroid-wiringpi postinst

server build error: link
./configure: line 3480: syntax error near unexpected token `LIBCRYPT,'
./configure: line 3480: `PKG_CHECK_MODULES(LIBCRYPT, libcrypt)'

local build error: link
/usr/bin/ld: undefined reference to `gpiod_line_set_value' ...

local build error: odroid-wiringpi.postinst error
cp: cannot stat '/tmp/odroid-wiringpi/rules.d/99-odroid-wiringpi-aml.rules': No such file or directory

Signed-off-by: steve.jeong <jkhpro1003@gmail.com>
Change-Id: I0faf7710461ab487afdf02a8e5511ea2a6385f7e
2022-04-15 17:21:00 +09:00
Dongjin Kim
f316f52636 Rework to build by autoconf/automake and new Debian scripts
Building in local machine:
    $ sh autogen.sh
    $ ./configure
    $ make
    $ sudo make install

Building Debian package:
    $ debuild -uc -us -b

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I76faa07c1586658d053a3e260ea231a19392f792
2022-01-20 06:30:34 +00:00
Deokgyu Yang
2f8842f1ff Fix build error for gcc 10
Thanks to @jens1 on the Odroid forum for notifying us

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I0c1658246e92b4c1b135be002cb365bd46c8e764
2021-03-12 17:57:33 +09:00
Deokgyu Yang
2c7e86b898 WiringPi: Bring back all of the stuffs I removed to do with peripherals
Imported from the official WiringPi repository, version 2.60.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I82dc00ab9f038f9bc4c6a9c4ca3affe5a5d33ae1
2020-04-28 11:02:36 +09:00
Deokgyu Yang
89cf23cbcd WiringPi: Remove files that seem won't be used or already have not been used
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I1189f950d0e51cbc4c569b1e7a1182dc5f8fe762
2020-03-19 17:27:55 +09:00
Gordon Henderson
e8da87fbac Added a fix to include -lcrypt for people who can't do it themselves.
Added gpio readall support for the Pi 0W.
2017-03-01 11:55:19 +00:00
Gordon Henderson
70fa99a127 Bumped the version to 2.40 - correctly this time, I hope.
Added fixed for a few minor things. pin driver for rht03/dht type
sensors. Network stuff is experimental - for now.
2017-02-27 19:51:32 +00:00