abusous2000

Results 14 comments of abusous2000

You need to use `IMAGE_INSTALL:append` instead of `IMAGE_INSTALL_append` and you will be OK

Excellent; that was very helpful I wonder if the whole 1 GB of RAM are all allocated for the linux SOC. Or it is split between the PS and PL?...

FYI black-pigeon I started to compile master and it failed. Many errors; one of them missing **zynq_ant_defconfig** I decided to switch to branch **antsdr**, and it is compiling as we...

Yes, I checkout your master **recursively** as you have pointed. This is what I did: ``` git clone --recursive https://github.com/MicroPhase/antsdr-fw.git export CROSS_COMPILE=arm-linux-gnueabihf- export PATH=$PATH:/opt/Xilinx/SDK/2019.1/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin export VIVADO_SETTINGS=/opt/Xilinx/Vivado/2019.1/settings64.sh export PERL_MM_OPT= # you...

HI, No big deal; it happens man. Anyhow `git submodule update --update ` erred as you see from the below screenshot. ![Page_397](https://user-images.githubusercontent.com/11464871/201503984-9e5a8307-9bd4-4173-b778-efdd1565ceba.jpg) Did you mean `git submodule update --init --recursive`...

Building as we speak. So far it so good I will report back once it is complete Stay tuned;

I got this error ``` make[1]: Entering directory '/media/Backup/Downloads/ANTSDR-E310/build/antsdr-fw/linux' DTC arch/arm/boot/dts/zynq-ant.dtb arch/arm/boot/dts/zynq-ant.dts:10:10: fatal error: zynq-ant-sdr.dtsi: No such file or directory #include "zynq-ant-sdr.dtsi" ^~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.lib:326: recipe for target 'arch/arm/boot/dts/zynq-ant.dtb'...

Good Morning/Good afternoon wherever you are Great; I just picked up one update and this one was built OK. I just built the sdimg too. ![Page_399](https://user-images.githubusercontent.com/11464871/201526511-f071ad3c-1429-45d9-ba21-f84da7c53137.jpg) ![Page_400](https://user-images.githubusercontent.com/11464871/201526517-2e554874-a126-4046-a1dc-7a3ba7fdd902.jpg) OTOH, I cannot...

Many thx for the info. If _antsdr_fmcomms_ is remotely as I understood; it will be stunning. I am new to this and I am figuring it out as I go...

Thx I just finished building; but I cannot build the **sdimg**. The command isn't in the makefile. Anyhow, the build folder contains no **uEnv.txt**; am I missing something! here is...