Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
boards:nms-sm-rk3588:buildroot:start [2024/12/04 13:57] – [Rockchip Buildroot] Артем Слепов | boards:nms-sm-rk3588:buildroot:start [2025/03/06 09:27] (текущий) – [Rockchip Buildroot] Артем Слепов | ||
---|---|---|---|
Строка 12: | Строка 12: | ||
< | < | ||
git clone https:// | git clone https:// | ||
- | git clone https://github.com/JeffyCN/rockchip_mirrors.git --depth=1 -b buildroot-2024 | + | export GIT_SSL_NO_VERIFY=1 #needs only for gitlab.inmys |
+ | git clone https://gitlab.inmys.online/rk3588/ | ||
git clone https:// | git clone https:// | ||
git clone https:// | git clone https:// | ||
Строка 21: | Строка 22: | ||
git clone https:// | git clone https:// | ||
git clone https:// | git clone https:// | ||
+ | |||
+ | #freeze commit for br | ||
+ | cd buildroot-2024 | ||
+ | git checkout b7deec98b7f692372ebc9b1e15ee89d9aa9a5b6b | ||
+ | cd ../ | ||
+ | |||
+ | #build | ||
make BR2_EXTERNAL=$PWD/ | make BR2_EXTERNAL=$PWD/ | ||
cd output | cd output | ||
Строка 29: | Строка 37: | ||
===== Прошивка устрйства ===== | ===== Прошивка устрйства ===== | ||
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |