lappys41 Posted March 26, 2024 Share Posted March 26, 2024 hello experts, i need your help for compile u-boot, i have sti7111 cpu STB, stuck on boot, but u-boot i have not, some guys used u-boot below i share log, nBOX ADB28xx by plfreebox@gmail.com (32-bit mode) U-BOOT 1.3.1 (JUN 17 2013 - 11:32:30) - stm_0057 DRAM: 256 MiB Error: Number of sectors (127) > NAND: 128 Mib *** Warning - bad CRC In: serial Out: serial MB618> THANKS/REGARDS i will donate for your project --------- Quote Link to comment Share on other sites More sharing options...
matzg Posted March 26, 2024 Share Posted March 26, 2024 Hello, I don't know if I'll help... what decoder is this? For me on adb2850 it looks like this: clean uboot without -env nBOX ADB28xx by plfreebox@gmail.com [32-bit mode] U-Boot 1.3.1 (Aug 5 2012 - 10:17:06) - stm24_0057 DRAM: 256 MiB NOR: 4 MiB NAND: 64 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial adding env set ethaddr 00:01:01:01:01:01 set bootdelay 3 set bootkern_0 'usb reset; ext2load usb 0:1 80060000 /boot/uImage; bootm 80060000' set bootargs_0 'set bootargs console=ttyAS0,115200 root=/dev/sda1 rw mem=256m coprocessor_mem=4m@0x40000000,4m@0x40400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit' set bootkern_1 'nand read.i 0x80060000 0x0 0x300000; bootm 80060000' set bootargs_1 'set bootargs console=ttyAS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2 mem=256m coprocessor_mem=4m@0x40000000,4m@0x40400000 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit' set bootcmd 'run bootargs_0; run bootkern_0;run bootargs_1; run bootkern_1' saveenv ledblink 3 0 200 and after uploading the env I have this U-Boot 1.3.1 (Aug 5 2012 - 10:17:06) - stm24_0057 DRAM: 256 MiB NOR: 4 MiB NAND: 64 MiB In: serial Out: serial Err: serial Hit any key to stop autoboot: 3 2 1 0 (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Can't read from device 0 ** ** Unable to use usb 0:1 for fatload ** (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Bad partition 1 ** ## Booting image at 80060000 ... maybe you also need to download the env appropriate for your decoder u-boot file for adb2850 I have.. did you ask from the source plfreebox@gmail.com? Quote Link to comment Share on other sites More sharing options...
lappys41 Posted March 26, 2024 Author Share Posted March 26, 2024 (edited) yes please share source, but i dont know how compile it, im adding my flash backup, kindly modify it like i shared log MB618, i want just acces console. i know some guys used this u-boot nBOX ADB28xx by plfreebox@gmail.com (32-bit mode) U-BOOT 1.3.1 (JUN 17 2013 - 11:32:30) - stm_0057 thanks MX29GA320EHXFI.bin Edited March 26, 2024 by lappys41 Quote Link to comment Share on other sites More sharing options...
lappys41 Posted March 26, 2024 Author Share Posted March 26, 2024 Quote Link to comment Share on other sites More sharing options...
lappys41 Posted March 27, 2024 Author Share Posted March 27, 2024 please share 17 june u-boot orr source Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 13, 2024 Author Share Posted May 13, 2024 On 3/26/2024 at 11:15 PM, matzg said: Hello, I don't know if I'll help... what decoder is this? For me on adb2850 it looks like this: clean uboot without -env nBOX ADB28xx by plfreebox@gmail.com [32-bit mode] U-Boot 1.3.1 (Aug 5 2012 - 10:17:06) - stm24_0057 DRAM: 256 MiB NOR: 4 MiB NAND: 64 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial adding env set ethaddr 00:01:01:01:01:01 set bootdelay 3 set bootkern_0 'usb reset; ext2load usb 0:1 80060000 /boot/uImage; bootm 80060000' set bootargs_0 'set bootargs console=ttyAS0,115200 root=/dev/sda1 rw mem=256m coprocessor_mem=4m@0x40000000,4m@0x40400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit' set bootkern_1 'nand read.i 0x80060000 0x0 0x300000; bootm 80060000' set bootargs_1 'set bootargs console=ttyAS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2 mem=256m coprocessor_mem=4m@0x40000000,4m@0x40400000 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit' set bootcmd 'run bootargs_0; run bootkern_0;run bootargs_1; run bootkern_1' saveenv ledblink 3 0 200 and after uploading the env I have this U-Boot 1.3.1 (Aug 5 2012 - 10:17:06) - stm24_0057 DRAM: 256 MiB NOR: 4 MiB NAND: 64 MiB In: serial Out: serial Err: serial Hit any key to stop autoboot: 3 2 1 0 (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Can't read from device 0 ** ** Unable to use usb 0:1 for fatload ** (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 0 Storage Device(s) found ** Bad partition 1 ** ## Booting image at 80060000 ... maybe you also need to download the env appropriate for your decoder u-boot file for adb2850 I have.. did you ask from the source plfreebox@gmail.com? plaese upload adb2850 u-boot Quote Link to comment Share on other sites More sharing options...
matzg Posted May 14, 2024 Share Posted May 14, 2024 (edited) https://forum.graterlia.tv/applications/core/interface/file/attachment.php?id=463 Edited May 14, 2024 by matzg 1 Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 14, 2024 Author Share Posted May 14, 2024 there are two files which one u-boot for mb618 STi7111 Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 14, 2024 Author Share Posted May 14, 2024 you can send me your contact details, like skype,telegram,whatsapp i want try this u-boot, how to boot this u-boot, i have BGA64 flash Quote Link to comment Share on other sites More sharing options...
matzg Posted May 14, 2024 Share Posted May 14, 2024 (edited) adb28xx_uboot_05082012.zip u-boot.bin ----- terminal u-boot ----------Jtag Edited May 14, 2024 by matzg Quote Link to comment Share on other sites More sharing options...
matzg Posted May 14, 2024 Share Posted May 14, 2024 (edited) 7 godzin temu, lappys41 napisał(a): you can send me your contact details, like skype,telegram,whatsapp i want try this u-boot, how to boot this u-boot, i have BGA64 flash there is no such possibility... I don't speak English, I use Google translator I have never programmed u-boot via Jtag Edited May 14, 2024 by matzg Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 14, 2024 Author Share Posted May 14, 2024 you write in your language, i have auto translator Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 14, 2024 Author Share Posted May 14, 2024 send skype we can auto translate, use google chrome for auto translate its easy Quote Link to comment Share on other sites More sharing options...
lappys41 Posted May 14, 2024 Author Share Posted May 14, 2024 my STB also have two u-boot, how i prefer to your u-boot file for terminal Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.