doc: put all the u-boot/serial stuff in one place to link from

This commit is contained in:
Daniel Barlow 2023-11-12 16:55:15 +00:00
parent 7cfb92e3ce
commit 262efaabe6
13 changed files with 100 additions and 72 deletions

View file

@ -1,4 +1,4 @@
rec {
{
system = {
crossSystem = {
config = "mipsel-unknown-linux-musl";
@ -23,7 +23,6 @@ rec {
OpenWrt web page: https://openwrt.org/toh/gl.inet/gl-mt300n_v2
'';
installer = "flashimage";
module = { pkgs, config, lib, ...}:
let
@ -50,7 +49,7 @@ rec {
};
};
hardware = {
defaultOutput = installer;
defaultOutput = "flashimage";
loadAddress = "0x80000000";
entryPoint = "0x80000000";