

Energokom
Members-
Posts
101 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Energokom
-
Bookworm 6.1.30 - wi-fi don't work.
-
I use Armbian_23.5.1_Orangepi3-lts_bookworm_current_6.1.30. I'm trying to download in armbian-config kernel headers, but linux-headers-5.15.93-sunxi64 are downloaded. How to download kernel headers 6.1.30.?
-
Can you upload the image armbian to google drive?
-
I have Rk3318 - H96MAX 4/32 Yes, I've already done that. It turned out to change the frequency range from 408 to 1392 Mhz. Before that, I cooled it well. I added a 40x50x2mm copper plate, and glued a radiator with a cooler on it. Everything works, except the LED display. I'm reading how to transfer to emmc
-
@jock It is possible to add the cpu range min 408 - max 1400 in the rk3188 config?
-
I do not know, my HK1box-LAN100m.dtb has been included in the new armbian builds. If there is no my dtb, then you can use meson-sm1-tx3-bz.dtb or meson-sm1-x96-air.dtb So that the multiloader finds u-boot on emmc, you may have to flash the stock android firmware to a later one Or use this option: rename u-boot-tx3-bz.bin to u-boot.ext (But when you turn on the TV Box, there will be a colored grid, then an orange background and only then a normal black background and loading) The problem is that there is no u-boot.bin for our TV box, which would allow you to boot normally from an SD card. It's best to fix u-boot-tx3-bz.bin I found a solution for myself, built the kernel on 5.15.89 and used the old rootfs armbian desktop And armbian desktop it works load with my SD card, as well as wi-fi and bluetooth, everything suits me, so I stopped working on creating u-boot.bin
-
I have a HK1 BOX S905x3 nic 100mb/s TV box - there is no Ethernet chip on the board. I edited the dtb, cleaning up the ethernet@ff3f0000 - everything related to the external chip, and change to internal ethernet 100 M/s Various U-boot.bin that I've tried allow me to boot from USB. When booting from sd, does not go further u-boot . Only with one u-boot-tx3-bz.bin is loading, but first the screen gives out other colors, then everything is fine and u-boot starts. But with this u-boot-tx3-bz.bin in older versions of the armbian is also green or blue screen (wrong colors). I want to ask you how to build your u-boot so that it would use my dtb?
-
i fixed meson-sm1-hk1box-vontar-x3.dtb for hk1box-LAN100m I'm cleaning up the ethernet@ff3f0000 - everything related to the external chip: ethernet@ff3f0000 { compatible = "amlogic,meson-g12a-dwmac\0snps,dwmac-3.70a\0snps,dwmac"; reg = <0x00 0xff3f0000 0x00 0x10000 0x00 0xff634540 0x00 0x08>; interrupts = <0x00 0x08 0x04>; interrupt-names = "macirq"; clocks = <0x02 0x26 0x02 0x02 0x02 0x0d 0x02 0x02>; clock-names = "stmmaceth\0clkin0\0clkin1\0timing-adjustment"; rx-fifo-depth = <0x1000>; tx-fifo-depth = <0x800>; status = "okay"; power-domains = <0x03 0x06>; pinctrl-0 = <0x11 0x12>; pinctrl-names = "default"; phy-handle = <0xe4>; #(there was a link at <0x13> to the external chip) phy-mode = "rmii"; # I remove the letter "g" since we have 100 M/s nvmem-cells = <0x14>; nvmem-cell-names = "eth_mac"; phandle = <0x5f>; mdio { #address-cells = <0x01>; #size-cells = <0x00>; compatible = "snps,dwmac-mdio"; phandle = <0x1d>; }; }; Here we also remove the external ethernet chip mdio@0 { reg = <0x00>; #address-cells = <0x01>; #size-cells = <0x00>; phandle = <0xe2>; #ethernet-phy@0 { # reg = <0x00>; # max-speed = <0x3e8>; # reset-assert-us = <0x7530>; #reset-deassert-us = <0x13880>; #reset-gpios = <0x1e 0x0f 0x07>; #interrupt-parent = <0x1f>; #interrupts = <0x1a 0x08>; #phandle = <0x13>; - In the code above there was a link to here to the external chip ethernet #}; }; mdio@1 { reg = <0x01>; #address-cells = <0x01>; #size-cells = <0x00>; phandle = <0xe3>; ethernet_phy@8 { compatible = "ethernet-phy-id0180.3301\0ethernet-phy-ieee802.3-c22"; interrupts = <0x00 0x09 0x04>; reg = <0x08>; max-speed = <0x64>; phandle = <0xe4>; - # in the code above, I changed the link to this part internal ethernet }; }; You can check my DTB and add for HK1box-LAN100m to the armbian build meson-sm1-hk1box.dtb.zip
-
Will determine 4 GB, if you use the correct uboot.ext and .dtb You may need to sort through a few - until you find the right one. If you succeed, let others know so that they can also take advantage of it.
-
The main rule of any forum: if you haven't paid the money, no one owes you anything. They may or may not help you. (Don't be surprised by this) No one should waste time on you. How much did you spend your time and effort to help this armbian community or someone on this forum? I would understand your surprise "what is this forum for" if you would have invested a lot of effort in this forum in its development - and you would not have received anything in return. You were given the right remark: why do you need linux, especially on TV box, if you don't know how to use linux. The second rule: you can ask for support of the device - to the person from whom you bought it or the manufacturer. If you bought an armbian product, you can request support from ambian. If you didn't pay armbian, then the community and the forum don't owe you anything. You can only ask and hope that someone will agree to spend their time for free on you. (Don't be surprised if that doesn't happen)
-
Don't create a new post every time, just add new information to an already published post (edit the post, If this possible). Create a new message only after you get a reply
-
The latest releases of armbian 23.01 with kernel 6.1 do not run from SD cards on the HK1 box S903x5. If I use USB flash, armbian starts. At the same time, old releases of armbian with kernel 5.9 from balbes150 run from SD cards - but the image with a green background. If you rename U-boot.usb to -boot.ext on the old release 20.10, then USB flash starts and the screen color is normal. Renamed u-boot-s905x2-s922.bin in u-boot.ext - does not help. I've tried a lot of u-boot.bin to try to boot from the SD card. (there is no suitable one). Tell me, please : how to build U-boot_HK1.bin with the correct parameters for HK1 box s905x3 - what would boot from an SD card? I want to learn how to do it myself. Foto board
-
Instead, When the desktop has already been launched
-
When you have started the desktop, launch the terminal emulator. And already enter commands in the terminal emulator. The terminal emulator - and the command line - is what linux should be studied from.
-
You're confusing the terms. I'm telling you, the armbian starts, but the desktop does not start. If you ask a question on the Internet: armbian does not start, you will receive an answer unrelated to your problem. I have given you an answer as to how you can try to solve your problem.
-
You're asking the wrong questions. Armbian already starts without a mouse and a keyboard. Your desktop won't start. You need to look for the reason why there is no autostart of the desktop. ligthdm is responsible for this. Do you want your desktop to start? I gave you the command to reinstall lightdm
-
Yes, it is possible. Google will tell you how to change the language in linux. It is useful for you to study linux if you want to work in linux
-
Try to run: sudo apt autopurge lightdm . Then sudo reboot. After restarting sudo apt install lightdm
-
Help needed - u-boot.ext on S905x3 box doesn't work
Energokom replied to Simon-renegade's topic in Amlogic CPU Boxes
Hi. Tell me, do you still have a working u-boot.ext. Or tell me where to extract it from to defeat the green screen -
T95 Plus 8GB RAM 64GB EMMC - Results so far
Energokom replied to DigitalDaz's topic in Rockchip CPU Boxes
How extract device tree dtb from android? -
Hi, friend. Please help me compile u-boot How to compile old u-boot 2019.07 using armbian Building? Which kernel version is supported with u-boot 2019.07? How to add boot.src : setenv video-mode sunxi:800x480-18@40,monitor=lcd , when compiling u-boot? /build/config/boards/olinux-som-a13.csc: What is HAS_VIDEO_OUTPUT="no" ?