Carlo Posted November 3, 2022 Posted November 3, 2022 Helios4 can boot directly from the sata disk nr 1, without the need to switch from the SD or the eMMC. I personally tried setting SW1 to 11100 and using u-boot-sata for Clearfog, which shares the same uSOM and the system booted regularly, obviously the system didn't recognize many devices being u-boot for another board. I tried to compile a version of u-boot for sata trying to integrate the changes present in https://solidrun.atlassian.net/wiki/spaces/developer/pages/287212134/A38X+U-Boot in the U-boot build instruction and sources for Helios4 present in the Kobol Wiki but my skills are not sufficient for such a job. In the binaries available for Helios4 at https://imola.armbian.com/beta/pool/main/l/linux-u-boot-helios4-current/ there are only u-boots for uart, flash and mmc. Would it be possible to have the sata version in future releases? Thanks in advance and for all the work done. 0 Quote
Heisath Posted November 5, 2022 Posted November 5, 2022 Yeah that should be no problem. Just compare these two files: (Clearfog configuration) https://github.com/armbian/build/blob/master/config/sources/families/include/mvebu-clearfog.inc (Helios4 configuration) https://github.com/armbian/build/blob/master/config/sources/families/include/mvebu-helios4.inc Just provide a PR with added targets here https://github.com/armbian/build/blob/master/config/sources/families/include/mvebu-helios4.inc#L11 Test it by building locally and we'll have sata uboot on the next release. 0 Quote
Carlo Posted November 9, 2022 Author Posted November 9, 2022 Thanks, I'll give it a try as soon as possible. I will let you know. 0 Quote
Carlo Posted December 11, 2022 Author Posted December 11, 2022 I tried to modify configuration but unlucky it's not sufficient and I got error that I'm unable to fix. LD spl/u-boot-spl OBJCOPY spl/u-boot-spl-nodtb.bin CAT spl/u-boot-spl-dtb.bin COPY spl/u-boot-spl.bin MKIMAGE u-boot-spl.kwb CFGCHK u-boot.cfg [ error ] ERROR in function compile_uboot [ functions/cli/cli-entrypoint.sh:108 -> functions/main/default-build.sh:55 -> functions/compilation/uboot.sh:145 -> functions/logging/traps.sh:0 ] [ error ] U-boot file not found [ u-boot-sata.kwb ] [ o.k. ] Process terminated 0 Quote
Heisath Posted December 12, 2022 Posted December 12, 2022 Ok I'll look into it this afternoon. 0 Quote
Heisath Posted January 3, 2023 Posted January 3, 2023 Ok I checked this and there is no uboot config for 2019 uboot helios4 which has SATA support enabled. Not sure how to best go forth here. 0 Quote
Mangix Posted February 13, 2023 Posted February 13, 2023 I am curious why upstream UBoot is not used. It has support or the Helios 4. Plus a bugfix for that RAM timing issue that shows up on boot. 0 Quote
Igor Posted February 13, 2023 Posted February 13, 2023 4 hours ago, Mangix said: I am curious why Because nobody volunteered to try, check for possible regressions and submit changes? From project perspective, if @Heisathdon't have much time and interest, there is nothing we can do as project is way way too small to follow endless users & HW needs. We don't have a backup. 0 Quote
Heisath Posted February 13, 2023 Posted February 13, 2023 @Mangix because u-boot was maintained by the kobol team, which have given up supporting both their boards. I do not currently have the time to switch to another u-boot and test / fix upgrade and new image scenarios. But there are only a few patches https://github.com/armbian/build/tree/master/patch/u-boot/legacy/u-boot-helios4 and so it might be possible to go upstream. You are welcome to try and send a patch. I might also try, once I find time + motivation for it. 0 Quote
Pali Posted March 26, 2023 Posted March 26, 2023 Upstream u-boot (in its next branch) has now lot of 32-bit armada / mvebu patches related to SD/eMMC, SATA and UART booting. Also on mailing list are waiting some Clearfog eMMC patches. Likely you should take Helios patches and put then on top of the u-boot next. 0 Quote
Mangix Posted June 6, 2023 Posted June 6, 2023 As I mentioned, OpenWrt maintains upstream u-boot with a build for the helios4. Necessary patches can be taken from there. 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.