Hi all,
I'm trying to compile the micropython environment for my T-Display S3 (TFT, non-amoled) with the following commands:
git clone https://github.com/Xinyuan-LilyGO/lilygo-micropython
(...)
cd lilygo-micropython/
cp config_T-DisplayS3 config
make
But then, I get the following error:
(...)
Now at patch patches/003-adapt-to-esp-idf-v4.0.2.patch
/home/thomas/p/lilygo-micropython/libs/LilyGo-EPD47
make[2]: Leaving directory '/home/thomas/p/lilygo-micropython/libs/LilyGo-EPD47'
make[1]: Leaving directory '/home/thomas/p/lilygo-micropython/extmod/display/epd'
make[1]: Entering directory '/home/thomas/p/lilygo-micropython/extmod/display/lcd'
Download lcd_binding_micropython-59bbbdae5ecc9ae84b986ce54c089250a13cb768.tar.gz over git
Cloning into 'lcd_binding_micropython'...
fatal: reference is not a tree: 59bbbdae5ecc9ae84b986ce54c089250a13cb768
Download lcd_binding_micropython-59bbbdae5ecc9ae84b986ce54c089250a13cb768.tar.gz over git
Cloning into 'lcd_binding_micropython'...
fatal: reference is not a tree: 59bbbdae5ecc9ae84b986ce54c089250a13cb768
Download lcd_binding_micropython-59bbbdae5ecc9ae84b986ce54c089250a13cb768.tar.gz over git
Cloning into 'lcd_binding_micropython'...
fatal: reference is not a tree: 59bbbdae5ecc9ae84b986ce54c089250a13cb768
unpack lcd_binding_micropython-59bbbdae5ecc9ae84b986ce54c089250a13cb768.tar.gz
tar: /home/thomas/p/lilygo-micropython/dl/lcd_binding_micropython-59bbbdae5ecc9ae84b986ce54c089250a13cb768.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
touch: cannot touch '/home/thomas/p/lilygo-micropython/build_dir/esp32s3/lcd_binding_micropython/prereq': No such file o
r directory
make[1]: *** [Makefile:17: all] Error 1
make[1]: Leaving directory '/home/thomas/p/lilygo-micropython/extmod/display/lcd'
make: *** [Makefile:54: extmod] Error 2
Any ideas?
Many thanks for your help!