Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nios2 --sync doesn't seem to work #45

Open
bdelgado1995 opened this issue Aug 28, 2020 · 3 comments
Open

nios2 --sync doesn't seem to work #45

bdelgado1995 opened this issue Aug 28, 2020 · 3 comments

Comments

@bdelgado1995
Copy link

When I try to use --sync on the nios2 machine, it doesn't pick up the contents of the directory.
Syntax: arm_now start nios2 --offline --sync

However, when switching the machine to mips32el, the --sync does work.
Syntax: arm_now start mips32el --offline --sync

Thanks for any tips!

@nongiach
Copy link
Owner

Hi,

Yes you are right.
I didn't finish to implement the support of the filesystem used by nios.
You could implement it it's fairly easy I think, It would take you one day or one afternoon.
It's all here: https://github.com/nongiach/arm_now/blob/master/arm_now/filesystem.py
You will see that classes for cpio and tar are already there you just need to implement the methods.
It's just about performing few tar command from python, have fun bro.

@chaignc.

@nongiach
Copy link
Owner

cc @SakiiR if you have some time between two Ollies. 👍

@SakiiR
Copy link
Collaborator

SakiiR commented Nov 19, 2020

ENOTIME - Currently learning nollie heelflip :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants