Добавить
Уведомления

Building raspberry-pi OS on YOCTO (personal reference)

Building raspberry-pi OS on YOCTO (personal reference) Git repository web frontend: https://github.com/agherzan/meta-raspberrypi YOCTO BUILD FOR RASPBERRY PI -SETUP POKY (done) | +- DOWNLOAD META FOLDER OF RPI FOR YOCTO (done) +- MOVE DOWNLOADED FOLDER TO POKY FOLDER (i already moved before) That folder name must be meta-rasp******* (done) -UNDERSTANDING THE meta-raspberrypi | +-PLAYING AROUND IN META FOLDER(META LAYER) +-FOUND UBOOT UNDER BSP FOLDER(LAYER) +-FOUND CODE OF UBOOT -UNDERSTANDING THE UBOOT CODE | +-CODE WAS WRITTEN IN SHELL SCRIPT +- +- +-still need to work on u-boot.. -BUILDING RPI OS | +-source poky/oe-init-build-env rpi-build (done) +-Add this layer to bblayers.conf and the dependencies above (done) +-Set MACHINE in local.conf to one of the supported boards(done) +-bitbake rpi (done) Rpi build got initiated. All done......:) DONE

12+
15 просмотров
2 года назад
4 декабря 2023 г.
12+
15 просмотров
2 года назад
4 декабря 2023 г.

Building raspberry-pi OS on YOCTO (personal reference) Git repository web frontend: https://github.com/agherzan/meta-raspberrypi YOCTO BUILD FOR RASPBERRY PI -SETUP POKY (done) | +- DOWNLOAD META FOLDER OF RPI FOR YOCTO (done) +- MOVE DOWNLOADED FOLDER TO POKY FOLDER (i already moved before) That folder name must be meta-rasp******* (done) -UNDERSTANDING THE meta-raspberrypi | +-PLAYING AROUND IN META FOLDER(META LAYER) +-FOUND UBOOT UNDER BSP FOLDER(LAYER) +-FOUND CODE OF UBOOT -UNDERSTANDING THE UBOOT CODE | +-CODE WAS WRITTEN IN SHELL SCRIPT +- +- +-still need to work on u-boot.. -BUILDING RPI OS | +-source poky/oe-init-build-env rpi-build (done) +-Add this layer to bblayers.conf and the dependencies above (done) +-Set MACHINE in local.conf to one of the supported boards(done) +-bitbake rpi (done) Rpi build got initiated. All done......:) DONE

, чтобы оставлять комментарии