Activity
From 10/02/2024 to 10/31/2024
10/24/2024
- JC 09:30 PM Software Development: RE: How to get mityarm335x_factory_config from userspace?
- Also if you don't have the eeprom driver loaded, I can provide some quick shell scripts which extract the info using i2cget calls.
10/23/2024
- MW 10:03 PM Software Development: RE: How to get mityarm335x_factory_config from userspace?
- Just to follow up, you'll need to make sure the path to the eeprom file is correct in the code.
see this page:
https://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Software_FAQs
- MW 10:01 PM Software Development: RE: How to get mityarm335x_factory_config from userspace?
- If you don't want to use debugfs, you can try to read it from the sysfs eeprom file.
We have utility code as part of other MitySOM uBoot repositories that can be compiled to do this at the link below.
Please note I have not tested ... - How do I get the info of this struct from the userspace?
mityarm335x_factory_config
* 64 struct mityarm335x_factory_config {
65 u32 magic;
66 u32 version;
67 u8 mac[6];
68 u...