b7578e175a
add device init scripts and initialize at boot
3c025e049d
configure loading of bitstream at boot time
0ff299aa55
increase qemu image size
c2d38540c0
integrate linien-server to not-os
d9a2d60b50
configure arm linux toolchain
Integrate linien-server to not-os
The error came from inheriting the same x86_64 pkgs
in building the linien-server and dependencies. Updated it to use the armv7l
version.
03a7b2a75e
increase qemu image size
c2d38540c0
integrate linien-server to not-os
Integrate linien-server to not-os
Please investigate this bug.
Will do.
What are the contents of /run/current-system/sw/bin/linien-server ?
#! /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash…
Integrate linien-server to not-os
1015M -r--r--r-- 2 root root 1.1G Jan 1 1970 sd-image.img
Will reduce it to 2G.
4061bf53ac
increase qemu image size
4bc9fe7d9a
integrate linien-server to not-os
d9a2d60b50
configure arm linux toolchain
26dd210eb6
rebase from
251f65f
251f65f217
cross-compilation transferred to crossSystem
ff8bf82988
add device init scripts and initialize at boot
7a49e80c5a
configure loading of bitstream at boot time
64d83bc50d
increase qemu image size
733b809881
integrate linien-server to not-os
0d3f87c5bc
use nix gnu toolchain format for baremetal apps
64d83bc50d
increase qemu image size
733b809881
integrate linien-server to not-os
0d3f87c5bc
use nix gnu toolchain format for baremetal apps
Configure arm linux toolchain
d9a2d60b50
configure arm linux toolchain
26dd210eb6
rebase from
251f65f
251f65f217
cross-compilation transferred to crossSystem
Use nix format for arm gnu toolchain
195a21fe78
use nix format for arm gnu toolchain
96cefe6f06
update fsbl source
7c58c0cf43
abort: rename to exception_vectors
9005b73316
experiment: add set_vector_table example
b1994dbe16
abort: support custom exception vector table addr
We only need one GCC toolchain
Okay. How many toolchains do we have in total right now?
From this point, I think we still have 3:
- baremetal toolchain (newlib)
- pkgs.pkgsCross.armv7l-hf-multiplatform (generic armv7l…
We only need one GCC toolchain
U-Boot doesn't also need newlib?
I tried to build it using the newlib toolchain, but from the error log, it seems it is dependent on linux toolchain:
error: builder for '/nix/store/rmypq…
Use nix gnu toolchain format for baremetal apps
Okay. Looks good - at least this code does. Can you send a similar PR in zynq-rs as well?
Will do.
Use nix gnu toolchain format for baremetal apps