Search found 6 matches

by aalhadi
Sun Mar 13, 2022 10:37 am
Forum: ESP-IDF
Topic: How to change default folder structure
Replies: 0
Views: 946

How to change default folder structure

Hello I have some projects in eclipse and I want to change the folder structure but don't know where to change the path for build, component, etc... Just changing the folder will fail the compiler The current structure is: project->main project->build project->components I want the folder structure ...
by aalhadi
Mon Feb 28, 2022 8:24 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 21265

Re: ethernet example is not working

Here are my configurations
I didn't change or add any other configurations other than the defaults in the example
by aalhadi
Mon Feb 28, 2022 8:20 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 21265

Re: ethernet example is not working

The error is: 'lan8720: lan8720_init(429): wrong chip ID'. Are you sure you're using the correct PHY and that it's wired up OK? OK the problem was that I needed to power on the Ethernet. I have a custom board with esp32 Sorry my fault But now I have another problem. I don't get an IP address This i...
by aalhadi
Mon Feb 28, 2022 6:25 am
Forum: Report Bugs
Topic: ethernet example is not working
Replies: 30
Views: 21265

ethernet example is not working

Hello I'm trying to run the Ethernet project "basic" I get the following error: 09:24:14.577 -> [0;32mI (27) boot: ESP-IDF v4.3.1-dirty 2nd stage bootloader[0m 09:24:14.577 -> [0;32mI (27) boot: compile time 17:10:52[0m 09:24:14.577 -> [0;32mI (27) boot: chip revision: 1[0m 09:24:14.577 -> [0;32mI (...
by aalhadi
Mon Feb 21, 2022 6:44 am
Forum: Report Bugs
Topic: Partition table not found - custom partition
Replies: 2
Views: 3879

Re: Partition table not found - custom partition

ESP_Sprite wrote:
Mon Feb 21, 2022 3:57 am
You want to put that csv in the root of the project - not in some subdirectory of the build dir.
Thank you so much it worked
by aalhadi
Sun Feb 20, 2022 1:52 pm
Forum: Report Bugs
Topic: Partition table not found - custom partition
Replies: 2
Views: 3879

Partition table not found - custom partition

Hello, I have "Custom partition table CSV" application but when I compile I get this error: ninja: error: '../partitions.csv', needed by 'partition_table/partition-table.bin', missing and no known rule to make it I'm using it on eclipse and the partition table is already in the folder https://ibb.co...