fix isp and write bash script for set up ftp server in Hi3516

This commit is contained in:
2024-12-23 13:08:34 +08:00
parent 6159bbb27d
commit c289d4ee7d
9 changed files with 421 additions and 394 deletions

View File

@@ -18,17 +18,6 @@
clang-tools
];
# Enable languages support
# languages.cplusplus.enable = true;
# env = {
# NIX_LD_LIBRARY_PATH = with pkgs;
# lib.makeLibraryPath [
# stdenv_32bit.cc.cc
# glibc_multi
# ];
# NIX_LD = with pkgs; lib.fileContents "${stdenv_32bit.cc}/nix-support/dynamic-linker";
# };
# When enter shell, exec ...
enterShell = ''
export LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH