Jump to content

Recommended Posts

Posted
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

<
Posted (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 by ZlobniyDaemon
Posted (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 by Nick A
Posted (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 by JuanEsf
Posted
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.

Posted (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 = <&reg_cldo3>;
    cd-gpios = <&pio 5 6 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>; /* PF6 */
    bus-width = <4>;
    status = "okay";
};

 

Edited by Nick A

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines