30 May 2025 |
K900 | Though you'll want to also pull my kernel tree for the networky bits to work | 15:00:09 |
emily | wait I thought you said it wouldn't boot on mainline at all | 15:00:20 |
K900 | Well, mostly the SFP bits | 15:00:26 |
K900 | It should now | 15:00:31 |
K900 | Just without most of the useful bits | 15:00:41 |
emily | right. well as long as I can get something installed it's not so bad. uh, can I cross-compile your U-Boot? | 15:01:37 |
emily | (and can I put it on an SD card instead without too much fuss?) | 15:01:55 |
emily | oh your U-Boot is already cross | 15:02:31 |
K900 | Yes it is already cross | 15:04:40 |
K900 | No it will not go on an SD card | 15:04:44 |
K900 | Because it hardcodes where to load the next stages from | 15:04:51 |
K900 | And that one is hardcoded to look on the flash | 15:04:56 |
emily | I see | 15:04:59 |
K900 | But you can just dd it to the flash from openwrt | 15:05:01 |
K900 | (that's how I did it) | 15:05:06 |
emily | I take it sdImage doesn't work then? | 15:05:18 |
emily | oh or I guess that just assumes the U-Boot is already present | 15:05:34 |
K900 | sdImage should work, it's just a single partition ext4 | 15:06:01 |