Hey, I am running pulpino on zybo, when I run make sw, I will have these two errors mentioned in the title. But these two errors will be ignored and boot.bin will be generated.
After I partitioned sd card and put all the files in sd card, it cannot boot automatically. Nothing shows on the minicom terminal when I turn on the power and connect zybo to it or when I push the reset button. I tested all the files in sd_image folder, when I use a random fsbl file generated in another design(for booting test), and use sdk to generate boot.bin. Then it can boot automatically, but it will login as buildroot, and the password is: root.
But this way is apparently wrong, and when I run ./spiload ./spi_stim.txt to test helloworld, it didn't show any outputs.
Does anyone knows how to solve this problem?
if [ ! -d /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh ]; then \
./mkinstalldirs /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh; \
fi
/home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/sbin/sshd -t -f /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh/sshd_config
make[2]: /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/sbin/sshd: Command not found
Makefile:294: recipe for target 'check-config' failed
make[2]: [check-config] Error 127 (ignored)
rmdir /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/share 2>/dev/null
Makefile:547: recipe for target 'target-finalize' failed
make[1]: [target-finalize] Error 1 (ignored)
find /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target -type f ( -perm /111 -o -name '.so' ) -not ( -name 'libpthread.so' -o -name '*.ko' ) -print0 | xargs -0 /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/host/usr/bin/arm-xilinx-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true
if test -d /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/lib/modules; then \
Hey, I am running pulpino on zybo, when I run make sw, I will have these two errors mentioned in the title. But these two errors will be ignored and boot.bin will be generated. After I partitioned sd card and put all the files in sd card, it cannot boot automatically. Nothing shows on the minicom terminal when I turn on the power and connect zybo to it or when I push the reset button. I tested all the files in sd_image folder, when I use a random fsbl file generated in another design(for booting test), and use sdk to generate boot.bin. Then it can boot automatically, but it will login as buildroot, and the password is: root. But this way is apparently wrong, and when I run ./spiload ./spi_stim.txt to test helloworld, it didn't show any outputs. Does anyone knows how to solve this problem? if [ ! -d /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh ]; then \ ./mkinstalldirs /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh; \ fi /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/sbin/sshd -t -f /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/etc/ssh/sshd_config make[2]: /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/sbin/sshd: Command not found Makefile:294: recipe for target 'check-config' failed make[2]: [check-config] Error 127 (ignored)
rmdir /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/usr/share 2>/dev/null Makefile:547: recipe for target 'target-finalize' failed make[1]: [target-finalize] Error 1 (ignored) find /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target -type f ( -perm /111 -o -name '.so' ) -not ( -name 'libpthread.so' -o -name '*.ko' ) -print0 | xargs -0 /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/host/usr/bin/arm-xilinx-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true if test -d /home/zy/Downloads/riscvzynewwwww/riscvzy/riscv_harshit/Synthesis/pulpino/fpga/sw/buildroot/output/target/lib/modules; then \