Replies: 1 comment
-
|
I have no skills to help. But I am just saying I'm so grateful for the work you are putting into this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the uboot ramdisk, I'm not able to get the Wi-Fi to start. I've walked through what I think is the execution order and manually I can't figure out how to enable the drivers and get it to start scanning.
I reverted my image that I'm uploading to the original
82_IMAGEand have it so that I can still use uBoot, I can also see that/home/galois/bin/ampserviceis running and as far as I can tell that is probably the app.The only network interface running is
lo.There is a
\etc\init.d\rc.sysinit, but that doesn't look like it actually runs. There are just several things missing. It might be because this isn't NAND-boot this way.It does look like on startup the system runs
\etc\init.d\rcS. This is more or less confirmed by looking at what it executes and seeing state changes on the device which more or less match.So while I'm working through that, this looked interesting:
These specific entries are troubling:
I think I need to reset this back to a known good state and then apply what I've learned. The think this is a problem from having not actually flashed the image, so maybe partitions don't align with my uBoot mapping?
I'm going to research more before I do something irreversible, but I'm slowly starting to have a better understanding.
Beta Was this translation helpful? Give feedback.
All reactions