-
Posts
5729 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Werner
-
Hm I briefly remember there was an optional overlay to raise voltage to 1.3 volts..but I don't know why it should be now standard. Did not do any investigation though
-
NPU and RKLLM support on Rockchip RK3588 (NanoPC-T6) and RK3576 (NanoPi M5)
Werner replied to fever_wits's topic in Rockchip
npu is there in both vendor bsp kernel 6.1.y. There is no node exposed afaik. Everthing beyond like libraries to use npu is userspace and out of scope of Armbian. edge 6.18.y also has reverse-engineered npu support with a driver called Rocket. -
Gaming experience with Orange Pi 5 (RK3588) on Armbian
Werner replied to KhanhDTP's topic in Orange Pi 5
Are you sure you don't mean BSP which stands for Board Support Package?? -
Have you tried to reach out to the manufactur? https://www.mouser.at/datasheet/3/2627/1/MYD-LT527-SX.pdf Website: en.myir.cn Email: sales@myir.cn Tel: +86-755-22984836
-
Without schematics, deep knowledgde and a lot of time to waste, this task is probably close to impossible. Only chance I see here is for once assuming the vendor is lazy and the implementation is as close to reference design as it can get. And for the other that there is some android device tree which can be reverse-engineered.
-
That would be a good start indeed.
-
Dec 25th image for Cubie a5e is not a bootable image
Werner replied to Meestor_X's topic in Allwinner sunxi
I don't have this hardware. However the last merged PR messing with code for this board/SoC was tested by Igor and he stated it boots just fine. -
Interesting question. The dxf says the part in question is labeled ED1 besides CP18 and CP14. I found both CP18 and 14 in the schematics but ED1 not. Either mislabeled or I didn't catch it. https://x.na4.eu/KOTu3/quzevoji80.jpg OrangePi-Schematic of ZERO3.pdf
-
Dec 25th image for Cubie a5e is not a bootable image
Werner replied to Meestor_X's topic in Allwinner sunxi
Balenaetcher is known to cause trouble. Use USBimager or Armbian imager https://docs.armbian.com/User-Guide_Getting-Started/ -
How to add private package to image?
Werner replied to Tim Zhang's topic in Advanced users - Development
Easiest approach is the customize-image.sh script in userpatches/. https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script -
Dec 25th image for Cubie a5e is not a bootable image
Werner replied to Meestor_X's topic in Allwinner sunxi
Provide logs -
There we go https://github.com/armbian/build/pull/9106
-
picture seems broken/corrupted
-
DM_CRYPT module unavailable in initramfs after update to 6.1.115
Werner replied to David Zarebski's topic in Beginners
I am confused as well by getting a clue what you are trying to do Kernel and userspace are independent in Armbian. You can use any userspace (Ubuntu Jammy, Noble, Resolute, Debian Bookworm, Trixie, Forky, Sid) with any kernel package. Latter is always the same. Rockchip RK3588 is a bit special in terms of kernel versions. Let me give you brief overview. 6.1.y is a based on Rockchip BSP kernel which is close to feature-complete but a bit outdated. 6.12.y which is currently our current branch and was the latest mainline LTS kernel until a few days ago. However at the time this was released a bare minimum of drivers were merged into this version 6.18.y (or soon 6.19-rcX) is edge and has a lot more hw features merged into but still isn't feature-complete. Collabora is working on that like crazy. Userspace upgrades are neither tested nor supported by Armbian. Not because we don't want but because we don't have resources to test all kinds of scenarios for dist-upgrades. -
moved. Has nothing to do with opi4a. Remove heatsink to get an idea which SoC hides beneath
-
https://fi.mirror.armbian.de/archive/tinkerboard/archive/
-
3b is not a supported board, therefore mirror does not have up-to-date images. Check 2nd link I provided
-
There seems to an issue with some boards not showing download links. Until fixed feel free to dig through both mirror and community images: https://fi.mirror.armbian.de/archive/ https://github.com/armbian/community/releases
-
My guess is that there is some code missing in the board config to make it available. Similar to this: function post_config_uboot_target__extra_configs_for_rock5b_mainline_environment_in_spi() { display_alert "$BOARD" "u-boot configs for ${BOOTBRANCH} u-boot config BRANCH=${BRANCH}" "info" run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_NOWHERE "n" run_host_command_logged scripts/config --set-val CONFIG_ENV_IS_IN_SPI_FLASH "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_SECT_SIZE_AUTO "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_OVERWRITE "y" run_host_command_logged scripts/config --set-val CONFIG_ENV_SIZE "0x20000" run_host_command_logged scripts/config --set-val CONFIG_ENV_OFFSET "0xc00000" } @schwar3kat any chance to have a look?
-
Because they forked an old version of our framework and replaced "armbian" with "orangepi".
