LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 06-19-2018, 03:32 AM   #76
NoKey
LQ Newbie
 
Registered: Jun 2018
Posts: 19

Rep: Reputation: Disabled

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.
 
Old 07-11-2018, 10:51 AM   #77
NoKey
LQ Newbie
 
Registered: Jun 2018
Posts: 19

Rep: Reputation: Disabled
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?
 
Old 07-11-2018, 10:58 AM   #78
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by NoKey View Post
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
 
Old 07-17-2018, 04:16 AM   #79
NoKey
LQ Newbie
 
Registered: Jun 2018
Posts: 19

Rep: Reputation: Disabled
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.
 
Old 07-20-2018, 06:18 PM   #80
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
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
 
Old 08-06-2018, 08:00 AM   #81
NoKey
LQ Newbie
 
Registered: Jun 2018
Posts: 19

Rep: Reputation: Disabled
The fix seems to work.
I have not been able to reach your site for a few days now. What's up?
 
Old 08-17-2018, 03:02 PM   #82
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
loss of all information
 
Old 08-18-2018, 09:12 AM   #83
NoKey
LQ Newbie
 
Registered: Jun 2018
Posts: 19

Rep: Reputation: Disabled
The wayback machine can help you some there:
https://web.archive.org/web/*/http://fail.pp.ua/
 
Old 08-31-2019, 10:32 PM   #87
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
update kernel 5.2.11

1. added gpu panfrost
2. 1.8GHz and boost turbo mode operating
 
Old 10-21-2019, 12:59 PM   #88
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
update kernel 5.3.7
 
Old 01-19-2020, 01:22 PM   #89
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
update kernel 5.4.13
 
Old 04-28-2020, 05:51 PM   #90
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,889

Original Poster
Rep: Reputation: Disabled
update kernel 5.6.7
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to find linux driver for Lexar Firefly? greenhelium Linux - Newbie 8 09-10-2007 03:18 PM
Calling all Firefly/Serinity fans! ZephyrXero General 2 02-02-2006 01:41 AM
Firefly BSD? Dankles *BSD 2 05-10-2005 01:20 PM
Smartdisk Firefly 20GB USB Travers Linux - Hardware 0 09-18-2004 01:27 PM
Firefly USBee novik4ne Linux - Hardware 2 08-22-2003 12:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 01:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration