ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum feed: #armbian-rss | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
popolon has quit [Quit: Leaving]
alekksander has quit [Quit: Konversation terminated!]
jantones_ is now known as jantones
archetech has quit [Quit: Konversation terminated!]
zeemate has quit [Ping timeout: 246 seconds]
clever has quit [Ping timeout: 260 seconds]
clever has joined #armbian
archetech has joined #armbian
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
lemonzest has quit [Quit: WeeChat 4.1.2]
lemonzest has joined #armbian
jclsn has quit [Ping timeout: 276 seconds]
jclsn has joined #armbian
Lucanis has quit [Ping timeout: 246 seconds]
Lucanis has joined #armbian
hyperreal has quit [Read error: Connection reset by peer]
Net147 has quit [Quit: Quit]
buzzmarshall has quit [Quit: Konversation terminated!]
Mangix has quit [Read error: Connection reset by peer]
Net147 has joined #armbian
Mangix has joined #armbian
lyri has quit [Ping timeout: 256 seconds]
lyri has joined #armbian
ikmaak has quit [Ping timeout: 264 seconds]
ikmaak has joined #armbian
hyperreal has joined #armbian
alekksander has joined #armbian
archetech has quit [Quit: Leaving]
califax has quit [Remote host closed the connection]
califax has joined #armbian
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
lyri has quit [Ping timeout: 245 seconds]
lyri has joined #armbian
<DC-IRC> [Discord] <viraniac> ./compile.sh BOARD=<board> BRANCH=<branch> uboot
KREYREN has joined #armbian
zeemate has joined #armbian
lyri has quit [Remote host closed the connection]
lyri has joined #armbian
lyri has quit [Remote host closed the connection]
zeemate has quit [Ping timeout: 260 seconds]
lyri has joined #armbian
Smedles has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Smedles has joined #armbian
archetech has joined #armbian
lanefu has quit [Quit: WeeChat 3.8]
ikmaak has quit [Ping timeout: 264 seconds]
ikmaak has joined #armbian
<DC-IRC> [Discord] <Tonymac32> But we don't publish lists of board names and u-boots, so the first run should be through the menus unless you want to to tear into the source code of the build system
lanefu has joined #armbian
lanefu has quit [Client Quit]
<DC-IRC> [Discord] <viraniac> well.. I assumed that as the user asked for specific command, he might already be familiar to some degree with the working of the build framework
zeemate has joined #armbian
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #armbian
buzzmarshall has joined #armbian
<DC-IRC> [Discord] <Tonymac32> True. That does highlight som3ething we might want to do in the future though, actually document the available choices 😄
lyri has quit [Ping timeout: 268 seconds]
lyri has joined #armbian
KREYREN has quit [Remote host closed the connection]
KREYREN has joined #armbian
lyri has quit [Remote host closed the connection]
archetech_ has joined #armbian
archetech_ has quit [Quit: Konversation terminated!]
alekksander has quit [Quit: Konversation terminated!]
archetech_ has joined #armbian
archetech_ has quit [Quit: Konversation terminated!]
archetech_ has joined #armbian
lanefu has joined #armbian
archetech_ has quit [Quit: Konversation terminated!]
zeemate has quit [Remote host closed the connection]
zeemate has joined #armbian
<DC-IRC> [Discord] <bobcoggeshall> Hello. I'm hoping someone can help -
<DC-IRC> [Discord] <bobcoggeshall> Hello. I'm hoping someone can help -
<DC-IRC> [Discord] <bobcoggeshall> I am attempting to recompile a specific kernel module
<DC-IRC> [Discord] <bobcoggeshall> I am attempting to rebuild just the kernel modules and I assume I must rebuild the kernel also
<DC-IRC> [Discord] <bobcoggeshall> I am using cross-compile environment on x86 host which works full builds
<DC-IRC> [Discord] <bobcoggeshall> The branch I am using is currently documented as the stable branch on github:
<DC-IRC> [Discord] <bobcoggeshall> git clone --depth=1 --branch=v23.11 https://github.com/armbian/build.git armbian-build-stable-v23.11
<DC-IRC> [Discord] <bobcoggeshall> cd armbian-build-stable-v23.11
<DC-IRC> [Discord] <bobcoggeshall> if I run
<DC-IRC> [Discord] <bobcoggeshall> ./compile.sh \
<DC-IRC> [Discord] <bobcoggeshall> KERNEL_ONLY=yes \
<DC-IRC> [Discord] <bobcoggeshall> BOARD=orangepizero \
<DC-IRC> [Discord] <bobcoggeshall> BRANCH=current \
<DC-IRC> [Discord] <bobcoggeshall> RELEASE=bookworm \
<DC-IRC> [Discord] <bobcoggeshall> I get:
<DC-IRC> [Discord] <bobcoggeshall> [💥] KERNEL_ONLY is not supported; use new [ ./compile.sh kernel BOARD=orangepizero BRANCH=current kernel ]
<DC-IRC> [Discord] <bobcoggeshall> [💥] error! [ KERNEL_ONLY is set.This is not supported anymore. Please remove it, and use the new CLI commands. ]
<DC-IRC> [Discord] <bobcoggeshall> Then if I try
<DC-IRC> [Discord] <bobcoggeshall> ./compile.sh kernel \
<DC-IRC> [Discord] <bobcoggeshall> BOARD=orangepizero \
<DC-IRC> [Discord] <bobcoggeshall> BRANCH=current \
<DC-IRC> [Discord] <bobcoggeshall> RELEASE=bookworm \
<DC-IRC> [Discord] <bobcoggeshall> It runs and completes after a few seconds without doing anything:
<DC-IRC> [Discord] <bobcoggeshall> <see file>
<DC-IRC> [Discord] <bobcoggeshall> Hello. I'm hoping someone can help -
<DC-IRC> [Discord] <bobcoggeshall> I am attempting to recompile a specific kernel module
<DC-IRC> [Discord] <bobcoggeshall> I am attempting to rebuild just the kernel modules and I assume I must rebuild the kernel also
<DC-IRC> [Discord] <bobcoggeshall> I am using cross-compile environment on x86 host which works full builds
<DC-IRC> [Discord] <bobcoggeshall> The branch I am using is currently documented as the stable branch on github:
<DC-IRC> [Discord] <bobcoggeshall> git clone --depth=1 --branch=v23.11 https://github.com/armbian/build.git armbian-build-stable-v23.11
<DC-IRC> [Discord] <bobcoggeshall> cd armbian-build-stable-v23.11
<DC-IRC> [Discord] <bobcoggeshall> if I run
<DC-IRC> [Discord] <bobcoggeshall> ./compile.sh \
<DC-IRC> [Discord] <bobcoggeshall> KERNEL_ONLY=yes \
<DC-IRC> [Discord] <bobcoggeshall> BOARD=orangepizero \
<DC-IRC> [Discord] <bobcoggeshall> BRANCH=current \
<DC-IRC> [Discord] <bobcoggeshall> RELEASE=bookworm \
<DC-IRC> [Discord] <bobcoggeshall> I get:
<DC-IRC> [Discord] <bobcoggeshall> [💥] KERNEL_ONLY is not supported; use new [ ./compile.sh kernel BOARD=orangepizero BRANCH=current kernel ]
<DC-IRC> [Discord] <bobcoggeshall> [💥] error! [ KERNEL_ONLY is set.This is not supported anymore. Please remove it, and use the new CLI commands. ]
<DC-IRC> [Discord] <bobcoggeshall> Then if I try
<DC-IRC> [Discord] <bobcoggeshall> ./compile.sh kernel \
<DC-IRC> [Discord] <bobcoggeshall> BOARD=orangepizero \
<DC-IRC> [Discord] <bobcoggeshall> BRANCH=current \
<DC-IRC> [Discord] <bobcoggeshall> RELEASE=bookworm \
<DC-IRC> [Discord] <bobcoggeshall> It runs and completes after a few seconds without doing anything:
<DC-IRC> [Discord] <bobcoggeshall> <see file>
<DC-IRC> [Discord] <igorpec> try ./compile kernel BOARD=ssds ...
<DC-IRC> [Discord] <igorpec> wait ...
<DC-IRC> [Discord] <igorpec> works normally https://paste.next.armbian.com/vilukibope
<DC-IRC> [Discord] <igorpec> ./compile.sh kernel-config \ <v23.11>
<DC-IRC> [Discord] <igorpec> BOARD=orangepizero \
<DC-IRC> [Discord] <igorpec> BRANCH=current \
<DC-IRC> [Discord] <igorpec> RELEASE=bookworm SHARE_LOG=yes
<DC-IRC> [Discord] <igorpec> ./compile.sh kernel-config \
<DC-IRC> [Discord] <igorpec> BOARD=orangepizero \
<DC-IRC> [Discord] <igorpec> BRANCH=current \
<DC-IRC> [Discord] <igorpec> RELEASE=bookworm SHARE_LOG=yes
<DC-IRC> [Discord] <igorpec> will give you option to change config
<DC-IRC> [Discord] <bobcoggeshall> My output https://paste.next.armbian.com/nojomurawo
<DC-IRC> [Discord] <bobcoggeshall> Working now maybe. Need to check it over. Thanks! https://paste.next.armbian.com/overobuzuj