Slackware - ARM This forum is for the discussion of Slackware ARM. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-19-2018, 03:32 AM
|
#76
|
LQ Newbie
Registered: Jun 2018
Posts: 19
Rep:
|
I used Minicom on an Xterm (well, a KDE Konsole to be exact). You could try that yourself and see what happens in the mean time.
|
|
|
07-11-2018, 10:51 AM
|
#77
|
LQ Newbie
Registered: Jun 2018
Posts: 19
Rep:
|
Looking at your github commits, it looks like you're doing quite a bit of work on the RK3288 kernel.
Any image updates coming up soon?
|
|
|
07-11-2018, 10:58 AM
|
#78
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
Quote:
Originally Posted by NoKey
Looking at your github commits, it looks like you're doing quite a bit of work on the RK3288 kernel.
Any image updates coming up soon?
|
yes, I plan to update the kernel, but while there is a problem
after their decision I will update also images
|
|
|
07-17-2018, 04:16 AM
|
#79
|
LQ Newbie
Registered: Jun 2018
Posts: 19
Rep:
|
When I build your latest slackware arm build kit you keep on bitbucket with the " legacy kernel-source" option, it fails with:
Code:
fatal: Could not parse object '3dd9af3221d2a4ea4caf2865bac5fe9aaf2e2643'.
That seems to stem from this line in config/sources/rk3288.conf:
Code:
KERNEL_COMMIT="3dd9af3221d2a4ea4caf2865bac5fe9aaf2e2643"
It causes this line to fail in downloads.sh:
Code:
[[ ! -z $KERNEL_COMMIT ]] && ( git reset --hard $KERNEL_COMMIT >> $CWD/$BUILD/$SOURCE/$LOG 2>&1 || (message "err" "details" && exit 1) || exit 1 )
When building with the " mainline kernel-source" option, it fails with:
Code:
scripts/kconfig/conf --silentoldconfig Kconfig
#
# configuration written to .config
#
CHK include/config.h
UPD include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk.dep
CFG spl/u-boot.cfg
GEN include/autoconf.mk
GEN spl/include/autoconf.mk
CHK include/config/uboot.release
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
HOSTCC scripts/dtc/dtc.o
HOSTCC scripts/dtc/flattree.o
HOSTCC scripts/dtc/fstree.o
HOSTCC scripts/dtc/data.o
HOSTCC scripts/dtc/treesource.o
HOSTCC scripts/dtc/livetree.o
HOSTCC scripts/dtc/checks.o
HOSTCC scripts/dtc/srcpos.o
SHIPPED scripts/dtc/dtc-lexer.lex.c
SHIPPED scripts/dtc/dtc-parser.tab.h
HOSTCC scripts/dtc/util.o
SHIPPED scripts/dtc/dtc-parser.tab.c
HOSTCC scripts/dtc/dtc-lexer.lex.o
HOSTCC scripts/dtc/dtc-parser.tab.o
UPD include/config/uboot.release
CHK include/config.h
CHK include/generated/version_autogenerated.h
UPD include/generated/version_autogenerated.h
CFG u-boot.cfg
CC lib/asm-offsets.s
CC arch/arm/lib/asm-offsets.s
cc1: error: unknown value 'armv5' for -march
cc1: note: valid arguments are: armv8-a armv8.1-a armv8.2-a armv8.3-a; did you mean 'armv8-a'?
Kbuild:43: recipe for target 'lib/asm-offsets.s' failed
make[1]: *** [lib/asm-offsets.s] Error 1
make[1]: *** Waiting for unfinished jobs....
cc1: error: unknown value 'armv5' for -march
cc1: note: valid arguments are: armv8-a armv8.1-a armv8.2-a armv8.3-a; did you mean 'armv8-a'?
Kbuild:64: recipe for target 'arch/arm/lib/asm-offsets.s' failed
make[1]: *** [arch/arm/lib/asm-offsets.s] Error 1
Makefile:1337: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
Last edited by NoKey; 07-17-2018 at 05:00 AM.
|
|
|
07-20-2018, 06:18 PM
|
#80
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
fixed work with commit
the default architecture is aarch64, for the arm architecture, you can run: ARCH=arm ./build.sh
or change it in global config/environment/0environment.conf
ARCH=arm
|
|
|
08-06-2018, 08:00 AM
|
#81
|
LQ Newbie
Registered: Jun 2018
Posts: 19
Rep:
|
The fix seems to work.
I have not been able to reach your site for a few days now. What's up?
|
|
|
08-17-2018, 03:02 PM
|
#82
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
loss of all information
|
|
|
08-18-2018, 09:12 AM
|
#83
|
LQ Newbie
Registered: Jun 2018
Posts: 19
Rep:
|
|
|
|
09-04-2018, 12:45 PM
|
#84
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
10-24-2018, 12:15 PM
|
#85
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
02-10-2019, 06:29 AM
|
#86
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
08-31-2019, 10:32 PM
|
#87
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
update kernel 5.2.11
1. added gpu panfrost
2. 1.8GHz and boost turbo mode operating
|
|
|
10-21-2019, 12:59 PM
|
#88
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
01-19-2020, 01:22 PM
|
#89
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
04-28-2020, 05:51 PM
|
#90
|
Senior Member
Registered: Aug 2014
Posts: 2,027
Original Poster
Rep:
|
|
|
|
All times are GMT -5. The time now is 07:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|