ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
vagrantc has quit [Ping timeout: 480 seconds]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
Danct12 has quit [Quit: ZNC 1.9.0 - https://znc.in]
Danct12 has joined #linux-sunxi
asriel has joined #linux-sunxi
vagrantc has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
junari has joined #linux-sunxi
junari has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
gsz has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
mripard has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
ity has quit [Ping timeout: 480 seconds]
juri__ has joined #linux-sunxi
juri_ has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
paulk-bis has quit []
paulk has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
nickA has quit []
colinsane has quit []
colinsane has joined #linux-sunxi
szemzoa_ has quit [Read error: Connection reset by peer]
szemzoa has joined #linux-sunxi
mripard_ has joined #linux-sunxi
mripard has quit [Ping timeout: 480 seconds]
dsimic is now known as Guest3878
dsimic has joined #linux-sunxi
Guest3878 has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has quit []
bauen1 has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
mripard_ is now known as mripard
colinsane has quit []
colinsane has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
warpme has joined #linux-sunxi
wasutton- has quit [Remote host closed the connection]
wasutton3 has joined #linux-sunxi
sunshavi has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
wasutton- has joined #linux-sunxi
wasutton3 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.0 Quasar http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-sunxi
warpme has quit []
mripard has quit [Quit: mripard]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
warpme has joined #linux-sunxi
warpme has quit []
Hypfer has joined #linux-sunxi
Hypfer is now known as Guest3906
Hypfer has joined #linux-sunxi
Hypfer1 has quit [Ping timeout: 480 seconds]
Hypfer is now known as Hypfer1
bauen1 has quit [Ping timeout: 480 seconds]
smaeul has quit [Remote host closed the connection]
smaeul has joined #linux-sunxi
Guest3906 has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
bauen1 has joined #linux-sunxi
hentai has quit [Read error: No route to host]
hentai has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
nickA has joined #linux-sunxi
apritzel_ has joined #linux-sunxi
warpme has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
warpme has quit []
warpme has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.0 Quasar http://www.kvirc.net/]
warpme has quit []
timsu has joined #linux-sunxi
<timsu> I want to compile my mainline Kernel 6.9 for Longan Pi. First I run `make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu sunxi_defconfig` which creates my .config file. After that I run `make`. Why does it say "Restart config" and I have to select lots of options. Shouldn't this be preconfigured?
apritzel_ has left #linux-sunxi [#linux-sunxi]
<gnarface> timsu: not sure why, but did you forget to pass ARCH and CROSS_COMPILE to the second make?
apritzel___ has joined #linux-sunxi
<apritzel___> timsu: you have to give ARCH= and CROSS_COMPILE= for each call of make
<apritzel___> best is just to export them in your current shell
<apritzel___> and also: it's ARCH=arm64
<apritzel___> and there is no sunxi_defconfig in arm64, so just use defconfig
<apritzel___> and expect to add quite some more options, especially if you want to compile them in
<timsu> okay, this works now. But should these default options be enough to get a basic booting kernel?
<apritzel___> basic booting: yes, that's the idea of the arm64 defconfig
<timsu> serial debug console should also work, right?
<apritzel___> yes, it includes all clocks, pinctrl, and MMC
<apritzel___> I suggest you use "console=ttyS0,115200n8 earlycon" on the command line
<apritzel___> the latter gives you early output, before the console driver has probed
timsu has quit [Remote host closed the connection]
timsu has joined #linux-sunxi
nickA has quit []
timsu has quit [Ping timeout: 480 seconds]