ZlobniyDaemon Posted Wednesday at 06:28 PM Posted Wednesday at 06:28 PM https://github.com/orangepi-xunlong/orangepi-build/tree/next The build script does not include OPI4a. The build for OPI4, as expected, does not run. Or i'm too lame, and don't understand, how i could duild it for OPT4a 0 Quote
Nick A Posted Wednesday at 06:32 PM Posted Wednesday at 06:32 PM (edited) Quote git clone https://github.com/orangepi-xunlong/orangepi-build.git --branch next --single-branch It's on the next branch. It was added back in Nov 18, 2024. https://github.com/orangepi-xunlong/orangepi-build/commit/0a00a8bc4d7874643203c38fe3c62943931397b3 If it doesn't work then ask the orange pi forums for help. Edited Wednesday at 06:34 PM by Nick A 0 Quote
ZlobniyDaemon Posted Wednesday at 06:46 PM Posted Wednesday at 06:46 PM (edited) It's on the next branch. I don't understand, how to launch this build script Upd:I feel so dumb. Figured it out. Edited Wednesday at 06:49 PM by ZlobniyDaemon 0 Quote
ZlobniyDaemon Posted Wednesday at 06:57 PM Posted Wednesday at 06:57 PM (edited) For some reason i'v got this error during build [ error ] ERROR in function compile_uboot [ ./build.sh:305 -> scripts/main.sh:638 -> scripts/main.sh:524 -> scripts/compilation.sh:247 -> scripts/general.sh:0 ] [ error ] U-boot compilation failed Upd: Found an open issue with a response stating that the script does not work in Docker: https://github.com/orangepi-xunlong/orangepi-build/issues/163 Try run in WSL, but also has an error, telling WSL is not supported by skript I'll try to install Ubuntu on my old laptop and run it there. Edited Wednesday at 07:15 PM by ZlobniyDaemon 0 Quote
Ditrih Bolen Posted Wednesday at 08:54 PM Posted Wednesday at 08:54 PM (edited) @ZlobniyDaemon Seems like we're working on the same task ru_lang: похоже мы решаем одну и туже задачу, предлагаю объединить усилия) Edited Wednesday at 08:56 PM by Ditrih Bolen 0 Quote
ZlobniyDaemon Posted Wednesday at 08:55 PM Posted Wednesday at 08:55 PM Цитата So to change the dtb you need to add this in your /boot/armbianEnv.txt fdtfile=sun55i-t527-orangepi-4a.dtb This didn't work for me. Boeard still not boot 0 Quote
ZlobniyDaemon Posted Wednesday at 08:57 PM Posted Wednesday at 08:57 PM @ditrih-bolen I am currently trying to build the image using the official script. Сейчас пытаюсь собрать образ официальным скриптом. 0 Quote
Ditrih Bolen Posted Wednesday at 09:00 PM Posted Wednesday at 09:00 PM @ZlobniyDaemon Can we go to telegram? может в тг передейм ? @r_mercader 0 Quote
ZlobniyDaemon Posted Wednesday at 09:02 PM Posted Wednesday at 09:02 PM Цитата Can we go to telegram? может в тг передейм ? @r_mercader Let's go. Same username Давай, тот же username 0 Quote
Nick A Posted Wednesday at 09:11 PM Posted Wednesday at 09:11 PM (edited) Can’t really tell if the image works without a boot log. You would need a USB to TTL serial adapter connected to your uart pins. Edited Wednesday at 09:11 PM by Nick A 0 Quote
ZlobniyDaemon Posted Wednesday at 09:12 PM Posted Wednesday at 09:12 PM Цитата You would a USB to TTL serial adapter connected to your uart pins I don't have one, sadly 0 Quote
JuanEsf Posted Thursday at 03:37 AM Posted Thursday at 03:37 AM (edited) @Nick A Image based on the "apritzel" kernel for a527, I have compiled the image and it works on my board. The you just to chage "dev" to "edge" and add the clean patches for the board (I will take the time to learn and send). this is very edge and has no video, ethernet, wifi, etc... @Igor is it applicable to send to the armbian/build repository? Add Radxa Cubie A5E (sun55i-a527) Armbian Radxa Cubie A5E Debian BookWorm (Image) Edited Thursday at 10:42 PM by JuanEsf 0 Quote
Igor Posted Thursday at 06:35 AM Posted Thursday at 06:35 AM 2 hours ago, JuanEsf said: is it applicable to send to the armbian/build repository? Sure, the rest can be adjusted on PR itself. I still wait / hope we will manage to switch CURRENT to 6.12.y with this release, otherwise this will stick at edge until. 0 Quote
Nick A Posted Thursday at 05:47 PM Posted Thursday at 05:47 PM (edited) Quote this is very edge and has no video, ethernet, wifi, etc... Yes, the warpme patches adds a lot more features. Apritzel sources will mostly likely be mainlined. You can use Apritzel's kernel source and add warpme patches on top. I took the quickest route and just added all of warpme's patches. warpme: aliases { serial0 = &uart0; mmc0 = &mmc0; mmc1 = &mmc1; mmc2 = &mmc2; ethernet0 = &gmac0; ethernet1 = &gmac1; ethernet2 = &wlan; }; apritzel: aliases { serial0 = &uart0; }; &mmc0 { vmmc-supply = <®_cldo3>; cd-gpios = <&pio 5 6 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; /* PF6 */ bus-width = <4>; status = "okay"; }; Edited Thursday at 06:47 PM by Nick A 1 Quote
Michael Slobodskih Posted 4 hours ago Posted 4 hours ago @Nick A Please tell me if you have plans to add HDMI output support? 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.