U-Boot flashing utilities and kwboot binary April 02, 2016 05:36PM |
Admin Registered: 14 years ago Posts: 19,725 |
kwboot_2025.01-rc1_x86-64.tar.bz2 (kwboot version u-boot version 2025.01-rc1-ge61ea9f2e5d2-dirty) sha256: a63e93d76bafa01605dbed5e0d786e689187d3a85b8bcda153847406580e1f8d
kwboot_static_2024.04-rc3 (kwboot version 2024.04-rc3-00001-g0861eab8ec-dirty) md5: a746d7346df1876933fe686894f2cf38 sha256: 0d20e803462a4c4c82e1579251a4e6e26ae488dbf4f444b785c38de58f0143f3
kwboot_2024.04-rc3 (kwboot version 2024.04-rc3-00001-g0861eab8ec) md5: a86a783a5b7860397ef3fa6a98d031bf kwboot_2024.04-rc3 sha256: 8ec524a1f5d7475b7df059e40366f3cbc7a94babf91db3c84e0faaae4cc1ab90 kwboot_2024.04-rc3
tools/ tools/busybox tools/e2fsck tools/nanddump tools/fw_printenv tools/flash_erase tools/nandwrite tools/fw_env.config
cd tools ln -s fw_printenv fw_setenv cp -a fw_env.config /etc/
bob
Re: U-Boot flashing utilities April 24, 2016 11:08PM |
/tmp # ./mke2fs -L rootfs -j /dev/sda1 ./mke2fs: error while loading shared libraries: libext2fs.so.2: cannot open shared object file: No such file or directory /tmp # ls
Re: U-Boot flashing utilities April 25, 2016 12:07AM |
Admin Registered: 14 years ago Posts: 19,725 |
> /tmp # ./mke2fs -L rootfs -j /dev/sda1 > ./mke2fs: error while loading shared libraries: > libext2fs.so.2: cannot open shared object file: No > such file or directory > /tmp # ls > >>
bob
Re: U-Boot flashing utilities April 28, 2016 04:42PM |
Re: U-Boot flashing utilities May 10, 2016 10:44PM |
Registered: 11 years ago Posts: 36 |
Re: U-Boot flashing utilities May 11, 2016 12:05AM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 14, 2016 06:18PM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 14, 2016 09:47PM |
Registered: 11 years ago Posts: 36 |
Re: U-Boot flashing utilities May 15, 2016 05:02PM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 15, 2016 10:48PM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 16, 2016 02:01AM |
Registered: 11 years ago Posts: 36 |
Re: U-Boot flashing utilities May 16, 2016 02:31AM |
Registered: 11 years ago Posts: 36 |
Re: U-Boot flashing utilities May 16, 2016 02:38AM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 16, 2016 03:04AM |
Registered: 11 years ago Posts: 36 |
Re: U-Boot flashing utilities May 16, 2016 12:08PM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities May 18, 2016 02:54AM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities and kwboot binary July 16, 2022 03:42PM |
Admin Registered: 14 years ago Posts: 19,725 |
Howto: build latest kwboot yourself July 12, 2025 08:13PM |
Registered: 7 months ago Posts: 35 |
sudo apt install build-essential git bison flex libssl-dev libncurses-dev git clone --depth=1 https://github.com/u-boot/u-boot.git cd u-boot make iconnect_defconfig make tools-only
$ file tools/kwboot tools/kwboot: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, BuildID[sha1]=2a733b1700e2d1f477e20920ab43e88eb685d0a9, for GNU/Linux 3.2.0, not stripped $ tools/kwboot kwboot version 2025.07-ge80998a77b97 Usage: kwboot [OPTIONS] [-b <image> | -D <image> | -b | -d ] [-B <baud> ] [-t] <TTY> -b <image>: boot <image> with preamble (Kirkwood, Avanta, Armada 370/XP/375/38x/39x) -D <image>: boot <image> without preamble (Dove) -b: enter xmodem boot mode -d: enter console debug mode -a: use timings for Armada XP -s <resp-timeo>: use specific response-timeout -o <block-timeo>: use specific xmodem block timeout -t: mini terminal -B <baud>: set baud rate
Re: Howto: build latest kwboot yourself July 12, 2025 11:11PM |
Admin Registered: 14 years ago Posts: 19,725 |
Re: U-Boot flashing utilities and kwboot binary July 13, 2025 11:22AM |
Registered: 7 months ago Posts: 35 |