

SteeMan
Moderators-
Posts
1884 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by SteeMan
-
Rom firmware allwinner h313 androidTV Board Q1-V3.0
SteeMan replied to Hélio Julio's topic in Allwinner CPU Boxes
What exactly are you looking for? This is an Armbian Linux forum. It seems you are looking for an Android firmware based on your post. -
Looking for help porting to an RK3328-based device
SteeMan replied to QwertyChouskie's topic in Rockchip CPU Boxes
Have you tried the generic rk3328 builds found discussed in this thread: I would start there by reading that thread. Your box likely has a lot in common with what is discussed there. -
@robertM You really should have an armbian-bsp-* package installed for your appropriate box as well. If I reread your previous posts that should be: armbian-bsp-cli-rock-5b So I would suggest running: sudo apt install armbian-bsp-cli-rock-5b That should clean up your login info to be up to date and you will then pick up future changes as well.
-
@adron That kernel isn't mainline 6.1 but based off the Rockchip BSP 6.1 kernel.
-
You are most likely fine. But out of curiosity can you run the following: apt list --installed | grep armbian
-
boot from nvme, install via armbian-install ?
SteeMan replied to H_Berger's topic in Orange Pi 5 Plus
It looks like you have your u-boot loaded to the spi based on what the log shows. So all you should now need to do is install an Armbian image to the SD card, boot into that image and then use armbian-config to copy the image to either eMMC or nvme (you can try both and experiment which you want to go with long term). You also have the option of having /boot on eMMC and the root filesystem on nvme (since the /boot is mostly read only that sometimes is a safer option than relying on being able to boot off of the nvme. There are lots of options available depending on your usage pattern and hardware. -
Composite TV OUT WORKING in Orange Pi One H3, 6.12 current
SteeMan replied to Error1429's topic in Orange Pi One
@Error1429 If you were to submit a well thought out PR along with the necessary doc and website updates, I'm sure this would be accepted and incorporated. But I think the feedback thus far as that this isn't something of high enough priority to ever being incorporated with Armbian's very limited resources. -
Installing Updated Armbian to S805 (TVPad 4) to eMMC
SteeMan replied to fss-hacks's topic in Amlogic CPU Boxes
If it is NAND then you are out of luck as mainline Linux has no support for NAND. If it is eMMC then your dtb would likely need to be modified to support your hardware if it isn't showing up. My guess is that you have NAND. -
uInitrd pointing to wrong image from times to times
SteeMan replied to pdieguez's topic in Orange Pi 5
You will have to uninstall the upstream wireguard as that will remove the dependancy on the non-armbian kernel. -
There are no instructions to do this because it isn't supported and it is really, really, really hard because there are many, many, many dependencies across many different repositories all changing over time. While you may be able to get something to work in some cases, you have to deal with tracking down build errors and figure out what changed and what to roll that source back to.
-
From the screenshot you included I can determine the following: 1) This is a repurposed TV Box type device since it is running the rk3318-box build. (Note Armbian does not support TV Boxes, these are all community supported) 2) You are running a build from May of 2022 (over three years old) 3) As it says: No end-user support: built from trunk (which means this isn't any sort of official armbian build) For support you really need to go to the company that you bought this from
-
You would also need to rollback all the patches that armbian applies to the point in time that Armbian built with that particular kernel version. And likely all the outside repositories that Armbian pulls in that have source code for the various drivers and other code that is also built into the kernel.
-
The rk322x is a 32bit CPU, so it can't run 64bit code
-
Cubieboard 1 - No display output when booting Debian 12 image
SteeMan replied to Shakai2's topic in Allwinner sunxi
Generally debugging is done through the UART connector: https://debug.armbian.de/ -
I would first suggest that you read this post: That may give you lots of reasons why you shouldn't depending on what your goals are. Installing armbian on a TV Box depends on the TV Box. Each CPU has differing levels of support (from none to fairly well supported in mainline linux). And then given there are hundreds of different TV Boxes, each will have different sets of working/non-working features depending on a variety of factors. As far as supporting a USB audio device, it shouldn't be any different than support for the device on any other linux platform/distribution. On Armbian you may need to install the linux-firmware-full package to get the driver support as by default Armbian ships with a slimed down set of firmware support.
-
Android TV Stick (iK316-H16430)
SteeMan replied to Muhammad Hanis Irfan Mohd Zaid's topic in Allwinner CPU Boxes
Armbian doesn't support TV Boxes. Read the following to understand the status of Armbian and TV Boxes: -
Wlan0 stopped showing up on Beelink GT1 Ultimate
SteeMan replied to moonlightzzz's topic in Amlogic CPU Boxes
Since this issue is well over a year old, I'm not sure where you stand with this. Are you still looking to get a fix? If so, answering all of the questions asked would be helpful. When you say "broke again" what do you mean by broke? Apparently the box is running and you can update it as you continue to update it per the message above saying you have upgraded to 6.12.32. Have you tried a fresh image installed on a new SD card to see if that works (vs. your upgraded system)? -
Building Armbian Distribution with Kernel 6.10 for Orange Pi 5 Pro
SteeMan replied to Sergey Dulimov's topic in Rockchip
Technically a DTS is specific to a kernel version. As changes happen to the kernel apis, those need to be reflected in the DTS's. So they DTB and kernel image are always built and shipped together. Now in practice changes that impact the DTS aren't common, so you can usually use DTS's accross kernel versions. However in this case, I'm assuming that when you refer to 6.1 that is a vendor kernel, and 6.10 or greater would be mainline kernel. Now these are two very different code bases. A vendor kernel is whatever the board/cpu vendor hacked together to get a kernel running on their hardware. Often these are more android kernel based. When features finally get rolled into mainline, their implementation is often completely different. Thus one can't share a DTS between a vendor kernel and a mainline kernel. But often you can use the vendor DTS to gather information about what needs to be implemented in the mainline DTS. -
Tanix TX3 mini unable to boot from Memory card
SteeMan replied to tasknodes's topic in Amlogic CPU Boxes
What build of armbian are you using? Please provide the exact steps you are having problems with, your description of the problem is not clear. -
rock pi 4 plus v1.73 It's not booting, help!
SteeMan replied to Nickolas M. Rebouças's topic in Rockchip
Moved to Community supported forum as this isn't a standard support board. -
Yes exactly