 Freitag, 31. Oktober 2025, 07:19 UTC+1
 Freitag, 31. Oktober 2025, 07:19 UTC+1
			
Sie sind nicht angemeldet.
|   | Quellcode | 
| 1 | arm-none-eabi-objcopy --gap-fill=0xff -O binary u-boot u-boot.bintools/mkimage -n "/media/hala/compile/u-boot-lacie/"board/LaCie/wireless_space"/kwbimage.cfg" -T kwbimage \ -a 0x00600000 -e 0x00600000 -d u-boot.bin u-boot.kwbPreparing kirkwood boot image to boot from nandNand page size = 0x800Image Type: Kirkwood Boot from NAND Flash ImageData Size: 285452 Bytes = 278.76 kB = 0.27 MBLoad Address: 00600000Entry Point: 00600000 | 
|   | Quellcode | 
| 1 | -rw-rw-r-- 1 fratzicu fratzicu 285452 mar 20 19:22 u-boot.bin-rw-rw-r-- 1 fratzicu fratzicu 285968 mar 20 19:22 u-boot.kwb-rw-rw-r-- 1 fratzicu fratzicu 1089 mar 20 19:22 u-boot.lds-rw-rw-r-- 1 fratzicu fratzicu 266427 mar 20 19:22 u-boot.map | 
Dieser Beitrag wurde bereits 7 mal editiert, zuletzt von »fratzicu« (20. März 2021, 23:10)
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »fratzicu« (21. März 2021, 15:08)
|   | Quellcode | 
| 1 | openocd -f /usr/share/openocd/scripts/board/wspace.cfg | 
|   | Quellcode | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
none separate
Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
trst_and_srst separate srst_gates_jtag trst_push_pull srst_push_pull connect_deassert_srst
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
adapter speed: 2000 kHz
dcc downloads are enabled
Warn : use 'feroceon.cpu' as target identifier, not '0'
sheevaplug_load_uboot
Info : clock speed 2000 kHz
Info : JTAG tap: feroceon.cpu tap/device found: 0x20a023d3 (mfg: 0x1e9 (Marvell Semiconductors), part: 0x0a02, ver: 0x2)
Info : Embedded ICE version 0
Info : feroceon.cpu: hardware has 1 breakpoint/watchpoint unit | 
|   | Quellcode | 
| 1 | sudo openocd -f /usr/share/openocd/scripts/board/wspace.cfg | 
|   | Quellcode | 
| 1 | telnet 127.0.0.1 4444 | 
|   | Quellcode | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
none separate
Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
trst_and_srst separate srst_gates_jtag trst_push_pull srst_push_pull connect_deassert_srst
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
adapter speed: 2000 kHz
dcc downloads are enabled
Warn : use 'feroceon.cpu' as target identifier, not '0'
sheevaplug_load_uboot
Info : clock speed 2000 kHz
Info : JTAG tap: feroceon.cpu tap/device found: 0x20a023d3 (mfg: 0x1e9 (Marvell Semiconductors), part: 0x0a02, ver: 0x2)
Info : Embedded ICE version 0
Info : feroceon.cpu: hardware has 1 breakpoint/watchpoint unit
Info : accepting 'telnet' connection on tcp/4444
invalid command name "scan_chain"
   TapName         	Enabled  IdCode 	Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 feroceon.cpu       	Y 	0x20a023d3 0x20a023d3 	4 0x01  0x0f
Error: NAND flash access requires halted target
Error: NAND flash access requires halted target
Error: NAND flash access requires halted target
Error: NAND flash access requires halted target
Error: NAND flash access requires halted target
Error: NAND flash access requires halted target
Error: unknown NAND flash device found, manufacturer id: 0x02 device id: 0x02
invalid command name "monitor"
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
   TapName         	Enabled  IdCode 	Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 feroceon.cpu       	Y 	0x20a023d3 0x20a023d3 	4 0x01  0x0f
NAND flash device 'NAND 128MiB 3.3V 8-bit (Samsung)' found#0: NAND 128MiB 3.3V 8-bit (Samsung) pagesize: 2048, buswidth: 8,
    blocksize: 131072, blocks: 1024 | 
|   | Quellcode | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Open On-Chip Debugger
> scan_chain\
invalid command name "scan_chain"
> scan_chain 
   TapName         	Enabled  IdCode 	Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 feroceon.cpu       	Y 	0x20a023d3 0x20a023d3 	4 0x01  0x0f
> nand probe 0
NAND flash access requires halted target
NAND flash access requires halted target
NAND flash access requires halted target
NAND flash access requires halted target
NAND flash access requires halted target
NAND flash access requires halted target
unknown NAND flash device found, manufacturer id: 0x02 device id: 0x02
> monitor flash probe 0
invalid command name "monitor"
> sheevaplug_init
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
> scan_chain
   TapName         	Enabled  IdCode 	Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 feroceon.cpu       	Y 	0x20a023d3 0x20a023d3 	4 0x01  0x0f
> nand probe 0
NAND flash device 'NAND 128MiB 3.3V 8-bit (Samsung)' found
> nand list
#0: NAND 128MiB 3.3V 8-bit (Samsung) pagesize: 2048, buswidth: 8,
    blocksize: 131072, blocks: 1024
> nand dump 0 "first4.bin" 0 65536
dumped 65536 bytes in 32.075588s (1.995 KiB/s) | 
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »fratzicu« (3. April 2021, 23:07)
|   | Quellcode | 
| 1 | telnet localhost 4444 | 
|   | Quellcode | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | >sheevaplug_init
target halted in ARM state due to debug-request, current mode: Supervisor
cpsr: 0x000000d3 pc: 0xffff0000
MMU: disabled, D-Cache: disabled, I-Cache: disabled
> nand probe 0   
NAND flash device 'NAND 128MiB 3.3V 8-bit (Samsung)' found
> nand list 0    
#0: NAND 128MiB 3.3V 8-bit (Samsung) pagesize: 2048, buswidth: 8,
    blocksize: 131072, blocks: 1024
>nand dump 0 "u-boot.printenv.bin" 0 786432   
dumped 786432 bytes in 386.816040s (1.985 KiB/s)
> nand erase 0 0 786432    
erased blocks 0 to 5 on NAND flash device #0 'NAND 128MiB 3.3V 8-bit' | 
|   | Quellcode | 
| 1 2 | > nand write 0 u-boot.printenv.bin 0 wrote file u-boot.printenv.bin to NAND flash 0 up to offset 0x000c0000 in 23.302645s (32.958 KiB/s) | 
|   | Quellcode | 
| 1 2 3 4 | nand erase 0 erased blocks 0 to 1023 on NAND flash device #0 'NAND 128MiB 3.3V 8-bit' > nand write 0 flash.bin 0 wrote file flash.bin to NAND flash 0 up to offset 0x08000000 in 3976.972900s (32.958 KiB/s) | 
|   | Quellcode | 
| 1 2 | nand dump 0 "flash.bin" 0 134217728 dumped 134217728 bytes in 63788.855469s (2.055 KiB/s) | 
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »fratzicu« (5. April 2021, 21:00)
|   | Quellcode | 
| 1 | openocd -f /usr/share/openocd/scripts/interface/ftdi/FT232H.cfg -f /usr/share/openocd/scripts/target/cs351x_meins.cfg -c "program /home/henne/Downloads/Linux/OpenWRT/redboot_cs351x_planex_109a.bin verify exit 0x30000000" | 
|   | Quellcode | 
| 1 2 3 | Target System (Marvell Kirkwood) ---> │ │ │ │ Target Profile (RaidSonic ICY BOX IB-NAS62x0) ---> │ │ │ │ Target Images ---> | 

 Software openWRT, misc »
 Software openWRT, misc » Raidsonic Icy Box IB-NAS4210-B serial port guide and openwrt 
											(24. Februar 2021, 17:39)
 Raidsonic Icy Box IB-NAS4210-B serial port guide and openwrt 
											(24. Februar 2021, 17:39)
										 Software related »
 Software related » Lacie Internet space v1 500 Gb serial port guide and openwrt 
											(24. Februar 2021, 17:47)
 Lacie Internet space v1 500 Gb serial port guide and openwrt 
											(24. Februar 2021, 17:47)
										 Software / Hardware »
 Software / Hardware » Trouble with nfs server openwrt gemini install nas02sg 
											(23. Februar 2014, 02:47)
 Trouble with nfs server openwrt gemini install nas02sg 
											(23. Februar 2014, 02:47)
										 OpenWRT port for MvixBOX and Clones »
 OpenWRT port for MvixBOX and Clones » Firmware upgrade and crash 
											(27. November 2013, 19:44)
 Firmware upgrade and crash 
											(27. November 2013, 19:44)
										 Software / Hardware »
 Software / Hardware » WDN-2000, Wiederhestellung nach FW Crash 
											(12. Juni 2010, 21:35)
 WDN-2000, Wiederhestellung nach FW Crash 
											(12. Juni 2010, 21:35)
										 
  
  
  
  
  
  
  
				 
  
  
  
  
  
  
  
  
  
		