-
Notifications
You must be signed in to change notification settings - Fork 183
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
CPU CLK 200MHz? #165
Comments
This firmware runs on two different SoCs:
The reason why this firmware has artifacts or names pointing to other SoCs is following:
|
Thank you so much! |
There are something I got still puzzled with: As the function change_magpie_clk() in athos_main.c I mentioned above , I want to know if it will really work with chip ar9271 , or I need to add some code with functions in k2 directory instead of magpie ? |
no
sboot is not part of compiled firmware. It is a reference code of boot loader. You will probably wont to do it somewhere in target_firmware/magpie_fw_dev/target/init/app_start.c or target_firmware/magpie_fw_dev/target/init/init.c |
Thanks! |
Hey! Cheers :) |
Sorry to reply to you not on time. In fact , I'm going to modified this NIC to add some features. |
@rodrigowue
|
Thanks a lot! |
Hi !Sorry to bother you.
I have some questions about this firmware.
I‘ve got the data sheet of ar9271 . But I feel it doesn't match the source code to a certain extant.
For example,some registers' name in the datasheet are different with this code .(And why there are source files prefixed with ar5416?)
Maybe because I'm a new hand , I didn't find something can tell me the background about this program after browsing the doc and wiki.
So,it is the most critical problem that I can't handle on my own :
I want to set the CPU clk to 40MHz but in your code it has been set to 200MHz.
And I can't find the regitsters like 0x0005_6000 in the datasheet .
I really appreciate if you can help me.
The text was updated successfully, but these errors were encountered: