Re: chainload barebox from uboot

2022-02-05 Thread Ahmad Fatoum
Hi, On 05.02.22 15:16, Frank Wunderlich wrote: > Hi, > > documentation says that barebox can be loaded from uboot: > > https://www.barebox.org/doc/latest/user/barebox.html#starting-barebox > > i tried the ./barebox.bin and the barebox-rk3568-*.img, both are not working > in uboot. > > =>

[PATCH 1/2] Documentation: remove some references to zbarebox.bin

2022-02-05 Thread Ahmad Fatoum
At least ARM doesn't generate zbarebox.bin anymore. Remove some of the left-over references. Reported-by: Frank Wunderlich Signed-off-by: Ahmad Fatoum --- Documentation/boards/mips/qemu-malta.rst | 2 +- Documentation/user/barebox.rst | 7 --- Documentation/user/pbl.rst

[PATCH 2/2] Documentation: user: barebox: mention generic dt 2nd stage support

2022-02-05 Thread Ahmad Fatoum
Most users interested in chainloading barebox will probably want to use the generic DT format for that: It will pass the checks the boot command may have and it will ensure the system is in the correct state, e.g. that caches are disabled. Signed-off-by: Ahmad Fatoum ---

blspec - autoboot + timeout/default

2022-02-05 Thread Frank Wunderlich
Hi, can i boot directly to blspec-menu (boot -m sd.1) with setting in default env and boot a specific entry (by title/filename) after some time (e.g.3-5 sec)? i have defined some blspec files in /mnt/sd.1/loader/entries/ and i want to show the menu by default and after some time the entry from

chainload barebox from uboot

2022-02-05 Thread Frank Wunderlich
Hi, documentation says that barebox can be loaded from uboot: https://www.barebox.org/doc/latest/user/barebox.html#starting-barebox i tried the ./barebox.bin and the barebox-rk3568-*.img, both are not working in uboot. => fatload mmc 1:2 ${scriptaddr} barebox-rk3568-bpi-r2pro.img reading

Re: RFC: Gitlab CI for barebox

2022-02-05 Thread Antony Pavlov
On Mon, 31 Jan 2022 11:39:45 +0100 Ahmad Fatoum wrote: Hello Ahmad! > On 30.01.22 13:00, Antony Pavlov wrote: > > Hi! > > > > I have made simple Gitlab CI for barebox. > > Nice. > > > Gitlab CI runner setup instruction and > > the source for Debian 11 docker image can be found at: > > > >