Mochabin installation

Hi!

I have a Mochabin with Ubuntu. I'm trying to figure out how to install OpenWrt. I'm not familiar with tftp/tftpboot. The instructions are a bit difficult for me. This is the first step:

Copy dtb from build_dir to bin/ and run tftpserver there:
$ cp ./build_dir/target-aarch64_cortex-a72_musl/linux-mvebu_cortexa72/image-armada-7040-mochabin.dtb bin/targets/mvebu/cortexa72/
$ in.tftpd -L -s bin/targets/mvebu/cortexa72/

Where am I getting this dtb file?

Thanks!

From the location noted in the same instructions.

Specifically: https://downloads.openwrt.org/releases/22.03.2/targets/mvebu/cortexa72/openwrt-imagebuilder-22.03.2-mvebu-cortexa72.Linux-x86_64.tar.xz

screen230

1 Like

Thank you very much!

I was following the link here to the commit:

...and that commit is here:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=78cf3e53b1f4ea6428925302d78f743a693d5fb1

It doesn't mention the file you linked to.

Yes, I saw the link and noticed it mentioned "build_dir" - so I checked the image builder.

1 Like

Thanks again :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.