I format the SD card, then copy all these files to it and boot.Note I have a folder called ng for the video/audio as in my Playertest program I have:
AudioThread := TAudioThread.Create('\ng\push.wav', True);
VideoThread := TVideoThread.Create('\ng\output.h264', True); { converted from big_buck_bunny.mp4 }
Code:
27/08/2022 00:10 52,460 bootcode.bin22/02/2023 11:45 24 config.txt27/08/2022 00:10 7,262 fixup.dat27/08/2022 00:10 3,170 fixup_cd.dat27/08/2022 00:10 10,228 fixup_db.dat27/08/2022 00:10 10,226 fixup_x.dat22/02/2023 11:58 3,495,832 kernel.img27/08/2022 00:10 1,594 LICENCE.broadcom27/08/2022 00:10 2,973,536 start.elf27/08/2022 00:10 803,964 start_cd.elf27/08/2022 00:10 4,816,712 start_db.elf27/08/2022 00:10 3,720,360 start_x.elf\ng22/02/2023 11:54 4,592,182 output.h26410/01/2019 15:40 740,924 push.wav
AudioThread := TAudioThread.Create('\ng\push.wav', True);
VideoThread := TVideoThread.Create('\ng\output.h264', True); { converted from big_buck_bunny.mp4 }
Statistics: Posted by neilgl — Tue Feb 13, 2024 11:33 am