-
Posts
5582 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Werner
-
https://debug.armbian.de
-
Why do you need an old kernel version while this driver is upstreamed into mainline Linux? https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing Build your own image, and use kernel configuration to enable them if not there already.
-
Armbian doesnt seem to see sata harddrives.
Werner replied to DontMindMe's topic in Radxa Rock 5 ITX
Maybe latest isn't latest stable but latest beta -
At the end of each build, regardless if successful, there is a code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } curl command which uploads the build log to a paste service. Use it and provide us the url.
-
Armbian doesnt seem to see sata harddrives.
Werner replied to DontMindMe's topic in Radxa Rock 5 ITX
With code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-config you can select available kernels from repo. -
moved to off-topic. You are wrong here. We neither deal with phones nor with Android or any of its derivatives.
-
Please provide full logs
-
How to use Armbian 25.2.0 TinkerBoard 2 Bookworm Image?
Werner replied to Dean Sands's topic in Rockchip
Debug boot issues: https://debug.armbian.de Some folks tend to make things unnecessary complicated -
Hi, in order to have a board evicted from stating some requirements must be fulfilled which are listed in the link I mentioned above. Building Armbian is fairly easy. You can find information how to do that in the documentation as well.
-
Certainly. Here are the requirements: https://docs.armbian.com/User-Guide_Board-Support-Rules/#standard-support
-
Try this: verbosity=1 bootlogo=false console=serial overlay_prefix=rk3308 fdtfile=rockchip/rk3308-rock-pi-s.dtb extraargs=cma=16M rootdev=UUID=036c1484-611d-470e-b2ef-775fe550149b rootfstype=ext4 overlays=s0-ext-antenna spi1-spidev spi2-spidev usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u For once the prefix is already set and for the other IIRC it is just overlays instead of fdt_overlays. But not sure. Overall there might be a bug in config-ng with overlays. Just need to verify that manual applying works.
-
Check if wireguard is present under code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } lsmod Also check your logs (journal, syslog,...) which should tell you something about why things fail.
-
BananaPi M7 - Wifi 2.4Ghz station connection troubles
Werner replied to Armbian42's topic in Banana Pi M7
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
Is the wireguard kernel module available and loaded?
-
If you use bleeding edge software issues are expected. Try 6.1.y kernel. Also take note that there are two versions of this board on the market. 1.1 has known issues with ethernet. Broken by design. Only fixable by software to a certain extend. Blame vendor.
-
Sounds like, yes. Model 5 and 5 pro have the SoC in common but nothing else. Therefore discussion about pro in this topic is off-topic anyway.
-
ubuntu22 Chrome://gpu The display report is soft processed!!!!
Werner replied to lay's topic in Khadas EDGE2
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
Need unplug and plug action to make wifi dongle worked
Werner replied to adamwu1997's topic in Banana Pi M5
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
Did you solder your SPI properly? The 5 pro does not come with by default
-
Debian12 gnome Chromium cannot be opened, interface crashes
Werner replied to lay's topic in Khadas EDGE2
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. -
You can force output to terminal when using -U instead of -u with armbianmonitor. Copy everything to a paste service like paste.debian.net or paste.armbian.de when paste.armbian.com doesn't cut it
-
Hi, this is not how it works. Any changes you do to the source cache are void once build starts to ensure they are clean. For customizing the config I suggest to either use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } KERNEL_CONFIGURE=yes so you will be asked for modifications or use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } kernel-config code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; build command to output a custom kernel config file without building. For modifying the sources use code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } kernel-patch or boot-patch commands. This will pause the process once all given patches were applied and asks you to do modifications to the source (from a different terminal window or whatever method you'd prefer). When being done it will compare and create proper patch files from your modifications. This and more you can read in the docs: https://docs.armbian.com/Developer-Guide_Overview/