| 25 May 2021 |
novmar | (but we made some hack last night, so we need to fix that) | 21:26:48 |
novmar | we didn't create new, but try to edit another one firmware | 21:27:24 |
samueldr | yep | 21:27:32 |
novmar | In reply to @samueldr:matrix.org hopefully if that works the next step is cleaning up the changes and sending a PR :) lol, didn't read that before i wrote my 2 messages :-)) | 21:28:07 |
novmar | perfect, new ui-boot is ready ... | 21:28:34 |
novmar | btw. is is crosscompiled to arm, or it doesn't need to ... | 21:29:00 |
novmar | yah i gues, that that u-boot is compiled with arm toolchain ... | 21:29:36 |
samueldr | it's handled automatically, and is cross-compiled | 21:29:50 |
samueldr | pkgsCross.aarch64-multiplatform automagically does it | 21:30:09 |
samueldr | you could also build natively if you had a native aarch64 builder | 21:30:19 |
novmar | yeah, "handled automatically" thats what i love on nixos | 21:30:20 |
novmar | one do job which can handle ... and other can reuse it | 21:30:41 |
novmar | EASILY | 21:30:44 |
novmar | i know poain with using someone's toolchain on convential distributions, like on centos. | 21:31:08 |
novmar | you have to typicaly install some KVM with specific vcersion of debian/ubuntu/redhat ... and then pray, that u install rtight versions ... | 21:31:53 |
novmar | in nixos ? it "just works" | 21:32:01 |
novmar | i know, that i can build it natively ... | 21:32:21 |
novmar | i am not a programmer .. i am some like "sticker" i stick together some googled solution | 21:32:59 |
novmar | minicom -D /dev/ttyUSB0 | 21:33:44 |
novmar | and moment of true .... | 21:33:50 |
novmar | and .. | 21:34:33 |
novmar | oh no :-( | 21:34:35 |
novmar | i don't have setr serial console in kernel :-) | 21:34:58 |
novmar | it means, it booted :-) | 21:35:02 |
novmar | at least,. last message on console: | 21:35:19 |
novmar |  Download image.png | 21:35:34 |
samueldr | exactly | 21:35:43 |
samueldr | U-Boot works! | 21:35:46 |
samueldr | if it goes up to Starting kernel ..., as far as U-Boot is concerned it's a total success | 21:36:03 |
samueldr | as I think I alluded to yesterday, it's a different story for whether the kernel will work or not :) | 21:36:19 |