adhuliya / ajit-toolchain

Toolchains for AJIT Processor IIT Bombay
8 stars 4 forks source link

Changes for linux image creation #4

Closed saurabhb17 closed 3 years ago

saurabhb17 commented 4 years ago

Remove " / " at the start of line 8 of ../from_ajit_repo/os/Ajit_linux/linux_boot/compile.sh

Removing this resolves an error else the script treats mmapToBin utility as a directory.

To invoke mmapToBin and mmapToAssyU64 utilities in the above script, the bashrc file from ajit_release also needs to be sourced first.

After doing above changes, the linux image is created properly(verified on the FPGA card as well).

adhuliya commented 4 years ago

@VishnuEaswaran please verify and close this issue after merging in the changes (if needed).

saurabhb17 commented 4 years ago

@adhuliya Suggested changes will be merged in few days

saurabhb17 commented 3 years ago

Issue resolved in commit f267229