so i'm trying to add an OLED to the keyboard i made two years ago.
that board was on v0.3.7.
it gave me all kinds of error messages when i tried to drop the 020 example .zip on there.
because i don't really know what i'm doing anyway 🙂, i thought i'd update the board and that would fix things.
(reluctantly, i might add, because it's actually working perfectly apart from the OLED.. don't want to break it trying to improve upon it..)
now i'm getting an error message trying to update.
i found another thread describing the same error message here:
https://forum.bela.io/d/453-error-updating-the-board/9
so i thought i'd go through those steps and post them here, hoping that can be of assistance.
Error updating the board, please try a different zip archive
root@bela ~/Bela# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 3.4G 3.4G 0 100% /
devtmpfs 245M 0 245M 0% /dev
tmpfs 245M 0 245M 0% /dev/shm
tmpfs 245M 9.5M 236M 4% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 245M 0 245M 0% /sys/fs/cgroup
/dev/mmcblk1p1 68M 5.0M 63M 8% /mnt/boot
In file folder_list.c: 'm_pd.h' file not found column: 10, line: 26
root@bela ~/Bela# du -sh /root/Bela/projects/*
332K /root/Bela/projects/O2O
452K /root/Bela/projects/Principium3.Magnet
424K /root/Bela/projects/basic
340K /root/Bela/projects/exampleTempProject
1012K /root/Bela/projects/pd-externals
if i understand correctly, there simply would not be any space left to write to..
but i don't understand what is taking up that space.
i'm not saving any files or writing to disk or whatever.
i'm not using an SD card, the image is flashed to the EMMC if that matters.
the error concerning the folder_list.c only seems to pop up when i open the pd-externals project so i'm not sure if that is at all related. or important.