Search Criteria
Package Details: cubieboard-livesuit 306-4
Git Clone URL: | https://aur.archlinux.org/cubieboard-livesuit.git (read-only, click to copy) |
---|---|
Package Base: | cubieboard-livesuit |
Description: | LiveSuit is a tool to flash Images to the NAND of Allwinner devices, such as Cubieboard1, Cubieboard2, and Cubietruck. This package use the ZIP that comes from official Cubieboard download page. |
Upstream URL: | http://cubieboard.org |
Licenses: | |
Submitter: | figue |
Maintainer: | figue (figuepluto) |
Last Packager: | figuepluto |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-23 20:36 |
Last Updated: | 2020-01-29 21:55 |
Dependencies (5)
- libpng12 (libpng12-git)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-phicomm-n1-headers, linux-odroid-headers)
- qt4 (qt4-revert80e3108)
- dkms (make)
- git (git-git) (make)
Required by (0)
Sources (8)
- 50-awusb.rules (i686)
- 50-awusb.rules (x86_64)
- awusb-fix.patch (i686)
- awusb-fix.patch (x86_64)
- cubieboard-livesuit (i686)
- cubieboard-livesuit (x86_64)
- http://dl.cubieboard.org/software/tools/livesuit/LiveSuitV306_For_Linux32.zip (i686)
- http://dl.cubieboard.org/software/tools/livesuit/LiveSuitV306_For_Linux64.zip (x86_64)
Latest Comments
1 2 Next › Last »
Kalinda commented on 2020-01-30 16:34
@figue Yup, it works now, thanks!
figue commented on 2020-01-29 21:42
@Kalinda please update your repo and check if it works now.
Kalinda commented on 2020-01-28 17:50
Hello,
Trying to build this for my repo and I'm getting an error for making the awusb module:
make -C /lib/modules/5.4.15-arch1-1/build SUBDIRS=/build/cubieboard-livesuit/src/cubieboard-livesuit/awusb modules make[1]: Entering directory '/usr/lib/modules/5.4.15-arch1-1/build' scripts/Makefile.build:42: arch/x86/entry/syscalls/Makefile: No such file or directory make[2]: No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop. make[1]: [arch/x86/Makefile:238: archheaders] Error 2 make[1]: Leaving directory '/usr/lib/modules/5.4.15-arch1-1/build' make: *** [Makefile:6: default] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /build/chroot/kalinda/build
Perhaps it needs to be updated to match recent kernel changes?
Thanks
figue commented on 2017-06-22 10:23
@cylax I guess it could be done, but it's a common practice follow upstream, at least in AUR packages /opt is a valid install path.
If you want to move something to another location, submit a patch, I will be glad to include it!
cylax commented on 2017-06-21 12:00
@figue You might consider installing the libs and main script in an appropriate location.
grigruss commented on 2017-05-25 05:10
@figue Ok! That's works! Thank you!
grigruss commented on 2017-05-24 21:08
@figue sorry. Now 00:05am. :-) After 8 hours.
figue commented on 2017-05-24 20:22
@grigruss thanks. I've added a simple patch. Now should build fine. Can you test it?
grigruss commented on 2017-05-24 11:39
Hi!
I can't install this, because have an error on kernel module build.
But I find the project in github: https://github.com/linux-sunxi/sunxi-livesuite
And it's work.
It's require install dkms, and run make in awusb/
Then copy awusb.ko in to /lib/modules/`uname -r`/kernel/
That's easy!
Sorry!
I have no problem with kernel module.
Problem with awusb.
In awusb.c (line 376) used function "signal_pending()", but no one file have this in headers... If I will find solution, I will write.
figue commented on 2016-02-12 15:19
Thanks @fishbone222.
I've also added i686 arch (not tested).