zap8600

Results 74 comments of zap8600

> I'd start [here](https://github.com/espressif/xtensa-overlays), but I see that these overlays are incomplete. Maybe ask for the linux parts? Or maybe the overlay was published elsewhere, I just couldn't find it...

@jcmvbkbc I think I found the [missing headers](https://github.com/espressif/esp-idf/tree/master/components%2Fxtensa%2Fesp32s3%2Finclude%2Fxtensa%2Fconfig).

I don't think I need to change anything else besides the core variant headers. I'll try to build it and give it a test in QEMU. Please tell me if...

> For the linux kernel itself I think that's all. I don't need to change anything else at all? If so, then what about buildroot?

> > I don't need to change anything else at all? > > Check FLASH cache setup in the bootloader and rebuild it with the esp32s3 compiler. > > >...

There were problems when compiling Linux, so I don't think it'll work for now.

> I don't think I've done no more than importing the missing headers, and adding a DTS. Can you provide the DTS?

I'm finally going to come back to this. So from what I understand so far, the Linux kernel was able to be compiled. However, the bootloader needs to be rewritten...

> @zap8600 You're right, AFAIK there is currently no working boot loader for the ESP32 S3. I've been busy with other things(and was somewhat held back by brocken openOCD, having...

> The workaround I mentioned [here](https://github.com/jcmvbkbc/linux-xtensa/issues/5#issuecomment-1535924297) is working, the FLASH partitions get mapped. The code is in the https://github.com/jcmvbkbc/esp-idf/tree/linux-5.0.1 > > And with that bootloader I was able to boot...